Skip to content

Releases: EasyPost/easypost-go

Release v1.3.0 - Adds Smartrate Functionality

27 May 16:39
6c96753
Compare
Choose a tag to compare
  • Adds Smartrate functionality to the Shipments object (available by calling GetShipmentSmartrates())

Release 1.2.0 - Fix Batch San Form Functionality

06 Apr 22:33
b2be3a2
Compare
Choose a tag to compare
  • Fix batch scan form functionality; replace GetBatchScanForms with CreateBatchScanForms

Release 1.1.0 - Remove Deprecated 'List' Methods; Add Methods for Events and Rates

10 Jun 21:32
Compare
Choose a tag to compare
  • 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

30 May 19:11
Compare
Choose a tag to compare
  • Fix issue in List actions that take query parameters

Release 1.0.2 - Additional Shipping Options and Testing Updates

08 May 22:25
Compare
Choose a tag to compare
  • 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

17 Mar 23:11
Compare
Choose a tag to compare
  • 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 the CreateShipment and CreateShipmentWithContext methods, and adds a CarrierAccountIDs field to the Shipment 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.