Releases: sylabs/json-resp
Releases · sylabs/json-resp
v0.9.3
v0.9.2
v0.9.1
What's Changed
- Error string formatting by @tfrisch06 in #57
- fix: Update CircleCI by @tfrisch06 in #58
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- fix: Remove JSONErrorUnauthorized (#31) by @tfrisch06 in #56
- Update CircleCI configuration by @EmmEff in #55
New Contributors
- @tfrisch06 made their first contribution in #56
Full Changelog: v0.8.2...v0.9.0
v0.8.2
v0.8.1
Version 0.8.0
This minor release advances the go.mod
language version to 1.17, and includes other minor changes.
Version 0.7.1
This release adopts Go 1.16, and includes minor continuous integration improvements.
Version 0.7.0
This release adds the Error.Is method, which can be used to interrogate errors. Minor continuous integration improvements have also been made, including adopting Go 1.14.
Version 0.6.0
This release improves continuous integration of the project, including adopting Go v1.13. A subtle bug with WriteResponse()
/WriteError()
(#21) is also fixed.