Releases: datadrivers/go-nexus-client
Releases · datadrivers/go-nexus-client
Support skipping of SSL certificate validation
Add option insecure
to skip SSL certificate validation which helps to support self sign certificates
Patch storage.writePolicy
Switch storage.writePolicy from *string
to string
Support S3 blobstore
- Support S3 blobstore
- Returned detailed blobstore information
v0.5.1: Merge pull request #7 from datadrivers/fix-repositories
- Add prefix 'Repository' to repository format constants
FormatApt
->RepositoryFormatApt
FormatDocker
->RepositoryFormatDocker
- ...
- Add prefix 'Repository' to repository type constants
TypeHosted
->RepositoryTypeHosted
TypeProxy
->RepositoryTypeProxy
- ...
- Simplify Repository CRUD functions by removing repoType and repoFormat
RepositoryCreate(Repository, string, string)
->RepositoryCreate(Repository)
RepositoryUpdate(string, Repository, string, string)
->RepositoryUpdate(string, Repository)
- RepositoryDockerProxy
- Make
IndexURL
optional
- Make
- RepositoryStorage
- Make
WritePolicy
optional
- Make
v0.5.0: Merge pull request #6 from datadrivers/feature/blobstores
Support Blobstore
Support scripts
Add supports for Nexus scripts
v0.3.0: Merge pull request #2 from datadrivers/dev
- Remove wrapper methods like Repository[Apt|Docker][Create|Read|Update|Delete] and use lower level methods Repository[Create|Read|Update|Delete].
- Add Format type constants
- Add Repository type constants
- Add data structs for Bower, Cleanup, Group, HTTClient, HTTPClientAuthentication, HTTPClientConnection, Maven, NegativeCache and Proxy
- Fix json marshal "omitempty" for several structs
Proxy Repositories
- Additional structs for repositories of type proxy
- More tests
Initial Release
Support for
- Basic authentication
- Basic CRUD HTTP operations (PUT, POST, GET and DELETE)
- User CRUD operations
- Role CRUD operations
- Repository CRUD operations
- Support APT repositories
- Support Docker repositories