Releases: EasyPost/easypost-python
Releases · EasyPost/easypost-python
v9.1.0
- Adds
all_childrenfunction to the User service for retrieving paginated lists of children - Adds
get_next_page_of_childrenfunction to User service to get next paginated list of children
v7.15.0
- Adds
all_childrenfunction to the User class for retrieving paginated lists of children users, and removes the beta function - Adds
get_next_page_of_childrenfunction to the User class for retrieving next paginated lists of children users, and removes the beta function
v9.0.1
- Corrects the return type of
regenerate_rates
v9.0.0
- Removes
with_carbon_offsetparameter fromcreate,buy, andregenerate_ratesfunctions of the Shipment service as EasyPost now offers Carbon Neutral shipments by default for free - Removes the undocumented
create_and_buyfunction from theBatchservice. The proper usage is to create a batch first and buy it separately - Removes the
beta_carrier_metadataservice as it is deprecated, please use thecarrier_metadataGA service instead
v8.2.1
- Fixes a bug where
get_next_pagefunctions threw an error, preventing users from retrieving the final page of results
v7.14.1
- Fixes a bug where
get_next_pagefunctions threw an error, preventing users from retrieving the final page of results
v7.14.0
- Adds beta
all_childrenfunction to the User class for retrieving paginated lists of children users
v7.13.1
v8.2.0
- Add dedicated API Key-related service, available via the
api_keysproperty of a client- NOTE: Please note the naming. The
api_keyproperty of a client is the currently-used API key string, while theapi_keysproperty is the service for managing API keys.
- NOTE: Please note the naming. The
- Migrated API Key-related functionality to
api_keysservice, deprecated old methods inuserservice
v8.1.1
- Fix endpoint for creating a FedEx Smartpost carrier account