Skip to content

Releases: EasyPost/easypost-go

v2.14.0

04 Apr 16:08
065ea44
Compare
Choose a tag to compare
  • Adds GetNextXPage functions (e.g. GetNextShipmentPage) to retrieve the next page of results for a provided paginated list

v2.13.1

22 Mar 16:12
cabf88c
Compare
Choose a tag to compare
  • Adds missing StatusDetail property to Tracker and TrackingDetail structs
  • Removes unusable FullTestTracker field from CreateTrackerOptions

v2.13.0

21 Feb 18:08
885733f
Compare
Choose a tag to compare
  • Adds StatelessRate object struct, BetaGetStatelessRates function to get ephemeral rates.
  • Adds LowestStatelessRate, LowestStatelessRateWithCarrier and LowestStatelessRateWithCarrierAndService functions to get the lowest stateless rate from a list of stateless rates.

v2.12.0

18 Jan 18:00
effa70b
Compare
Choose a tag to compare
  • Adds function to retrieve a specific payload for a specific event, GetEventPayload
  • Adds ListPickups function to Pickup to retrieve all pickups

v2.11.1

11 Jan 18:15
c3a6287
Compare
Choose a tag to compare
  • Removes BetaAddPaymentMethodWithPrimaryOrSecondary and adds the primaryOrSecondary parameter from that function to the BetaAddPaymentMethod function which was the initial intention

v2.11.0

11 Jan 17:10
649a1ab
Compare
Choose a tag to compare
  • Adds new beta billing functionality for ReferralCustomer users
    • BetaAddPaymentMethod can add a pre-existing Stripe bank account or credit card to your EasyPost account
    • BetaRefundByAmount refunds your wallet by a dollar amount
    • BetaRefundByPaymentLog refunds you wallet by a PaymentLog ID
  • Adds new PickupMinDatetime and DeliveryMaxDatetime Shipment options

v2.10.0

07 Dec 17:32
0c0444d
Compare
Choose a tag to compare
  • Routes requests for creating a carrier account with a custom workflow (eg: FedEx, UPS) to the correct endpoint when using the CreateCarrierAccount function

v2.9.0

15 Nov 17:12
d4f91e8
Compare
Choose a tag to compare
  • Adds LabelSize shipment option

v2.8.0

21 Sep 22:03
4d08f38
Compare
Choose a tag to compare
  • Adds EndShipperID shipment option
  • Adds support to pass an EndShipperID when buying a shipment
  • Add White Label support:
    • Create a referral customer
    • Update a referral customer's email address
    • List all referral customers
    • Add a credit card to a referral customer's account

v2.7.0

25 Aug 19:06
a13f9a3
Compare
Choose a tag to compare
  • Adds CreateEndShipper(), GetEndShipper(), ListEndShippers(), and UpdateEndShippers() functions
  • Adds duty_payment and duty_payment_account to Shipment options