Skip to content

Releases: nabbar/golib

Package Artifact : fix extract version for jfrog artifactory

12 Feb 17:30
Compare
Choose a tag to compare

Fix :

  • PKG Artifact / Jfrog : fix extraction of version from path file

Package Artifact : add jfrog artifactory

12 Feb 15:49
Compare
Choose a tag to compare

Add Jfrog Artifactory :

  • use self made lib for artifactory client
  • remove lib of github jfrog

Dependancies :

  • clean & bump dependancies

Pakcage Errors + Version

02 Feb 14:06
Compare
Choose a tag to compare

Add features :

  • PKG errors : add func to print error code with associated packages
  • PKG version : add func to get root path of application (still existing)

Refactor Packages + AWS release v1.0.0

25 Jan 08:32
Compare
Choose a tag to compare

Refactor Packages:

  • PKG Certificates
  • PKG Context : add context for config (with key/interface memory storage)
  • PKG Errors : Add model return capabilities (usefull for response in http server)
  • PKG httpServer : complete refactor of server pool, extend capabilities, refactor HTTServer
  • PKG LDAP : refactor validator func
  • PKG Router : add config model for header, with constructor
  • PKG status : add capabilities to ad/del component dynamicly

Dependancies :

  • Bump dependancies
  • AWS SDK to release v1.0.0

Fix :

  • AWS : fix validator function, rules, config model
  • Certificates : fix func NewFrom
  • HTTPServer: fix IsRunning
  • Fix artifact S3 & Github
  • Fix OAuth constructor

⚠️ Breaking compatibility with refactor packages ⚠️

Fix aws errors

25 Nov 11:14
Compare
Choose a tag to compare

AWS errors :

- Issue: #73 
- Boolean value for EndpointOption
- Optimize CustomConfig IsHTTPS function
- Bucket Creation return
- Bucket Create contraint Region Location
- CustomConfig missing Signing Region
- Some AWS other errors

⚠️ MultiPartUpload could not working : aws/aws-sdk-go-v2#927

Fix HTTPCli

18 Nov 12:30
Compare
Choose a tag to compare

Fix HTTPCli :

  • Remove details of timeout - keep global timeout
  • Allow to make client by given param http Transport

Bump AWS to sdk-aws-go-v2 at release v0.29.0

18 Nov 09:28
Compare
Choose a tag to compare

Fix :

  • aws Endpoint Option ResolverOptions has been removed
  • bump dependancies

Fix Package archive

12 Oct 14:48
Compare
Choose a tag to compare

Fix package archive :

  • minor bug with link extraction (symlink & hardlink)

Minor bug in Package Artifact

12 Oct 10:51
Compare
Choose a tag to compare

Fix PKG Artifact :

  • fix minor bug in helper of package artifact
  • bug dependancies

Fix errors in IOUtils & Archive

12 Oct 08:43
Compare
Choose a tag to compare

Change :

  • Fix open mode for New File/Write File in ioutils.FileProgress
  • Fix errors in archive TAR Reader
  • Optimize some useless control in TAR Reader
  • Bump dependancies