Skip to content

Releases: EasyPost/easypost-python

v9.2.0

10 Apr 21:20
e67b779
Compare
Choose a tag to compare
  • Fix payment method funding and deletion failures due to undetermined payment method type
  • Adds refund function in Insurance service for requesting a refund for a standalone insurance

v9.1.0

08 Jan 22:55
d1630cf
Compare
Choose a tag to compare
  • Adds all_children function to the User service for retrieving paginated lists of children
  • Adds get_next_page_of_children function to User service to get next paginated list of children

v7.15.0

08 Jan 22:56
72abe91
Compare
Choose a tag to compare
  • Adds all_children function to the User class for retrieving paginated lists of children users, and removes the beta function
  • Adds get_next_page_of_children function to the User class for retrieving next paginated lists of children users, and removes the beta function

v9.0.1

20 Dec 21:55
2b63098
Compare
Choose a tag to compare
  • Corrects the return type of regenerate_rates

v9.0.0

06 Dec 18:06
943e1ae
Compare
Choose a tag to compare
  • Removes with_carbon_offset parameter from create, buy, and regenerate_rates functions of the Shipment service as EasyPost now offers Carbon Neutral shipments by default for free
  • Removes the undocumented create_and_buy function from the Batch service. The proper usage is to create a batch first and buy it separately
  • Removes the beta_carrier_metadata service as it is deprecated, please use the carrier_metadata GA service instead

v8.2.1

30 Oct 20:38
d0c6052
Compare
Choose a tag to compare
  • Fixes a bug where get_next_page functions threw an error, preventing users from retrieving the final page of results

v7.14.1

30 Oct 20:37
daa9ec4
Compare
Choose a tag to compare
  • Fixes a bug where get_next_page functions threw an error, preventing users from retrieving the final page of results

v7.14.0

24 Oct 16:15
6d6065c
Compare
Choose a tag to compare
  • Adds beta all_children function to the User class for retrieving paginated lists of children users

v7.13.1

31 May 17:38
Compare
Choose a tag to compare
  • Fixes a bug where Payload didn't inherit EasyPostObject which could throw errors when retrieving event payloads (closes #284)

v8.2.0

11 Oct 17:42
4a1e162
Compare
Choose a tag to compare
  • Add dedicated API Key-related service, available via the api_keys property of a client
    • NOTE: Please note the naming. The api_key property of a client is the currently-used API key string, while the api_keys property is the service for managing API keys.
  • Migrated API Key-related functionality to api_keys service, deprecated old methods in user service