Skip to content

Releases: EasyPost/easypost-ruby

v7.3.0

24 Nov 21:10
3b67657

Choose a tag to compare

  • Adds the following functions:
    • embeddable.create_session
    • customer_portal.create_account_link

v7.2.0

10 Nov 17:50
20cdc02

Choose a tag to compare

  • Adds support for UspsShipAccount
  • Adds tracker.retrieve_batch function
  • Adds verify_carrier address param

v7.1.0

18 Jun 16:32
64a2a25

Choose a tag to compare

  • Adds the following functions
    • shipment.create_and_buy_luma
    • shipment.buy_luma
    • luma.get_promise

v7.0.1

27 May 18:03
1674223

Choose a tag to compare

  • Corrects the endpoint used for creating/updating UPS accounts

v7.0.0

30 Apr 19:14
bb20176

Choose a tag to compare

See our Upgrade Guide for more details.

  • Adds Ruby 3.4 support
  • Adds the following functions to assist ReferralCustomers add credit cards and bank accounts:
    • beta_referral_customer.create_credit_card_client_secret
    • beta_referral_customer.create_bank_account_client_secret
    • referral_customer.add_credit_card_from_stripe
    • referral_customer.add_bank_account_from_stripe
  • Routes AmazonShippingAccount to the proper create endpoint
  • Fixes error parsing
    • Allows for alternative format of errors field
    • Corrects available properties of an EasyPostError and ApiError (code and field removed from EasyPostError, message unfurled and explicitly added to ApiError)
    • Removes unused Error model
  • Corrects the HTTP verb for updating a brand from GET to PATCH
  • Removes deprecated create_list tracker endpoint function as it is no longer available via API
  • Removes deprecated user.all_api_keys and user.api_keys, use api_key.all and api_key.retrieve_api_keys_for_user respectively
  • Removes unmaintained and undocumented irb
  • Removes unused Rakefile
  • Bumps all dev dependencies

v6.4.1

09 Aug 19:17
1c8a3d6

Choose a tag to compare

  • Send GET requests as query parameters instead of JSON body parameters
  • Fix get_next_page_of_children function for User service with correct filter key

v6.4.0

24 Jul 18:37
d0f99e8

Choose a tag to compare

  • Adds new Claim service for filing claims on EasyPost shipments and insurances

v6.3.0

12 Jul 22:35
9a74779

Choose a tag to compare

  • Adds new shipment.recommend_ship_date, smartrate.recommend_ship_date, and smartrate.estimate_delivery_date functions
  • Routes UpsAccount, UpsMailInnovationsAccount, and UpsSurepostAccount create/update requests to the new /ups_oauth_registrations endpoint
    • Starting 2024-08-05, UPS accounts will require a new payload to register or update. See UPS OAuth 2.0 Update for more details

v6.2.0

10 Apr 21:17
d93393a

Choose a tag to compare

  • Fix payment method funding and deletion failures due to undetermined payment method type
  • Add refund function in Insurance service for requesting a refund for standalone insurance.

v6.1.1

23 Jan 21:39
e74fff0

Choose a tag to compare

  • Fix issues funding wallet due to invalid internal function call