Skip to content

Releases: cidertool/asc-go

v0.5.1

25 Apr 00:17
e4831fb
Compare
Choose a tag to compare

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

26 Feb 02:36
580a050
Compare
Choose a tag to compare

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

10 Nov 01:46
Compare
Choose a tag to compare

Updated the default IdleConnTimeout value for the http.Client instance created by the auth client to equal 30 seconds.

v0.4.0

30 Oct 22:29
Compare
Choose a tag to compare

This release exists primarily to relicense asc-go under GPLv3.0 and later.

v0.3.7

20 Sep 23:14
Compare
Choose a tag to compare

This small release fixes a bug introduced in v0.2.0, where a relationship declaration for CreateBetaGroup would be improperly identified.

v0.3.6

18 Sep 04:21
Compare
Choose a tag to compare

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

15 Sep 02:49
Compare
Choose a tag to compare
  • 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

11 Sep 20:28
Compare
Choose a tag to compare

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

11 Sep 20:26
e786d4e
Compare
Choose a tag to compare
  • Added new functionality to support Price Schedules in UpdateApp.
  • Introduced golangci-lint to the CI pipeline.

v0.3.2

11 Sep 20:16
Compare
Choose a tag to compare

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.