Releases: EasyPost/easypost-go
Releases · EasyPost/easypost-go
Release v1.3.0 - Adds Smartrate Functionality
- Adds
Smartrate
functionality to theShipments
object (available by callingGetShipmentSmartrates()
)
Release 1.2.0 - Fix Batch San Form Functionality
- Fix batch scan form functionality; replace GetBatchScanForms with CreateBatchScanForms
Release 1.1.0 - Remove Deprecated 'List' Methods; Add Methods for Events and Rates
- Update example code.
- Add GetRate method and example.
- Remove ListCustomsInfos, ListCustomsItems, ListOrders and ListPickups methods.
- Add GetEvent, ListEvents and ListEventPayloads methods. Add example code for using these methods as well as using the Event type in a webhook handler.
Release 1.0.3 - Minor Bug Fixes
- Fix issue in List actions that take query parameters
Release 1.0.2 - Additional Shipping Options and Testing Updates
- Adds shipment options for certified and registered mail.
- Updates unit tests to avoid using the live HTTP API.
Release 1.0.1 - Minor Updates and Bug Fixes
- Update URL in installation instructions.
- Properly format the
carrier_accounts
parameter in create shipment requests. Prior to this change, specifying a carrier account would result in a failed request. This removes the undocumented parameter from theCreateShipment
andCreateShipmentWithContext
methods, and adds aCarrierAccountIDs
field to theShipment
struct type. - Add proper struct tag to
CarrierAccount.Fields
so that it has the proper key name when serialized to JSON. Prior to this change, values in the Fields field were not recognized by the API.