v7.0.0
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_secretbeta_referral_customer.create_bank_account_client_secretreferral_customer.add_credit_card_from_stripereferral_customer.add_bank_account_from_stripe
- Routes
AmazonShippingAccountto the proper create endpoint - Fixes error parsing
- Allows for alternative format of
errorsfield - Corrects available properties of an
EasyPostErrorandApiError(codeandfieldremoved fromEasyPostError,messageunfurled and explicitly added toApiError) - Removes unused
Errormodel
- Allows for alternative format of
- Corrects the HTTP verb for updating a brand from
GETtoPATCH - Removes deprecated
create_listtracker endpoint function as it is no longer available via API - Removes deprecated
user.all_api_keysanduser.api_keys, useapi_key.allandapi_key.retrieve_api_keys_for_userrespectively - Removes unmaintained and undocumented
irb - Removes unused
Rakefile - Bumps all dev dependencies