Releases: cidertool/asc-go
Releases · cidertool/asc-go
v0.5.1
This is an incredibly minor release that merely tweaks some code style settings. There is almost nothing of worth to any end-user in this release.
v0.5.0
This release introduces support for Go 1.16+ (#2).
The minimum supported Go version of this package is now 1.16. If you need a version of asc-go that supports 1.13+, please use v0.4.1 or prior.
v0.4.1
Updated the default IdleConnTimeout
value for the http.Client instance created by the auth client to equal 30 seconds.
v0.4.0
This release exists primarily to relicense asc-go under GPLv3.0 and later.
v0.3.7
This small release fixes a bug introduced in v0.2.0, where a relationship declaration for CreateBetaGroup
would be improperly identified.
v0.3.6
Added a new Meta
property to Errors, which exposes undocumented behavior for use with more comprehensive error reporting on endpoints that depend on the state of many resources (such as submission).
v0.3.5
- Fixes a regression where linkage requests would not be properly constructed, resulting in the API responding with a 422 Unprocessable Entity error.
v0.3.4
This version is required to use the package in the new module path, github.com/cidertool/asc-go/asc
.
All versions prior to v0.3.4 will no longer function under the cidertool module path. Please update to this version in order to migrate from the old repo at https://github.com/aaronsky/asc-go. If you must continue using v0.3.3 or prior, please continue to use the old module path.
v0.3.3
- Added new functionality to support Price Schedules in UpdateApp.
- Introduced golangci-lint to the CI pipeline.
v0.3.2
Fixes a bug in the last patch to cover a case where the API provides a different kind of ISO8601 date, that is technically permissible under RFC3339.