Skip to content

Releases: EasyPost/easypost-go

v5.8.1

10 Mar 16:01
6e06a90

Choose a tag to compare

  • Fixes the possibility for a panic when listing claims, reports, shipments, or trackers (closes #276)

v5.8.0

25 Feb 21:01
f29071a

Choose a tag to compare

  • Adds generic MakeAPICall function

v5.7.0

20 Feb 17:53
99b0db6

Choose a tag to compare

  • Adds the following functions:
    • RegisterFedExAddress
    • RequestFedExPin
    • ValidateFedExPin
    • SubmitFedExInvoice

v5.6.0

03 Feb 22:15
cec6970

Choose a tag to compare

  • Adds the following functions usable by child and referral customer users:
    • CreateAPIKey
    • DeleteAPIKey
    • EnableAPIKey
    • DisableAPIKey
  • Adds DeleteTracker function
  • Adds LineItems to Shipment object

v5.5.0

24 Nov 21:13
1fb7da8

Choose a tag to compare

  • Adds the following functions:
    • CreateCustomerPortalAccountLink
    • CreateEmbeddablesSession

v5.4.0

10 Nov 17:56
b132467

Choose a tag to compare

  • Adds support for UspsShipAccount
  • Adds RetrieveTrackerBatch function
  • Adds VerifyCarrier address param

v5.3.1

17 Oct 21:23
b4f5d6e

Choose a tag to compare

  • Corrects the type of CarrierInsuranceAmount from string to float64

v5.3.0

12 Sep 17:14
3981d1d

Choose a tag to compare

  • Adds CarrierInsuranceAmount to ShipmentOptions

v5.2.1

08 Sep 20:11
4d3642e

Choose a tag to compare

  • Switches a break to a continue when calling lowestSmartRate so that if a rate doesn't match, we move on to the next rate instead of continuing the logic (closes #253)

v5.2.0

18 Jun 16:31
f6fb5c1

Choose a tag to compare

  • Adds the following functions
    • CreateAndBuyLumaShipment
    • BuyLumaShipment
    • GetLumaPromise
  • Corrects error message for Oauth carrier account creation