Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Latest commit

 

History

History
70 lines (55 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

70 lines (55 loc) · 2.37 KB

Changelog

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.

[3.1.2] - 2024-06-11

  • Removed local rate limit.

[3.1.1] - 2024-05-31

  • Added proof_of_delivery field to Tracking Model.

[3.1.0] - 2024-01-03

  • All SDK errors will be wrapped with "APIError".

[3.0.0] - 2023-12-18

  • Support the latest features in 2023-10 API

2.0.7 - 2022-11-17

Added

  • add shipment_tags field #61

Changed

  • Make HTTP client configurable #60

2.0.6 - 2022-11-07

Added

  • Add AES signature #58

2.0.5 - 2022-07-28

Changed

  • Add tracking fields #56

2.0.4 - 2022-07-20

Added

  • Add predict-batch endpoint and update tracking fields #42

Changed

  • Update tracking fields #41

2.0.3 - 2022-05-20

Changed

  • update tracking fields

2.0.2 - 2022-01-13

Fixed

2.0.1 - 2022-05-06

Changed

  • Change shipment_weight type to float64

2.0.0 - 2022-01-13

Breaking Changes

  • Completely reorganized the SDK, see Migrations
  • Removed auto retry feature, consumers need to retry the request by themselves.

Compatibility

  • Go >= 1.13

Added

  • Support latest features in v4 API
  • Use go mod to organize the Go modules
  • Error handling