Releases: EasyPost/easypost-ruby
Releases · EasyPost/easypost-ruby
v4.12.0
- Adds beta
retrieve_stateless_ratesfunction - Adds
get_lowest_stateless_rateutility
v4.11.0
- Added function to retrieve all pickups, accessible via
EasyPost::Pickup.all - Added payload functions
retrieve_all_payloadsandretrieve_payloadto retrieve all payloads or a specific payload for an event.
v4.10.0
- Added new beta billing functionality for referral customer users, accessible via
EasyPost::Beta::Referraladd_payment_methodto add an existing Stripe bank account or credit card to your EasyPost accountrefund_by_amountrefunds you wallet balance by a specified amountrefund_by_payment_logrefunds you wallet balance by a specified payment log
- Fix bug where bank account and credit card payment methods were not deserializing to the
EasyPost::PaymentMethodclass
v4.9.0
- Routes requests for creating a carrier account with a custom workflow (eg: FedEx, UPS) to the correct endpoint when using the
createfunction
v4.8.1
- Concatenates
error.messageif it incorrectly comes back from the API as an array - Treats any HTTP status outside the
2xxrange as an error. Impact expected is minimal as this change only affects1xxand3xxHTTP status codes
v4.8.0
- Adds support to buy a shipment by passing in
end_shipper_id with_carbon_offsetcan now alternatively be passed in theparamsparameter of theshipment.buyfunction- Migrates Partner White Label (Referrals) to general library namespace and deprecates beta functions
v4.7.1
- Makes not implemented
allcalls match theEasyPost::Resourceinterface so that one can call.to_jsonon them and receive the proper error
v4.7.0
- Moves EndShipper out of beta to the general library namespace
- Ensure the Easypost object will respond to
.idwhen it has one in@values
v4.6.0
- Adds Carbon Offset support
- Adds ability to create a shipment with carbon_offset
- Adds ability to buy a shipment with carbon_offset
- Adds ability to one-call-buy a shipment with carbon_offset
- Adds ability to rerate a shipment with carbon_offset
- Adds
validate_webhookfunction that returns your webhook or raises an error if there is awebhook_secretmismatch - Deprecated
PaymentMethodclass, please useBillingclass for retrieve all payment method function
v4.5.0
- Adds ability to generate shipment forms via
generate_formfunction