Releases: sylabs/scs-key-client
Releases · sylabs/scs-key-client
v0.7.6
v0.7.5
What's Changed
- build(deps): bump github.com/sylabs/json-resp from 0.9.0 to 0.9.2 by @dependabot in #72
Full Changelog: v0.7.4...v0.7.5
v0.7.4
What's Changed
- build(deps): bump github.com/sylabs/json-resp from 0.8.2 to 0.9.0 by @dependabot in #69
- fix: Update CircleCI by @tfrisch06 in #70
- Update CI/CD configuration by @EmmEff in #71
New Contributors
- @tfrisch06 made their first contribution in #70
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- Bump golangci-lint to v1.45 by @tri-adam in #64
- Change master branch to main by @tri-adam in #65
- CircleCI updates by @EmmEff in #66
- build(deps): bump github.com/sylabs/json-resp from 0.8.1 to 0.8.2 by @dependabot in #67
- Update CircleCI configuration by @EmmEff in #68
New Contributors
Full Changelog: v0.7.2...v0.7.3
v0.7.2
Version 0.7.1
This patch release bumps github.com/sylabs/json-resp
to 0.8.0.
Version 0.7.0
This minor release advances the go.mod
language version to 1.17, and includes other minor changes.
Version 0.6.2
This patch release includes minor documentation and CI improvements.
Version 0.6.1
This patch release includes dependency updates, as well as minor CI improvements.
Version 0.6.0
This patch release includes a major API overhaul which includes breaking changes, and other minor improvements.
API changes include:
func NewClient
now accepts options via a list oftype Option
rather than atype Config
.func (*Client) NewRequest
now accepts a Context and a relative URL reference.- A new method,
func (*Client) Do
has been added. - A new
type HTTPError
type is added, which represents unsuccessful HTTP responses and utilizes Go 1.13 error wrapping. func (*Client) GetVersion
now returns the version directly, rather than astruct
with a single version field.type Client
now contains no exported fields.
Changes included in this release: