All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Removed local rate limit.
- Added
proof_of_delivery
field to Tracking Model.
- All SDK errors will be wrapped with "APIError".
- Support the latest features in 2023-10 API
2.0.7 - 2022-11-17
- add shipment_tags field #61
- Make HTTP client configurable #60
2.0.6 - 2022-11-07
- Add AES signature #58
2.0.5 - 2022-07-28
- Add tracking fields #56
2.0.4 - 2022-07-20
- Add predict-batch endpoint and update tracking fields #42
- Update tracking fields #41
2.0.3 - 2022-05-20
- update tracking fields
2.0.2 - 2022-01-13
- Fixing #34
2.0.1 - 2022-05-06
- Change shipment_weight type to float64
2.0.0 - 2022-01-13
- Completely reorganized the SDK, see Migrations
- Removed
auto retry
feature, consumers need to retry the request by themselves.
Compatibility
- Go >= 1.13
- Support latest features in v4 API
- Use
go mod
to organize the Go modules - Error handling