Skip to content

v7.0.0

Choose a tag to compare

@Justintime50 Justintime50 released this 30 Apr 19:14
· 36 commits to master since this release
bb20176

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