Releases: coldbrewcloud/go-shippo
Releases · coldbrewcloud/go-shippo
v1.6.0
Merge pull request #17 from jkelley79/bugfix/fix_transaction_status
Fix issue #15 with tracking_status unmarshalling.
API Version 2017-03-29
Changes
Shippo API version was updated to the latest 2017-03-29
.
v1.3.0
Changes
- Fixed all import paths to
github.com/coldbrewcloud/go-shippo
v1.2.3
Changes
- Corrected wrong customs contents type names
v1.2.1
Changes
- Added "async" field to refund request
v1.2.0
Changes
- Added
APIError
error type: it contains HTTP status code and response body returned from Shippo API
v1.1.0
Changes
- added
Client.SetTraceLogger()