Releases: EasyPost/easypost-ruby
Releases · EasyPost/easypost-ruby
v6.3.0
- Adds new
shipment.recommend_ship_date,smartrate.recommend_ship_date, andsmartrate.estimate_delivery_datefunctions - Routes
UpsAccount,UpsMailInnovationsAccount, andUpsSurepostAccountcreate/update requests to the new/ups_oauth_registrationsendpoint- Starting
2024-08-05, UPS accounts will require a new payload to register or update. See UPS OAuth 2.0 Update for more details
- Starting
v6.2.0
- Fix payment method funding and deletion failures due to undetermined payment method type
- Add
refundfunction in Insurance service for requesting a refund for standalone insurance.
v6.1.1
- Fix issues funding wallet due to invalid internal function call
v6.1.0
- Add
all_childrenandget_next_page_of_childreninuserservice
v6.0.0
- Removes
with_carbon_offsetparameter fromcreate,buyandregenerate_ratesmethods in the shipment service since now EasyPost offers carbon neutral shipments by default for free - Fixes a bug where the original filtering criteria of
allcalls wasn't passed along toget_next_pagecalls. Now, these are persisted via_paramskey on response objects - Removes the undocumented
create_and_buyfunction from the Batch service. The proper usage is to create a batch first and buy it separately
v5.3.0
- Migrate API Key-related functions out of
userservice intoapi_keyservice, deprecating the old and introducing the new
v5.2.0
- Add
carrier_typeservice +carrier_type.allmethod
v5.1.1
- Fix endpoint for creating a FedEx Smartpost carrier account
v5.1.0
- Adds hooks to introspect the request and response of API calls (see
HTTP Hookssection in the README for more details) - Maps 400 status code responses to the new
BadRequestErrorclass
v5.0.1
- Fixes a bug where the params of a
customs_infoon create weren't wrapped properly which led to an empty set ofcustoms_items