Releases: nabbar/golib
Releases · nabbar/golib
Package Artifact : fix extract version for jfrog artifactory
Fix :
- PKG Artifact / Jfrog : fix extraction of version from path file
Package Artifact : add jfrog artifactory
Add Jfrog Artifactory :
- use self made lib for artifactory client
- remove lib of github jfrog
Dependancies :
- clean & bump dependancies
Pakcage Errors + Version
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
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
Fix aws errors
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
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
Fix :
- aws Endpoint Option
ResolverOptions
has been removed - bump dependancies
Fix Package archive
Fix package archive :
- minor bug with link extraction (symlink & hardlink)
Minor bug in Package Artifact
Fix PKG Artifact :
- fix minor bug in helper of package artifact
- bug dependancies
Fix errors in IOUtils & Archive
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