Releases: sylabs/scs-build-client
Releases · sylabs/scs-build-client
v0.3.1
v0.3.0
Changelog
- e556076 Add standalone remote build client (#60)
- e241ebe build(deps): bump github.com/gorilla/websocket from 1.4.2 to 1.5.0
- 74619a5 chore: bump golangci-lint to v1.44
- 9e63ce1 chore: bump node version in CI config
- d23eaaa ci: add release-test job
- c3d4afa ci: add tagged-release workflow
- c035484 ci: bump Codecov Orb version
- ad30eb0 ci: bump golangci-lint to 1.43
- 68e1d0b feat: display goreleaser metadata in version output
- 05da9ef feat: switch to io.Writer in GetOutput
- cef3317 fix(tests): start mock server per test
- 6da46d5 fix: caller is responsible for signal handler
- 3907a92 fix: close web socket on context cancellation
- 7e6e983 fix: re-use TLS client config in websocket transport
- 4de2587 fix: used wrong comment prefix in Dockerfile
- 7e70315 refactor: remove singularity dep
Version 0.2.1
This patch release bumps github.com/sylabs/json-resp
to 0.8.0.
Version 0.2.0
This minor release advances the go.mod
language version to 1.17, and includes other minor changes.
Version 0.1.6
This patch release includes dependency updates, as well as minor CI improvements.
Version 0.1.5
- CI/CD updates
- Update third-party dependencies
Version 0.1.4
This patch release tidies up go.sum
, and includes minor CI improvements (#35).
Version 0.1.3
This patch release fixes a bug in (*Client).BaseURL
path handling (#33).
Version 0.1.2
This patch release fixes a bug in (*Client).BaseURL
path handling (#31), dependency updates, as well as minor CI improvements.
Version 0.1.1
This patch release includes a dependency update as well as minor CI improvements.