Skip to content

Releases: EasyPost/easypost-python

v7.13.0

02 May 16:04
f74826e

Choose a tag to compare

  • Adds retrieve_estimated_delivery_date function to the Shipment class

v7.12.0

18 Apr 21:25
ca9aa2b

Choose a tag to compare

  • Adds beta retrieve_carrier_metadata function
  • Improves error deserialization to handle bad format returned from the JSON

v7.11.0

04 Apr 16:12
c62cdc5

Choose a tag to compare

  • Add get_next_page function that retrieves the next page of results for a paginated collection

v7.10.0

21 Feb 18:10
d2cf421

Choose a tag to compare

  • Adds beta retrieve_stateless_rates function
  • Adds get_lowest_stateless_rate function to filter the lowest stateless rate

v7.9.0

18 Jan 18:05
69b6987

Choose a tag to compare

  • Adds all function to Pickup to retrieve all pickups
  • Adds retrieve_payload and retrieve_all_payloads functions to Event

v7.8.0

11 Jan 17:14
c377276

Choose a tag to compare

  • Adds new beta billing functionality for ReferralCustomer users
    • add_payment_method can add a pre-existing Stripe bank account or credit card to your EasyPost account
    • refund_by_amount refunds your wallet by a dollar amount
    • refund_by_payment_log refunds you wallet by a PaymentLog ID

v7.7.0

07 Dec 17:39
d6d977d

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 create function

v7.6.1

24 Oct 19:04
b6fddf6

Choose a tag to compare

  • Concatenates error.message if it incorrectly comes back from the API as a list

v7.6.0

21 Sep 22:08
a41d79a

Choose a tag to compare

  • Adds support to pass end_shipper_id on the buy call of a Shipment
  • Migrates the Partner White Label (Referral) functions from beta to the general library namespace and deprecates the beta functions

v7.5.0

25 Aug 19:13
47e84a4

Choose a tag to compare

  • Adds the EndShipper class with create, retrieve, all, and save functions