stripe 14.1.0.pre.beta.1 → 15.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +689 -1512
- data/OPENAPI_VERSION +1 -1
- data/README.md +3 -3
- data/VERSION +1 -1
- data/lib/stripe/api_operations/save.rb +2 -1
- data/lib/stripe/api_operations/singleton_save.rb +2 -1
- data/lib/stripe/api_requestor.rb +3 -29
- data/lib/stripe/api_resource.rb +10 -3
- data/lib/stripe/api_version.rb +1 -1
- data/lib/stripe/errors.rb +0 -54
- data/lib/stripe/event_types.rb +0 -75
- data/lib/stripe/object_types.rb +0 -48
- data/lib/stripe/request_options.rb +2 -1
- data/lib/stripe/resources/account.rb +1 -653
- data/lib/stripe/resources/account_session.rb +1 -247
- data/lib/stripe/resources/billing/credit_balance_summary.rb +0 -2
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +0 -4
- data/lib/stripe/resources/billing/credit_grant.rb +0 -10
- data/lib/stripe/resources/billing_portal/session.rb +0 -6
- data/lib/stripe/resources/card.rb +0 -2
- data/lib/stripe/resources/cash_balance.rb +0 -2
- data/lib/stripe/resources/charge.rb +0 -1454
- data/lib/stripe/resources/checkout/session.rb +4 -260
- data/lib/stripe/resources/confirmation_token.rb +0 -234
- data/lib/stripe/resources/coupon.rb +1 -1
- data/lib/stripe/resources/credit_note.rb +0 -10
- data/lib/stripe/resources/credit_note_line_item.rb +0 -9
- data/lib/stripe/resources/customer.rb +0 -2
- data/lib/stripe/resources/customer_balance_transaction.rb +0 -2
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +0 -2
- data/lib/stripe/resources/customer_session.rb +1 -6
- data/lib/stripe/resources/discount.rb +0 -2
- data/lib/stripe/resources/event.rb +0 -33
- data/lib/stripe/resources/financial_connections/account.rb +1 -20
- data/lib/stripe/resources/financial_connections/session.rb +2 -62
- data/lib/stripe/resources/identity/verification_session.rb +0 -10
- data/lib/stripe/resources/invoice.rb +16 -1176
- data/lib/stripe/resources/invoice_item.rb +2 -78
- data/lib/stripe/resources/invoice_line_item.rb +1 -55
- data/lib/stripe/resources/invoice_payment.rb +53 -2
- data/lib/stripe/resources/issuing/cardholder.rb +1 -2
- data/lib/stripe/resources/issuing/transaction.rb +0 -6
- data/lib/stripe/resources/line_item.rb +0 -37
- data/lib/stripe/resources/mandate.rb +0 -24
- data/lib/stripe/resources/payment_intent.rb +307 -5109
- data/lib/stripe/resources/payment_method.rb +1 -196
- data/lib/stripe/resources/payment_method_configuration.rb +0 -295
- data/lib/stripe/resources/payout.rb +0 -6
- data/lib/stripe/resources/price.rb +0 -30
- data/lib/stripe/resources/product.rb +0 -59
- data/lib/stripe/resources/promotion_code.rb +0 -10
- data/lib/stripe/resources/quote.rb +6 -2042
- data/lib/stripe/resources/refund.rb +0 -9
- data/lib/stripe/resources/setup_attempt.rb +0 -21
- data/lib/stripe/resources/setup_intent.rb +9 -596
- data/lib/stripe/resources/source.rb +1 -30
- data/lib/stripe/resources/subscription.rb +9 -292
- data/lib/stripe/resources/subscription_item.rb +3 -84
- data/lib/stripe/resources/subscription_schedule.rb +10 -1007
- data/lib/stripe/resources/tax_id.rb +2 -12
- data/lib/stripe/resources/terminal/reader.rb +0 -406
- data/lib/stripe/resources/treasury/financial_account.rb +3 -22
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/outbound_transfer.rb +0 -37
- data/lib/stripe/resources/treasury/received_credit.rb +1 -38
- data/lib/stripe/resources/treasury/received_debit.rb +1 -40
- data/lib/stripe/resources.rb +0 -85
- data/lib/stripe/services/account_service.rb +1 -562
- data/lib/stripe/services/account_session_service.rb +1 -217
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +1 -4
- data/lib/stripe/services/billing/credit_balance_transaction_service.rb +0 -4
- data/lib/stripe/services/billing/credit_grant_service.rb +0 -8
- data/lib/stripe/services/billing_portal/session_service.rb +0 -4
- data/lib/stripe/services/charge_service.rb +0 -1334
- data/lib/stripe/services/checkout/session_service.rb +2 -172
- data/lib/stripe/services/credit_note_service.rb +0 -4
- data/lib/stripe/services/customer_session_service.rb +1 -4
- data/lib/stripe/services/financial_connections/account_service.rb +2 -7
- data/lib/stripe/services/financial_connections/session_service.rb +2 -34
- data/lib/stripe/services/financial_connections_service.rb +1 -2
- data/lib/stripe/services/identity/verification_session_service.rb +0 -8
- data/lib/stripe/services/invoice_item_service.rb +2 -74
- data/lib/stripe/services/invoice_line_item_service.rb +1 -33
- data/lib/stripe/services/invoice_payment_service.rb +33 -5
- data/lib/stripe/services/invoice_service.rb +17 -1088
- data/lib/stripe/services/issuing/cardholder_service.rb +1 -2
- data/lib/stripe/services/issuing/transaction_service.rb +0 -4
- data/lib/stripe/services/issuing_service.rb +1 -5
- data/lib/stripe/services/payment_intent_service.rb +264 -4637
- data/lib/stripe/services/payment_method_configuration_service.rb +0 -210
- data/lib/stripe/services/payment_method_service.rb +1 -126
- data/lib/stripe/services/payout_service.rb +0 -4
- data/lib/stripe/services/price_service.rb +0 -19
- data/lib/stripe/services/product_service.rb +0 -38
- data/lib/stripe/services/promotion_code_service.rb +0 -8
- data/lib/stripe/services/quote_service.rb +7 -1726
- data/lib/stripe/services/setup_intent_service.rb +9 -556
- data/lib/stripe/services/subscription_item_service.rb +3 -75
- data/lib/stripe/services/subscription_schedule_service.rb +10 -911
- data/lib/stripe/services/subscription_service.rb +9 -253
- data/lib/stripe/services/tax_id_service.rb +2 -8
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal/reader_service.rb +0 -180
- data/lib/stripe/services/terminal_service.rb +1 -2
- data/lib/stripe/services/test_helpers/confirmation_token_service.rb +0 -148
- data/lib/stripe/services/test_helpers/terminal/reader_service.rb +0 -43
- data/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +1 -25
- data/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +1 -25
- data/lib/stripe/services/treasury/financial_account_features_service.rb +1 -4
- data/lib/stripe/services/treasury/financial_account_service.rb +2 -16
- data/lib/stripe/services/treasury/outbound_transfer_service.rb +0 -24
- data/lib/stripe/services/v1_services.rb +2 -10
- data/lib/stripe/services/v2/core/event_service.rb +5 -3
- data/lib/stripe/services/v2/core_service.rb +1 -4
- data/lib/stripe/services/v2_services.rb +2 -4
- data/lib/stripe/services.rb +0 -49
- data/lib/stripe/stripe_configuration.rb +1 -3
- data/lib/stripe/stripe_object.rb +14 -4
- data/lib/stripe/util.rb +12 -7
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -55
- data/rbi/stripe/resources/account.rbi +4840 -0
- data/rbi/stripe/resources/account_link.rbi +74 -0
- data/rbi/stripe/resources/account_session.rbi +894 -0
- data/rbi/stripe/resources/apple_pay_domain.rbi +90 -0
- data/rbi/stripe/resources/application.rbi +20 -0
- data/rbi/stripe/resources/application_fee.rbi +118 -0
- data/rbi/stripe/resources/application_fee_refund.rbi +37 -0
- data/rbi/stripe/resources/apps/secret.rbi +195 -0
- data/rbi/stripe/resources/balance.rbi +180 -0
- data/rbi/stripe/resources/balance_transaction.rbi +144 -0
- data/rbi/stripe/resources/bank_account.rbi +127 -0
- data/rbi/stripe/resources/billing/alert.rbi +201 -0
- data/rbi/stripe/resources/billing/alert_triggered.rbi +28 -0
- data/rbi/stripe/resources/billing/credit_balance_summary.rbi +63 -0
- data/rbi/stripe/resources/billing/credit_balance_transaction.rbi +147 -0
- data/rbi/stripe/resources/billing/credit_grant.rbi +291 -0
- data/rbi/stripe/resources/billing/meter.rbi +226 -0
- data/rbi/stripe/resources/billing/meter_event.rbi +64 -0
- data/rbi/stripe/resources/billing/meter_event_adjustment.rbi +64 -0
- data/rbi/stripe/resources/billing/meter_event_summary.rbi +35 -0
- data/rbi/stripe/resources/billing_portal/configuration.rbi +645 -0
- data/rbi/stripe/resources/billing_portal/session.rbi +345 -0
- data/rbi/stripe/resources/capability.rbi +125 -0
- data/rbi/stripe/resources/card.rbi +125 -0
- data/rbi/stripe/resources/cash_balance.rbi +32 -0
- data/rbi/stripe/resources/charge.rbi +2054 -0
- data/rbi/stripe/resources/checkout/session.rbi +3951 -0
- data/rbi/stripe/resources/climate/order.rbi +245 -0
- data/rbi/stripe/resources/climate/product.rbi +75 -0
- data/rbi/stripe/resources/climate/supplier.rbi +72 -0
- data/rbi/stripe/resources/confirmation_token.rbi +1793 -0
- data/rbi/stripe/resources/connect_collection_transfer.rbi +26 -0
- data/rbi/stripe/resources/country_spec.rbi +85 -0
- data/rbi/stripe/resources/coupon.rbi +252 -0
- data/rbi/stripe/resources/credit_note.rbi +747 -0
- data/rbi/stripe/resources/credit_note_line_item.rbi +101 -0
- data/rbi/stripe/resources/customer.rbi +1009 -0
- data/rbi/stripe/resources/customer_balance_transaction.rbi +56 -0
- data/rbi/stripe/resources/customer_cash_balance_transaction.rbi +151 -0
- data/rbi/stripe/resources/customer_session.rbi +200 -0
- data/rbi/stripe/resources/discount.rbi +53 -0
- data/rbi/stripe/resources/dispute.rbi +761 -0
- data/rbi/stripe/resources/entitlements/active_entitlement.rbi +58 -0
- data/rbi/stripe/resources/entitlements/active_entitlement_summary.rbi +23 -0
- data/rbi/stripe/resources/entitlements/feature.rbi +117 -0
- data/rbi/stripe/resources/ephemeral_key.rbi +44 -0
- data/rbi/stripe/resources/event.rbi +146 -0
- data/rbi/stripe/resources/exchange_rate.rbi +66 -0
- data/rbi/stripe/resources/file.rbi +143 -0
- data/rbi/stripe/resources/file_link.rbi +141 -0
- data/rbi/stripe/resources/financial_connections/account.rbi +339 -0
- data/rbi/stripe/resources/financial_connections/account_owner.rbi +35 -0
- data/rbi/stripe/resources/financial_connections/account_ownership.rbi +23 -0
- data/rbi/stripe/resources/financial_connections/session.rbi +123 -0
- data/rbi/stripe/resources/financial_connections/transaction.rbi +124 -0
- data/rbi/stripe/resources/forwarding/request.rbi +216 -0
- data/rbi/stripe/resources/funding_instructions.rbi +437 -0
- data/rbi/stripe/resources/identity/verification_report.rbi +351 -0
- data/rbi/stripe/resources/identity/verification_session.rbi +517 -0
- data/rbi/stripe/resources/invoice.rbi +3733 -0
- data/rbi/stripe/resources/invoice_item.rbi +475 -0
- data/rbi/stripe/resources/invoice_line_item.rbi +432 -0
- data/rbi/stripe/resources/invoice_payment.rbi +114 -0
- data/rbi/stripe/resources/invoice_rendering_template.rbi +104 -0
- data/rbi/stripe/resources/issuing/authorization.rbi +1283 -0
- data/rbi/stripe/resources/issuing/card.rbi +741 -0
- data/rbi/stripe/resources/issuing/cardholder.rbi +744 -0
- data/rbi/stripe/resources/issuing/dispute.rbi +913 -0
- data/rbi/stripe/resources/issuing/personalization_design.rbi +338 -0
- data/rbi/stripe/resources/issuing/physical_bundle.rbi +79 -0
- data/rbi/stripe/resources/issuing/token.rbi +226 -0
- data/rbi/stripe/resources/issuing/transaction.rbi +1061 -0
- data/rbi/stripe/resources/line_item.rbi +72 -0
- data/rbi/stripe/resources/login_link.rbi +18 -0
- data/rbi/stripe/resources/mandate.rbi +187 -0
- data/rbi/stripe/resources/payment_intent.rbi +9731 -0
- data/rbi/stripe/resources/payment_link.rbi +1801 -0
- data/rbi/stripe/resources/payment_method.rbi +1822 -0
- data/rbi/stripe/resources/payment_method_configuration.rbi +3154 -0
- data/rbi/stripe/resources/payment_method_domain.rbi +212 -0
- data/rbi/stripe/resources/payout.rbi +300 -0
- data/rbi/stripe/resources/person.rbi +371 -0
- data/rbi/stripe/resources/plan.rbi +373 -0
- data/rbi/stripe/resources/price.rbi +694 -0
- data/rbi/stripe/resources/product.rbi +557 -0
- data/rbi/stripe/resources/product_feature.rbi +26 -0
- data/rbi/stripe/resources/promotion_code.rbi +261 -0
- data/rbi/stripe/resources/quote.rbi +1123 -0
- data/rbi/stripe/resources/radar/early_fraud_warning.rbi +98 -0
- data/rbi/stripe/resources/radar/value_list.rbi +170 -0
- data/rbi/stripe/resources/radar/value_list_item.rbi +131 -0
- data/rbi/stripe/resources/refund.rbi +516 -0
- data/rbi/stripe/resources/reporting/report_run.rbi +191 -0
- data/rbi/stripe/resources/reporting/report_type.rbi +57 -0
- data/rbi/stripe/resources/reserve_transaction.rbi +23 -0
- data/rbi/stripe/resources/reversal.rbi +51 -0
- data/rbi/stripe/resources/review.rbi +154 -0
- data/rbi/stripe/resources/setup_attempt.rbi +477 -0
- data/rbi/stripe/resources/setup_intent.rbi +3860 -0
- data/rbi/stripe/resources/shipping_rate.rbi +305 -0
- data/rbi/stripe/resources/sigma/scheduled_query_run.rbi +75 -0
- data/rbi/stripe/resources/source.rbi +1496 -0
- data/rbi/stripe/resources/source_mandate_notification.rbi +77 -0
- data/rbi/stripe/resources/source_transaction.rbi +127 -0
- data/rbi/stripe/resources/subscription.rbi +1964 -0
- data/rbi/stripe/resources/subscription_item.rbi +370 -0
- data/rbi/stripe/resources/subscription_schedule.rbi +1495 -0
- data/rbi/stripe/resources/tax/calculation.rbi +474 -0
- data/rbi/stripe/resources/tax/calculation_line_item.rbi +88 -0
- data/rbi/stripe/resources/tax/registration.rbi +2485 -0
- data/rbi/stripe/resources/tax/settings.rbi +141 -0
- data/rbi/stripe/resources/tax/transaction.rbi +351 -0
- data/rbi/stripe/resources/tax/transaction_line_item.rbi +54 -0
- data/rbi/stripe/resources/tax_code.rbi +44 -0
- data/rbi/stripe/resources/tax_deducted_at_source.rbi +23 -0
- data/rbi/stripe/resources/tax_id.rbi +167 -0
- data/rbi/stripe/resources/tax_rate.rbi +239 -0
- data/rbi/stripe/resources/terminal/configuration.rbi +1388 -0
- data/rbi/stripe/resources/terminal/connection_token.rbi +37 -0
- data/rbi/stripe/resources/terminal/location.rbi +224 -0
- data/rbi/stripe/resources/terminal/reader.rbi +587 -0
- data/rbi/stripe/resources/test_helpers/test_clock.rbi +134 -0
- data/rbi/stripe/resources/token.rbi +1217 -0
- data/rbi/stripe/resources/topup.rbi +222 -0
- data/rbi/stripe/resources/transfer.rbi +199 -0
- data/rbi/stripe/resources/treasury/credit_reversal.rbi +119 -0
- data/rbi/stripe/resources/treasury/debit_reversal.rbi +131 -0
- data/rbi/stripe/resources/treasury/financial_account.rbi +865 -0
- data/rbi/stripe/resources/treasury/financial_account_features.rbi +260 -0
- data/rbi/stripe/resources/treasury/inbound_transfer.rbi +295 -0
- data/rbi/stripe/resources/treasury/outbound_payment.rbi +592 -0
- data/rbi/stripe/resources/treasury/outbound_transfer.rbi +431 -0
- data/rbi/stripe/resources/treasury/received_credit.rbi +302 -0
- data/rbi/stripe/resources/treasury/received_debit.rbi +256 -0
- data/rbi/stripe/resources/treasury/transaction.rbi +215 -0
- data/rbi/stripe/resources/treasury/transaction_entry.rbi +192 -0
- data/rbi/stripe/resources/v2/amount.rbi +14 -0
- data/rbi/stripe/resources/v2/billing/meter_event.rbi +37 -0
- data/rbi/stripe/resources/v2/billing/meter_event_adjustment.rbi +41 -0
- data/rbi/stripe/resources/v2/billing/meter_event_session.rbi +31 -0
- data/rbi/stripe/resources/v2/event.rbi +48 -0
- data/rbi/stripe/resources/v2/event_destination.rbi +91 -0
- data/rbi/stripe/resources/webhook_endpoint.rbi +170 -0
- data/rbi/stripe/services/account_capability_service.rbi +51 -0
- data/rbi/stripe/services/account_external_account_service.rbi +306 -0
- data/rbi/stripe/services/account_link_service.rbi +58 -0
- data/rbi/stripe/services/account_login_link_service.rbi +22 -0
- data/rbi/stripe/services/account_person_service.rbi +923 -0
- data/rbi/stripe/services/account_service.rbi +4143 -0
- data/rbi/stripe/services/account_session_service.rbi +572 -0
- data/rbi/stripe/services/apple_pay_domain_service.rbi +78 -0
- data/rbi/stripe/services/application_fee_refund_service.rbi +93 -0
- data/rbi/stripe/services/application_fee_service.rbi +78 -0
- data/rbi/stripe/services/apps/secret_service.rbi +151 -0
- data/rbi/stripe/services/apps_service.rbi +9 -0
- data/rbi/stripe/services/balance_service.rbi +21 -0
- data/rbi/stripe/services/balance_transaction_service.rbi +93 -0
- data/rbi/stripe/services/billing/alert_service.rbi +152 -0
- data/rbi/stripe/services/billing/credit_balance_summary_service.rbi +68 -0
- data/rbi/stripe/services/billing/credit_balance_transaction_service.rbi +59 -0
- data/rbi/stripe/services/billing/credit_grant_service.rbi +211 -0
- data/rbi/stripe/services/billing/meter_event_adjustment_service.rbi +42 -0
- data/rbi/stripe/services/billing/meter_event_service.rbi +42 -0
- data/rbi/stripe/services/billing/meter_event_summary_service.rbi +54 -0
- data/rbi/stripe/services/billing/meter_service.rbi +163 -0
- data/rbi/stripe/services/billing_portal/configuration_service.rbi +511 -0
- data/rbi/stripe/services/billing_portal/session_service.rbi +204 -0
- data/rbi/stripe/services/billing_portal_service.rbi +10 -0
- data/rbi/stripe/services/billing_service.rbi +15 -0
- data/rbi/stripe/services/charge_service.rbi +448 -0
- data/rbi/stripe/services/checkout/session_line_item_service.rbi +33 -0
- data/rbi/stripe/services/checkout/session_service.rbi +2585 -0
- data/rbi/stripe/services/checkout_service.rbi +9 -0
- data/rbi/stripe/services/climate/order_service.rbi +142 -0
- data/rbi/stripe/services/climate/product_service.rbi +46 -0
- data/{lib/stripe/services/financial_connections/institution_service.rb → rbi/stripe/services/climate/supplier_service.rbi} +25 -36
- data/rbi/stripe/services/climate_service.rbi +11 -0
- data/rbi/stripe/services/confirmation_token_service.rbi +20 -0
- data/rbi/stripe/services/country_spec_service.rbi +44 -0
- data/rbi/stripe/services/coupon_service.rbi +196 -0
- data/{lib/stripe/services/quote_preview_subscription_schedule_service.rb → rbi/stripe/services/credit_note_line_item_service.rbi} +16 -20
- data/rbi/stripe/services/credit_note_preview_lines_service.rbi +167 -0
- data/rbi/stripe/services/credit_note_service.rbi +416 -0
- data/rbi/stripe/services/customer_balance_transaction_service.rbi +92 -0
- data/rbi/stripe/services/customer_cash_balance_service.rbi +45 -0
- data/rbi/stripe/services/customer_cash_balance_transaction_service.rbi +44 -0
- data/rbi/stripe/services/customer_funding_instructions_service.rbi +59 -0
- data/rbi/stripe/services/customer_payment_method_service.rbi +57 -0
- data/rbi/stripe/services/customer_payment_source_service.rbi +232 -0
- data/rbi/stripe/services/customer_service.rbi +651 -0
- data/rbi/stripe/services/customer_session_service.rbi +116 -0
- data/rbi/stripe/services/customer_tax_id_service.rbi +72 -0
- data/rbi/stripe/services/dispute_service.rbi +424 -0
- data/rbi/stripe/services/entitlements/active_entitlement_service.rbi +55 -0
- data/rbi/stripe/services/entitlements/feature_service.rbi +107 -0
- data/rbi/stripe/services/entitlements_service.rbi +10 -0
- data/rbi/stripe/services/ephemeral_key_service.rbi +53 -0
- data/rbi/stripe/services/event_service.rbi +83 -0
- data/rbi/stripe/services/exchange_rate_service.rbi +44 -0
- data/rbi/stripe/services/file_link_service.rbi +124 -0
- data/rbi/stripe/services/file_service.rbi +116 -0
- data/rbi/stripe/services/financial_connections/account_owner_service.rbi +42 -0
- data/rbi/stripe/services/financial_connections/account_service.rbi +133 -0
- data/rbi/stripe/services/financial_connections/session_service.rbi +88 -0
- data/rbi/stripe/services/financial_connections/transaction_service.rbi +92 -0
- data/rbi/stripe/services/financial_connections_service.rbi +11 -0
- data/rbi/stripe/services/forwarding/request_service.rbi +134 -0
- data/rbi/stripe/services/forwarding_service.rbi +9 -0
- data/rbi/stripe/services/identity/verification_report_service.rbi +87 -0
- data/rbi/stripe/services/identity/verification_session_service.rbi +323 -0
- data/rbi/stripe/services/identity_service.rbi +10 -0
- data/rbi/stripe/services/invoice_item_service.rbi +368 -0
- data/rbi/stripe/services/invoice_line_item_service.rbi +259 -0
- data/rbi/stripe/services/invoice_payment_service.rbi +71 -0
- data/rbi/stripe/services/invoice_rendering_template_service.rbi +82 -0
- data/rbi/stripe/services/invoice_service.rbi +2920 -0
- data/rbi/stripe/services/issuing/authorization_service.rbi +146 -0
- data/rbi/stripe/services/issuing/card_service.rbi +495 -0
- data/rbi/stripe/services/issuing/cardholder_service.rbi +587 -0
- data/rbi/stripe/services/issuing/dispute_service.rbi +707 -0
- data/rbi/stripe/services/issuing/personalization_design_service.rbi +243 -0
- data/rbi/stripe/services/issuing/physical_bundle_service.rbi +59 -0
- data/rbi/stripe/services/issuing/token_service.rbi +99 -0
- data/rbi/stripe/services/issuing/transaction_service.rbi +105 -0
- data/rbi/stripe/services/issuing_service.rbi +16 -0
- data/rbi/stripe/services/mandate_service.rbi +20 -0
- data/rbi/stripe/services/payment_intent_service.rbi +7759 -0
- data/{lib/stripe/services/quote_line_service.rb → rbi/stripe/services/payment_link_line_item_service.rbi} +16 -20
- data/rbi/stripe/services/payment_link_service.rbi +1352 -0
- data/rbi/stripe/services/payment_method_configuration_service.rbi +2211 -0
- data/rbi/stripe/services/payment_method_domain_service.rbi +112 -0
- data/rbi/stripe/services/payment_method_service.rbi +840 -0
- data/rbi/stripe/services/payout_service.rbi +205 -0
- data/rbi/stripe/services/plan_service.rbi +284 -0
- data/rbi/stripe/services/price_service.rbi +546 -0
- data/rbi/stripe/services/product_feature_service.rbi +69 -0
- data/rbi/stripe/services/product_service.rbi +479 -0
- data/rbi/stripe/services/promotion_code_service.rbi +214 -0
- data/rbi/stripe/services/quote_computed_upfront_line_items_service.rbi +31 -0
- data/{lib/stripe/services/order_line_item_service.rb → rbi/stripe/services/quote_line_item_service.rbi} +16 -20
- data/rbi/stripe/services/quote_service.rbi +686 -0
- data/rbi/stripe/services/radar/early_fraud_warning_service.rbi +85 -0
- data/rbi/stripe/services/radar/value_list_item_service.rbi +111 -0
- data/rbi/stripe/services/radar/value_list_service.rbi +143 -0
- data/rbi/stripe/services/radar_service.rbi +11 -0
- data/rbi/stripe/services/refund_service.rbi +185 -0
- data/rbi/stripe/services/reporting/report_run_service.rbi +135 -0
- data/rbi/stripe/services/reporting/report_type_service.rbi +35 -0
- data/rbi/stripe/services/reporting_service.rbi +10 -0
- data/rbi/stripe/services/review_service.rbi +84 -0
- data/rbi/stripe/services/setup_attempt_service.rbi +65 -0
- data/rbi/stripe/services/setup_intent_service.rbi +3596 -0
- data/rbi/stripe/services/shipping_rate_service.rbi +241 -0
- data/rbi/stripe/services/sigma/scheduled_query_run_service.rbi +46 -0
- data/rbi/stripe/services/sigma_service.rbi +9 -0
- data/rbi/stripe/services/source_service.rbi +663 -0
- data/{lib/stripe/services/quote_preview_invoice_service.rb → rbi/stripe/services/source_transaction_service.rbi} +16 -20
- data/rbi/stripe/services/subscription_item_service.rbi +324 -0
- data/rbi/stripe/services/subscription_schedule_service.rbi +1192 -0
- data/rbi/stripe/services/subscription_service.rbi +1596 -0
- data/rbi/stripe/services/tax/calculation_line_item_service.rbi +33 -0
- data/rbi/stripe/services/tax/calculation_service.rbi +230 -0
- data/rbi/stripe/services/tax/registration_service.rbi +1689 -0
- data/rbi/stripe/services/tax/settings_service.rbi +93 -0
- data/{lib/stripe/services/financial_connections/account_inferred_balance_service.rb → rbi/stripe/services/tax/transaction_line_item_service.rbi} +17 -21
- data/rbi/stripe/services/tax/transaction_service.rbi +146 -0
- data/rbi/stripe/services/tax_code_service.rbi +44 -0
- data/rbi/stripe/services/tax_id_service.rbi +112 -0
- data/rbi/stripe/services/tax_rate_service.rbi +185 -0
- data/rbi/stripe/services/tax_service.rbi +12 -0
- data/rbi/stripe/services/terminal/configuration_service.rbi +1120 -0
- data/rbi/stripe/services/terminal/connection_token_service.rbi +25 -0
- data/rbi/stripe/services/terminal/location_service.rbi +184 -0
- data/rbi/stripe/services/terminal/reader_service.rbi +344 -0
- data/rbi/stripe/services/terminal_service.rbi +12 -0
- data/rbi/stripe/services/test_helpers/confirmation_token_service.rbi +746 -0
- data/rbi/stripe/services/test_helpers/customer_service.rbi +33 -0
- data/rbi/stripe/services/test_helpers/issuing/authorization_service.rbi +848 -0
- data/rbi/stripe/services/test_helpers/issuing/card_service.rbi +76 -0
- data/rbi/stripe/services/test_helpers/issuing/personalization_design_service.rbi +69 -0
- data/rbi/stripe/services/test_helpers/issuing/transaction_service.rbi +711 -0
- data/rbi/stripe/services/test_helpers/issuing_service.rbi +14 -0
- data/rbi/stripe/services/test_helpers/refund_service.rbi +22 -0
- data/rbi/stripe/services/test_helpers/terminal/reader_service.rbi +62 -0
- data/rbi/stripe/services/test_helpers/terminal_service.rbi +11 -0
- data/rbi/stripe/services/test_helpers/test_clock_service.rbi +92 -0
- data/rbi/stripe/services/test_helpers/treasury/inbound_transfer_service.rbi +64 -0
- data/rbi/stripe/services/test_helpers/treasury/outbound_payment_service.rbi +125 -0
- data/rbi/stripe/services/test_helpers/treasury/outbound_transfer_service.rbi +125 -0
- data/rbi/stripe/services/test_helpers/treasury/received_credit_service.rbi +87 -0
- data/rbi/stripe/services/test_helpers/treasury/received_debit_service.rbi +87 -0
- data/rbi/stripe/services/test_helpers/treasury_service.rbi +15 -0
- data/rbi/stripe/services/test_helpers_service.rbi +15 -0
- data/rbi/stripe/services/token_service.rbi +1189 -0
- data/rbi/stripe/services/topup_service.rbi +176 -0
- data/rbi/stripe/services/transfer_reversal_service.rbi +101 -0
- data/rbi/stripe/services/transfer_service.rbi +152 -0
- data/rbi/stripe/services/treasury/credit_reversal_service.rbi +84 -0
- data/rbi/stripe/services/treasury/debit_reversal_service.rbi +88 -0
- data/rbi/stripe/services/treasury/financial_account_features_service.rbi +198 -0
- data/rbi/stripe/services/treasury/financial_account_service.rbi +562 -0
- data/rbi/stripe/services/treasury/inbound_transfer_service.rbi +117 -0
- data/rbi/stripe/services/treasury/outbound_payment_service.rbi +304 -0
- data/rbi/stripe/services/treasury/outbound_transfer_service.rbi +157 -0
- data/rbi/stripe/services/treasury/received_credit_service.rbi +72 -0
- data/rbi/stripe/services/treasury/received_debit_service.rbi +59 -0
- data/rbi/stripe/services/treasury/transaction_entry_service.rbi +111 -0
- data/rbi/stripe/services/treasury/transaction_service.rbi +122 -0
- data/rbi/stripe/services/treasury_service.rbi +18 -0
- data/rbi/stripe/services/v1_services.rbi +77 -0
- data/rbi/stripe/services/v2/billing/meter_event_adjustment_service.rbi +39 -0
- data/rbi/stripe/services/v2/billing/meter_event_service.rbi +42 -0
- data/rbi/stripe/services/v2/billing/meter_event_session_service.rbi +20 -0
- data/rbi/stripe/services/v2/billing/meter_event_stream_service.rbi +55 -0
- data/rbi/stripe/services/v2/billing_service.rbi +14 -0
- data/rbi/stripe/services/v2/core/event_destination_service.rbi +200 -0
- data/rbi/stripe/services/v2/core/event_service.rbi +38 -0
- data/rbi/stripe/services/v2/core_service.rbi +12 -0
- data/rbi/stripe/services/v2_services.rbi +10 -0
- data/rbi/stripe/services/webhook_endpoint_service.rbi +131 -0
- data/stripe.gemspec +1 -4
- metadata +324 -140
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_link_completed_event.rb +0 -13
- data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -23
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -23
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -23
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -21
- data/lib/stripe/request_signing_authenticator.rb +0 -79
- data/lib/stripe/resources/account_notice.rb +0 -123
- data/lib/stripe/resources/balance_settings.rb +0 -101
- data/lib/stripe/resources/billing/meter_error_report.rb +0 -59
- data/lib/stripe/resources/capital/financing_offer.rb +0 -179
- data/lib/stripe/resources/capital/financing_summary.rb +0 -55
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -114
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -27
- data/lib/stripe/resources/financial_connections/institution.rb +0 -90
- data/lib/stripe/resources/gift_cards/card.rb +0 -208
- data/lib/stripe/resources/gift_cards/transaction.rb +0 -272
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -602
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -82
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -86
- data/lib/stripe/resources/issuing/settlement.rb +0 -53
- data/lib/stripe/resources/margin.rb +0 -115
- data/lib/stripe/resources/order.rb +0 -2859
- data/lib/stripe/resources/payment_attempt_record.rb +0 -1078
- data/lib/stripe/resources/payment_record.rb +0 -1607
- data/lib/stripe/resources/quote_line.rb +0 -274
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -663
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -337
- data/lib/stripe/resources/tax/association.rb +0 -89
- data/lib/stripe/resources/tax/form.rb +0 -211
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -31
- data/lib/stripe/resources/v2/core/account.rb +0 -1715
- data/lib/stripe/resources/v2/core/account_link.rb +0 -54
- data/lib/stripe/resources/v2/core/person.rb +0 -272
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -72
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -37
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -18
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -20
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -49
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -56
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -66
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -92
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -127
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -74
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -43
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -115
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -73
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -47
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -134
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -106
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -76
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -66
- data/lib/stripe/services/account_notice_service.rb +0 -101
- data/lib/stripe/services/balance_settings_service.rb +0 -96
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -112
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -28
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -79
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/external_account_service.rb +0 -206
- data/lib/stripe/services/gift_cards/card_service.rb +0 -170
- data/lib/stripe/services/gift_cards/transaction_service.rb +0 -209
- data/lib/stripe/services/gift_cards_service.rb +0 -14
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -504
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -66
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -83
- data/lib/stripe/services/margin_service.rb +0 -119
- data/lib/stripe/services/order_service.rb +0 -2268
- data/lib/stripe/services/payment_attempt_record_service.rb +0 -49
- data/lib/stripe/services/payment_record_service.rb +0 -542
- data/lib/stripe/services/tax/association_service.rb +0 -31
- data/lib/stripe/services/tax/form_service.rb +0 -100
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -28
- data/lib/stripe/services/v2/core/account_link_service.rb +0 -76
- data/lib/stripe/services/v2/core/account_service.rb +0 -4130
- data/lib/stripe/services/v2/core/accounts/person_service.rb +0 -1040
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -135
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -109
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -75
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -44
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -81
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -126
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -80
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -202
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -237
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -174
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -95
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -71
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -44
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -70
- data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -74
- data/lib/stripe/services/v2/money_management_service.rb +0 -31
- data/lib/stripe/services/v2/test_helper_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -50
- data/rbi/stripe.rbi +0 -189274
data/CHANGELOG.md
CHANGED
@@ -1,60 +1,23 @@
|
|
1
1
|
# Changelog
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
*
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
* Add support for `create`, `delete`, `list`, `retrieve`, and `update` methods on a new `ExternalAccountService` class to access cards and bank accounts made available in the new path `v1/external_accounts`. Access this via `StripeClient.external_accounts`
|
22
|
-
|
23
|
-
#### New APIs for Money CardManagement
|
24
|
-
|
25
|
-
* Add support for new resources `V2::Core::Vault::UsBankAccount`, `V2::FinancialAddressCreditSimulation`, `V2::FinancialAddressGeneratedMicrodeposits`, `V2::MoneyManagement::Adjustment`, `V2::MoneyManagement::FinancialAccount`, `V2::MoneyManagement::FinancialAddress`, `V2::MoneyManagement::InboundTransfer`, `V2::MoneyManagement::OutboundPaymentQuote`, `V2::MoneyManagement::OutboundPayment`, `V2::MoneyManagement::OutboundSetupIntent`, `V2::MoneyManagement::OutboundTransfer`, `V2::MoneyManagement::PayoutMethod`, `V2::MoneyManagement::PayoutMethodsBankAccountSpec`, `V2::MoneyManagement::ReceivedCredit`, `V2::MoneyManagement::ReceivedDebit`, `V2::MoneyManagement::TransactionEntry`, and `V2::MoneyManagement::Transaction`
|
26
|
-
* Add support for `create` method on resource `V2::MoneyManagement::OutboundPaymentQuote`
|
27
|
-
* Add support for `list` and `retrieve` methods on resources `V2::MoneyManagement::Adjustment`, `V2::MoneyManagement::FinancialAccount`, `V2::MoneyManagement::ReceivedCredit`, `V2::MoneyManagement::ReceivedDebit`, `V2::MoneyManagement::TransactionEntry`, and `V2::MoneyManagement::Transaction`
|
28
|
-
* Add support for `create`, `list`, and `retrieve` methods on resources `V2::MoneyManagement::FinancialAddress` and `V2::MoneyManagement::InboundTransfer`
|
29
|
-
* Add support for `cancel`, `create`, `list`, and `retrieve` methods on resources `V2::MoneyManagement::OutboundPayment` and `V2::MoneyManagement::OutboundTransfer`
|
30
|
-
* Add support for `archive`, `list`, `retrieve`, and `unarchive` methods on resource `V2::MoneyManagement::PayoutMethod`
|
31
|
-
* Add support for `cancel`, `create`, `list`, `retrieve`, and `update` methods on resource `V2::MoneyManagement::OutboundSetupIntent`
|
32
|
-
* Add support for `retrieve` method on resource `V2::MoneyManagement::PayoutMethodsBankAccountSpec`
|
33
|
-
* Add support for new thin event `V2MoneyManagementFinancialAccountCreatedEvent` with related object `V2::MoneyManagement::FinancialAccount`
|
34
|
-
* Add support for new thin events `V2MoneyManagementFinancialAddressActivatedEvent` and `V2MoneyManagementFinancialAddressFailedEvent` with related object `V2::MoneyManagement::FinancialAddress`
|
35
|
-
* Add support for new thin events `V2MoneyManagementInboundTransferAvailableEvent`, `V2MoneyManagementInboundTransferBankDebitFailedEvent`, `V2MoneyManagementInboundTransferBankDebitProcessingEvent`, `V2MoneyManagementInboundTransferBankDebitQueuedEvent`, `V2MoneyManagementInboundTransferBankDebitReturnedEvent`, and `V2MoneyManagementInboundTransferBankDebitSucceededEvent` with related object `V2::MoneyManagement::InboundTransfer`
|
36
|
-
* Add support for new thin events `V2MoneyManagementOutboundPaymentCanceledEvent`, `V2MoneyManagementOutboundPaymentCreatedEvent`, `V2MoneyManagementOutboundPaymentFailedEvent`, `V2MoneyManagementOutboundPaymentPostedEvent`, and `V2MoneyManagementOutboundPaymentReturnedEvent` with related object `V2::MoneyManagement::OutboundPayment`
|
37
|
-
* Add support for new thin events `V2MoneyManagementOutboundTransferCanceledEvent`, `V2MoneyManagementOutboundTransferCreatedEvent`, `V2MoneyManagementOutboundTransferFailedEvent`, `V2MoneyManagementOutboundTransferPostedEvent`, and `V2MoneyManagementOutboundTransferReturnedEvent` with related object `V2::MoneyManagement::OutboundTransfer`
|
38
|
-
* Add support for new thin events `V2MoneyManagementReceivedCreditAvailableEvent`, `V2MoneyManagementReceivedCreditFailedEvent`, `V2MoneyManagementReceivedCreditReturnedEvent`, and `V2MoneyManagementReceivedCreditSucceededEvent` with related object `V2::MoneyManagement::ReceivedCredit`
|
39
|
-
* Add support for new thin events `V2MoneyManagementReceivedDebitCanceledEvent`, `V2MoneyManagementReceivedDebitFailedEvent`, `V2MoneyManagementReceivedDebitPendingEvent`, `V2MoneyManagementReceivedDebitSucceededEvent`, and `V2MoneyManagementReceivedDebitUpdatedEvent` with related object `V2::MoneyManagement::ReceivedDebit`
|
40
|
-
* Add support for new error types `AlreadyCanceledError`, `BlockedByStripeError`, `ControlledByDashboardError`, `FeatureNotEnabledError`, `FinancialAccountNotOpenError`, `InsufficientFundsError`, `InvalidPayoutMethodError`, `NotCancelableError`, and `RecipientNotNotifiableError`
|
41
|
-
|
42
|
-
|
43
|
-
#### New APIs for Accounts v2 in private preview
|
44
|
-
See [SaaS platform payments with subscription billing using Accounts v2](https://docs.stripe.com/connect/accounts-v2/saas-platform-payments-billing)
|
45
|
-
|
46
|
-
* Add support for new resources `V2::Core::AccountLink`, `V2::Core::Account`, `V2::Core::Person`, `V2::Core::Vault::GbBankAccount`, `V2::Core::Vault::UsBankAccount`
|
47
|
-
* Add support for `close`, `create`, `list`, `retrieve`, and `update` methods on resource `V2::Core::Account`
|
48
|
-
* Add support for `create` method on resources `V2::Core::AccountLink` and `V2::MoneyManagement::OutboundPaymentQuote`
|
49
|
-
* Add support for `acknowledge_confirmation_of_payee`, `archive`, `create`, `initiate_confirmation_of_payee`, and `retrieve` methods on resource `V2::Core::Vault::GbBankAccount`
|
50
|
-
* Add support for `archive`, `create`, `retrieve`, and `update` methods on resource `V2::Core::Vault::UsBankAccount`
|
51
|
-
* Add support for new thin events `V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent`, `V2CoreAccountIncludingConfigurationCustomerUpdatedEvent`, `V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEvent`, `V2CoreAccountIncludingConfigurationMerchantUpdatedEvent`, `V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent`, `V2CoreAccountIncludingConfigurationRecipientUpdatedEvent`, `V2CoreAccountIncludingIdentityUpdatedEvent`, and `V2CoreAccountIncludingRequirementsUpdatedEvent`
|
52
|
-
* Add support for new thin event `V2CoreAccountLinkCompletedEvent` with related object `V2::Core::AccountLink`
|
53
|
-
* Add support for new thin events `V2CoreAccountPersonCreatedEvent`, `V2CoreAccountPersonDeletedEvent`, and `V2CoreAccountPersonUpdatedEvent` with related object `V2::Core::Person`
|
54
|
-
|
55
|
-
* [#1557](https://github.com/stripe/stripe-ruby/pull/1557) Update Stripe.add_beta_version
|
56
|
-
* `stripe.add_beta_version` will use the highest version number used for a beta feature instead of raising an `Error` on a conflict as it had done previously.
|
57
|
-
|
2
|
+
## 15.0.0 - 2025-04-09
|
3
|
+
|
4
|
+
### Breaking change
|
5
|
+
* [#1574](https://github.com/stripe/stripe-ruby/pull/1574) Rename `object_id` in V2::Core::EventService::ListParams to `object_id_`
|
6
|
+
* ⚠️ Change name of parameter from `object_id` to `object_id_` on `Stripe::V2::Core::EventService::ListParams` to avoid conflict with Ruby native attribute, as found in https://github.com/stripe/stripe-ruby/issues/1567
|
7
|
+
* This is a no-op unless you are using this specific parameter that was introduced in `v14.0.0`
|
8
|
+
|
9
|
+
* [#1576](https://github.com/stripe/stripe-ruby/pull/1576) Explicitly pass through custom headers in retrieve
|
10
|
+
* Fix custom options passing for resource-based retrieve
|
11
|
+
* [#1571](https://github.com/stripe/stripe-ruby/pull/1571) Validate all instance variable keys returned from the API
|
12
|
+
* Validate all keys returned from the API, including custom response fields, to make sure they can be set in an instance variable, as brought up in https://github.com/stripe/stripe-ruby/issues/1564
|
13
|
+
* We do not set instance variables for invalid field names (as defined by the [Ruby spec](https://ruby-doc.org/docs/ruby-doc-bundle/Manual/man-1.4/syntax.html#ident)). We recommend for custom hash map response fields, use the `[]` accessor.
|
14
|
+
```ruby
|
15
|
+
c = client.v1.customers.retrieve("cus_123")
|
16
|
+
c.metadata["invalid-variable-name!"]
|
17
|
+
c.metadata["valid_key_name_works_too"]
|
18
|
+
```
|
19
|
+
* [#1575](https://github.com/stripe/stripe-ruby/pull/1575) Remove unused youtube playlist link
|
20
|
+
* [#1573](https://github.com/stripe/stripe-ruby/pull/1573) Remove link for stale youtube video playlist
|
58
21
|
|
59
22
|
## 14.0.0 - 2025-04-01
|
60
23
|
* [#1559](https://github.com/stripe/stripe-ruby/pull/1559) Add RBI annotations for fields and params
|
@@ -84,20 +47,11 @@
|
|
84
47
|
|
85
48
|
* Add support for new resource `InvoicePayment`
|
86
49
|
* Add support for `list` and `retrieve` methods on resource `InvoicePayment`
|
87
|
-
|
88
|
-
## 13.6.0-beta.1 - 2025-03-18
|
89
|
-
* [#1550](https://github.com/stripe/stripe-ruby/pull/1550) Merge from stripe-ruby master
|
90
|
-
* [#1546](https://github.com/stripe/stripe-ruby/pull/1546) Beta SDK updates between Open API versions 1473 and 1505
|
91
50
|
|
92
|
-
* Add support for `succeed_input_collection` and `timeout_input_collection` test helper methods on resource `Terminal.Reader`
|
93
|
-
* [#1545](https://github.com/stripe/stripe-ruby/pull/1545) fix ruby merge conflict for beta
|
94
|
-
|
95
|
-
## 13.5.0-beta.1 - 2025-02-07
|
96
|
-
* [#1527](https://github.com/stripe/stripe-ruby/pull/1527) Update generated code for beta
|
97
51
|
|
98
52
|
## 13.5.0 - 2025-02-24
|
99
53
|
* [#1534](https://github.com/stripe/stripe-ruby/pull/1534) Update generated code
|
100
|
-
* Fixed `Stripe::InvoiceLineItem.update` method.
|
54
|
+
* Fixed `Stripe::InvoiceLineItem.update` method.
|
101
55
|
* [#1536](https://github.com/stripe/stripe-ruby/pull/1536) Fix InvoiceLineItem parent class
|
102
56
|
* Fix bug where `Stripe::InvoiceLineItem` had the incorrect parent class, making it error when `update` was called
|
103
57
|
* [#1533](https://github.com/stripe/stripe-ruby/pull/1533) add codeowners file
|
@@ -114,25 +68,6 @@
|
|
114
68
|
* [#1513](https://github.com/stripe/stripe-ruby/pull/1513) add justfile
|
115
69
|
* [#1515](https://github.com/stripe/stripe-ruby/pull/1515) Added CONTRIBUTING.md file
|
116
70
|
|
117
|
-
## 13.4.0-beta.4 - 2025-01-23
|
118
|
-
* [#1523](https://github.com/stripe/stripe-ruby/pull/1523) Update generated code for beta
|
119
|
-
* Removed support for `stripe_account` from `Stripe::Terminal::Reader`. Use `account` instead.
|
120
|
-
|
121
|
-
## 13.4.0-beta.3 - 2025-01-17
|
122
|
-
* [#1514](https://github.com/stripe/stripe-ruby/pull/1514) Update generated code for beta
|
123
|
-
|
124
|
-
## 13.4.0-beta.2 - 2025-01-09
|
125
|
-
* [#1504](https://github.com/stripe/stripe-ruby/pull/1504) Update generated code for beta
|
126
|
-
* Add support for `close` method on resource `Treasury.FinancialAccount`
|
127
|
-
|
128
|
-
## 13.4.0-beta.1 - 2024-12-20
|
129
|
-
* Support parameter and resource fields with typed RBIs
|
130
|
-
* [#1509](https://github.com/stripe/stripe-ruby/pull/1509) (beta) Publish RBIs with gem
|
131
|
-
* [#1505](https://github.com/stripe/stripe-ruby/pull/1505) Add method parameter type classes to all resources and services
|
132
|
-
|
133
|
-
* Add method parameter classes for all resources and service methods.
|
134
|
-
* These changes are NOT breaking and are purely additive. The method parameter classes are not required, we still accept hashes as well as the new `RequestParams` classes. Any additional gated parameters are still available to pass via hash. Resource fields define publicly documented fields and other deserialized fields are still accessible.
|
135
|
-
|
136
71
|
## 13.3.1 - 2025-01-13
|
137
72
|
* [#1512](https://github.com/stripe/stripe-ruby/pull/1512) Import global configuration for options not available on StripeClient options
|
138
73
|
* Fixes bug where `StripeClient` was not falling back to global options for options that are not available to be set per-client
|
@@ -145,42 +80,13 @@
|
|
145
80
|
* [#1500](https://github.com/stripe/stripe-ruby/pull/1500) This release changes the pinned API version to `2024-12-18.acacia`.
|
146
81
|
|
147
82
|
* [#1507](https://github.com/stripe/stripe-ruby/pull/1507) Pass requestor to all deserialized objects including lists
|
148
|
-
|
83
|
+
|
149
84
|
* Fixes bug where `StripeObject` retrieved from lists could not be used to make requests, such as `refresh`
|
150
85
|
|
151
|
-
## 13.3.0-beta.3 - 2024-12-12
|
152
|
-
* [#1499](https://github.com/stripe/stripe-ruby/pull/1499) Update generated code for beta
|
153
|
-
* Add support for `AllowRedisplay` on `Card` and `Source`
|
154
|
-
* Add support for new values `am_tin`, `ao_tin`, `ba_tin`, `bb_tin`, `bs_tin`, `cd_nif`, `gn_nif`, `kh_tin`, `me_pib`, `mk_vat`, `mr_nif`, `np_pan`, `sn_ninea`, `sr_fin`, `tj_tin`, `ug_tin`, `zm_tin`, and `zw_tin` on enums `CheckoutSessionCollectedInformationTaxIdsType` and `OrderTaxDetailsTaxIdsType`
|
155
|
-
* Add support for new value `network_fallback` on enum `IssuingAuthorizationRequestHistoryReason`
|
156
|
-
* Remove support for `AmountRefunded` on `PaymentRecord`
|
157
|
-
* Add support for `Account` on `TerminalReaderActionCollectPaymentMethod`, `TerminalReaderActionConfirmPaymentIntent`, `TerminalReaderActionProcessPaymentIntent`, and `TerminalReaderActionRefundPayment`
|
158
|
-
|
159
|
-
## 13.3.0-beta.2 - 2024-12-05
|
160
|
-
* [#1492](https://github.com/stripe/stripe-ruby/pull/1492) Update generated code for beta
|
161
|
-
|
162
|
-
* [#1490](https://github.com/stripe/stripe-ruby/pull/1490) Add explicit attributes for fields in resources, and rbis for resources
|
163
|
-
|
164
|
-
## 13.3.0-beta.1 - 2024-11-21
|
165
|
-
* [#1489](https://github.com/stripe/stripe-ruby/pull/1489) Merging code from master to get the latest bug fixes.
|
166
|
-
|
167
86
|
## 13.2.0 - 2024-11-20
|
168
87
|
* [#1486](https://github.com/stripe/stripe-ruby/pull/1486) This release changes the pinned API version to `2024-11-20.acacia`.
|
169
88
|
* Add support for `respond` test helper method on resource `Issuing.Authorization`
|
170
89
|
|
171
|
-
## 13.2.0-beta.3 - 2024-11-14
|
172
|
-
* [#1484](https://github.com/stripe/stripe-ruby/pull/1484) Update generated code for beta
|
173
|
-
|
174
|
-
## 13.2.0-beta.2 - 2024-11-07
|
175
|
-
* [#1480](https://github.com/stripe/stripe-ruby/pull/1480) Update generated code for beta
|
176
|
-
* Add support for new resources `Issuing.FraudLiabilityDebit`, `PaymentAttemptRecord`, and `PaymentRecord`
|
177
|
-
* Add support for `list` and `retrieve` methods on resources `FraudLiabilityDebit` and `PaymentAttemptRecord`
|
178
|
-
* Add support for `report_payment_attempt_canceled`, `report_payment_attempt_failed`, `report_payment_attempt_guaranteed`, `report_payment_attempt`, `report_payment`, and `retrieve` methods on resource `PaymentRecord`
|
179
|
-
|
180
|
-
## 13.2.0-beta.1 - 2024-10-29
|
181
|
-
* [#1477](https://github.com/stripe/stripe-ruby/pull/1477) Update generated code for beta
|
182
|
-
* Add support for `trigger_action` method on resource `PaymentIntent`
|
183
|
-
|
184
90
|
## 13.1.2 - 2024-11-15
|
185
91
|
* [#1488](https://github.com/stripe/stripe-ruby/pull/1488) Fix incorrect key in param encoding
|
186
92
|
|
@@ -195,48 +101,26 @@
|
|
195
101
|
* [#1476](https://github.com/stripe/stripe-ruby/pull/1476) Fix APIResource#retrieve bug not returning instance of custom resources
|
196
102
|
* Fix bug in APIResource#refresh and APIResource#retrieve where they returned an instance of `StripeObject` for custom resources. They should now return the instance of the custom resource.
|
197
103
|
|
198
|
-
## 13.1.0-beta.3 - 2024-10-18
|
199
|
-
* [#1469](https://github.com/stripe/stripe-ruby/pull/1469) Update generated code for beta
|
200
|
-
|
201
|
-
## 13.1.0-beta.2 - 2024-10-08
|
202
|
-
* [#1468](https://github.com/stripe/stripe-ruby/pull/1468) Update generated code for beta
|
203
|
-
* Add support for `submit_card` test helper method on resource `Issuing.Card`
|
204
|
-
|
205
|
-
## 13.1.0-beta.1 - 2024-10-03
|
206
|
-
* [#1465](https://github.com/stripe/stripe-ruby/pull/1465) Updates to the `Preview` class
|
207
|
-
* Remove `Stripe::Preview`. Use `StripeClient#raw_request` instead (see below).
|
208
|
-
* Marked `Stripe.raw_request` and `Stripe.deserialize` as deprecated. Use `StripeClient#raw_request` and `StripeClient#deserialize` instead. In StripeClient, the params and opts parameters are passed as keyword arguments:
|
209
|
-
```ruby
|
210
|
-
# Before
|
211
|
-
resp = Stripe.raw_request(:post, "v1/charges", , {p1: "p1"}, {stripe_account: "acct_123"})
|
212
|
-
charge = Stripe.deserialize(resp.data)
|
213
|
-
|
214
|
-
# After
|
215
|
-
client = StripeClient.new("sk_test_123")
|
216
|
-
resp = client.raw_request(:post, "/v1/charges", params: {p1: "p1"}, opts: {stripe_account: "acct_123"})
|
217
|
-
charge = client.deserialize(resp.data)
|
218
|
-
```
|
219
|
-
|
220
104
|
## 13.0.2 - 2024-10-23
|
221
105
|
* [#1473](https://github.com/stripe/stripe-ruby/pull/1473) Always return the result of APIResource#refresh in APIResource.retrieve
|
222
|
-
|
106
|
+
|
223
107
|
* Fix bug where we would not return the mutated `self` object when calling `APIResource.retrieve`
|
224
108
|
|
225
109
|
## 13.0.1 - 2024-10-18
|
226
110
|
* [#1471](https://github.com/stripe/stripe-ruby/pull/1471) update object tags for meter-related classes
|
227
|
-
|
111
|
+
|
228
112
|
- fixes a bug where the `object` property of the `MeterEvent`, `MeterEventAdjustment`, and `MeterEventSession` didn't match the server.
|
229
113
|
* [#1470](https://github.com/stripe/stripe-ruby/pull/1470) Cleaned up examples and added documentation
|
230
114
|
|
231
115
|
## 13.0.0 - 2024-10-01
|
232
116
|
* [#1458](https://github.com/stripe/stripe-ruby/pull/1458) Support for APIs in the new API version 2024-09-30.acacia
|
233
|
-
|
117
|
+
|
234
118
|
This release changes the pinned API version to `2024-09-30.acacia`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2024-09-30.acacia) and carefully review the API changes before upgrading.
|
235
|
-
|
236
|
-
### ⚠️ Breaking changes
|
237
|
-
|
119
|
+
|
120
|
+
### ⚠️ Breaking changes
|
121
|
+
|
238
122
|
Please refer to our [migration guide for v13](https://github.com/stripe/stripe-ruby/wiki/Migration-guide-for-v13) for more information about the backwards incompatible changes.
|
239
|
-
|
123
|
+
|
240
124
|
#### ❗ `StripeClient` and related changes
|
241
125
|
* Move `StripeClient` and requestor logic to `APIRequestor`.
|
242
126
|
* `StripeClient#request` is still available, but is deprecated and will be removed. We encourage `StripeClient#raw_request` as a replacement (see other breaking changes for more detail).
|
@@ -244,21 +128,21 @@
|
|
244
128
|
* No global config: you can simultaneously use multiple clients with different configuration options (such as API keys)
|
245
129
|
* No extra API calls. All API endpoints can be accessed with a single method call. You don't have to call `retrieve` before doing an `update`.
|
246
130
|
* No static methods. Much easier mocking.
|
247
|
-
|
131
|
+
|
248
132
|
#### Other breaking changes
|
249
|
-
|
133
|
+
|
250
134
|
* Adjust default values around retries for HTTP requests. You can use the old defaults by setting them explicitly. New values are:
|
251
135
|
- max retries: `0` -> `2`
|
252
136
|
- max retry delay (seconds) `2` -> `5`
|
253
137
|
* Remove `StripeClient#connection_manager`. This was a legacy method from years ago.
|
254
|
-
* Singleton `retrieve` method now requires `params` to be passed as the first argument. Existing calls to singleton `retrieve` method with only `opts` argument will have to be updated to account for the addition of `params` argument.
|
138
|
+
* Singleton `retrieve` method now requires `params` to be passed as the first argument. Existing calls to singleton `retrieve` method with only `opts` argument will have to be updated to account for the addition of `params` argument.
|
255
139
|
```ruby
|
256
140
|
params = { expand: ["available"] }
|
257
141
|
opts = { stripe_account: "acct_123" }
|
258
|
-
|
142
|
+
|
259
143
|
# ❌ No longer works
|
260
144
|
Stripe::Balance.retrieve(opts)
|
261
|
-
|
145
|
+
|
262
146
|
# ✅ Correct way to call retrieve method
|
263
147
|
Stripe::Balance.retrieve(params, opts)
|
264
148
|
```
|
@@ -267,7 +151,7 @@
|
|
267
151
|
```ruby
|
268
152
|
# Instead of
|
269
153
|
Stripe::APIResource.request(:get, "/v1/endpoint", params, opts)
|
270
|
-
|
154
|
+
|
271
155
|
# do
|
272
156
|
client = Stripe::StripeClient.new(...)
|
273
157
|
resp = client.raw_request(:get, "/v1/endpoint", params: params, opts: opts)
|
@@ -283,29 +167,19 @@
|
|
283
167
|
# Before
|
284
168
|
obj, api_key = StripeClient.execute_request(method, path, api_base: nil,
|
285
169
|
api_key: nil, headers: {}, params: {}, usage: [])
|
286
|
-
|
170
|
+
|
287
171
|
# is now, with base_address being one of [:api, :files, :connect, :meter_events]
|
288
|
-
|
172
|
+
|
289
173
|
obj, opts = APIRequestor.execute_request(method, path, base_address,
|
290
174
|
params: {}, opts: {}, usage: [])
|
291
175
|
puts(opts) # will output {api_key: "sk_test_123", stripe_account: "acct_123"}
|
292
176
|
```
|
293
|
-
|
294
|
-
|
177
|
+
|
178
|
+
|
295
179
|
### Additions
|
296
180
|
* Add support for new Usage Billing APIs `Billing.MeterEvent`, `Billing.MeterEventAdjustments`, `Billing.MeterEventSession`, `Billing.MeterEventStream` and the new Events API `Core.Events` in the [v2 namespace ](https://docs.corp.stripe.com/api-v2-overview)
|
297
|
-
* Add method `parse_thin_event()` on the `StripeClient` class to parse [thin events](https://docs.corp.stripe.com/event-destinations#events-overview).
|
298
|
-
|
299
|
-
## 12.7.0-beta.2 - 2024-09-18
|
300
|
-
* [#1449](https://github.com/stripe/stripe-ruby/pull/1449) Update generated code for beta
|
301
|
-
* Remove support for resource `QuotePhase`
|
302
|
-
* Remove support for `list_line_items` and `retrieve` methods on resource `QuotePhase`
|
181
|
+
* Add method `parse_thin_event()` on the `StripeClient` class to parse [thin events](https://docs.corp.stripe.com/event-destinations#events-overview).
|
303
182
|
|
304
|
-
## 12.7.0-beta.1 - 2024-09-13
|
305
|
-
* [#1446](https://github.com/stripe/stripe-ruby/pull/1446) Update generated code for beta
|
306
|
-
* Add support for new resources `Issuing.DisputeSettlementDetail` and `Issuing.Settlement`
|
307
|
-
* Add support for `list` and `retrieve` methods on resource `DisputeSettlementDetail`
|
308
|
-
* Remove support for `list` method on resource `QuotePhase`
|
309
183
|
|
310
184
|
## 12.6.0 - 2024-09-12
|
311
185
|
* [#1442](https://github.com/stripe/stripe-ruby/pull/1442) Update generated code
|
@@ -313,28 +187,12 @@
|
|
313
187
|
* Add support for `archive`, `list`, `retrieve`, and `unarchive` methods on resource `InvoiceRenderingTemplate`
|
314
188
|
* [#1443](https://github.com/stripe/stripe-ruby/pull/1443) Removed v1/files override
|
315
189
|
|
316
|
-
## 12.6.0-beta.1 - 2024-09-05
|
317
|
-
* [#1441](https://github.com/stripe/stripe-ruby/pull/1441) Update generated code for beta
|
318
|
-
* Add support for new resources `Billing.MeterErrorReport` and `Terminal.ReaderCollectedData`
|
319
|
-
* Add support for `retrieve` method on resource `ReaderCollectedData`
|
320
|
-
|
321
190
|
## 12.5.0 - 2024-08-08
|
322
191
|
* [#1440](https://github.com/stripe/stripe-ruby/pull/1440) Update generated code
|
323
192
|
* Add support for new resources `Billing.AlertTriggered` and `Billing.Alert`
|
324
193
|
* Add support for `activate`, `archive`, `create`, `deactivate`, `list`, and `retrieve` methods on resource `Alert`
|
325
194
|
* Add support for `retrieve` method on resource `Tax.Calculation`
|
326
195
|
|
327
|
-
## 12.5.0-beta.2 - 2024-08-01
|
328
|
-
* [#1439](https://github.com/stripe/stripe-ruby/pull/1439) Update generated code for beta
|
329
|
-
* Add support for `attach_payment` method on resource `Invoice`
|
330
|
-
|
331
|
-
## 12.5.0-beta.1 - 2024-07-25
|
332
|
-
* [#1429](https://github.com/stripe/stripe-ruby/pull/1429) Update generated code for beta
|
333
|
-
* Add support for new resources `Billing.AlertTriggered`, `Billing.Alert`, and `Tax.Association`
|
334
|
-
* Add support for `activate`, `archive`, `create`, `deactivate`, `list`, and `retrieve` methods on resource `Alert`
|
335
|
-
* Add support for `find` method on resource `Association`
|
336
|
-
* [#1434](https://github.com/stripe/stripe-ruby/pull/1434) Merge changes from stripe/stripe-ruby master
|
337
|
-
|
338
196
|
## 12.4.0 - 2024-07-25
|
339
197
|
* [#1437](https://github.com/stripe/stripe-ruby/pull/1437) Update generated code
|
340
198
|
* Add support for `update` method on resource `Checkout.Session`
|
@@ -348,21 +206,15 @@
|
|
348
206
|
|
349
207
|
* [#1433](https://github.com/stripe/stripe-ruby/pull/1433) Add usage to raw_request call
|
350
208
|
* [#1431](https://github.com/stripe/stripe-ruby/pull/1431) Add `raw_request`
|
351
|
-
|
209
|
+
|
352
210
|
- Adds the ability to make raw requests to the Stripe API, by providing an HTTP method and url. This is an alternative to using `Stripe::APIResource.request(...)` to make custom requests, which is discouraged and will be broken in a future major version.
|
353
211
|
|
354
|
-
## 12.2.0-beta.1 - 2024-07-05
|
355
|
-
* [#1428](https://github.com/stripe/stripe-ruby/pull/1428) Update generated code for beta
|
356
|
-
* Add support for new resource `FinancialConnections.Institution`
|
357
|
-
* Add support for `list` and `retrieve` methods on resource `Institution`
|
358
|
-
* [#1409](https://github.com/stripe/stripe-ruby/pull/1409) Update generated code for beta
|
359
|
-
|
360
212
|
## 12.1.0 - 2024-07-05
|
361
213
|
* [#1425](https://github.com/stripe/stripe-ruby/pull/1425) Update generated code
|
362
214
|
* Add support for `add_lines`, `remove_lines`, and `update_lines` methods on resource `Invoice`
|
363
215
|
* [#1420](https://github.com/stripe/stripe-ruby/pull/1420) Update static methods for delete/list on BankAccount/Card to throw NotImplementedError
|
364
|
-
* The below methods have been throwing `InvalidRequestError` because the urls used to make the requests have been buggy. Updating them to throw `NotImplementedError` instead just like their counterparts for update & retrieve because they cannot be implemented without the parent id.
|
365
|
-
|
216
|
+
* The below methods have been throwing `InvalidRequestError` because the urls used to make the requests have been buggy. Updating them to throw `NotImplementedError` instead just like their counterparts for update & retrieve because they cannot be implemented without the parent id.
|
217
|
+
|
366
218
|
Methods affected | Use these instead in the context of payment method | Use these in the context of external accounts
|
367
219
|
------ | ------ | ----
|
368
220
|
Stripe:: BankAccount.delete | Stripe::Customer.delete_source | Stripe::Account.delete_external_account
|
@@ -374,22 +226,18 @@
|
|
374
226
|
|
375
227
|
## 12.0.0 - 2024-06-24
|
376
228
|
* [#1418](https://github.com/stripe/stripe-ruby/pull/1418) Add missing static method for verify on BankAccount
|
377
|
-
* [#1419](https://github.com/stripe/stripe-ruby/pull/1419)
|
378
|
-
|
229
|
+
* [#1419](https://github.com/stripe/stripe-ruby/pull/1419)
|
230
|
+
|
379
231
|
This release changes the pinned API version to 2024-06-20. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2024-06-20) and carefully review the API changes before upgrading.
|
380
232
|
|
381
233
|
### Additions
|
382
|
-
|
234
|
+
|
383
235
|
* Add support for `finalize_amount` test helper method on resource `Issuing.Authorization`
|
384
236
|
|
385
237
|
## 11.7.0 - 2024-06-13
|
386
238
|
* [#1415](https://github.com/stripe/stripe-ruby/pull/1415) Deprecate StripeClient#request
|
387
239
|
* Add deprecation warning for `StripeClient#request`. This helper method will be removed in a future major version. To access response objects, use the `last_response` property on the returned resource instead. Refer to [Accessing a response object](https://github.com/stripe/stripe-ruby?tab=readme-ov-file#accessing-a-response-object) in the README for usage details.
|
388
240
|
|
389
|
-
## 11.7.0-beta.1 - 2024-05-30
|
390
|
-
* [#1400](https://github.com/stripe/stripe-ruby/pull/1400) Update generated code for beta
|
391
|
-
* Keeping up with the changes from version 11.6.0
|
392
|
-
|
393
241
|
## 11.6.0 - 2024-05-30
|
394
242
|
* [#1404](https://github.com/stripe/stripe-ruby/pull/1404) Add method to list invoice line items
|
395
243
|
* Add methods `list_lines()` on the class `Invoice` to list the invoice line items
|
@@ -397,10 +245,6 @@
|
|
397
245
|
## 11.5.0 - 2024-05-23
|
398
246
|
* This release has no changes.
|
399
247
|
|
400
|
-
## 11.5.0-beta.1 - 2024-05-09
|
401
|
-
* [#1395](https://github.com/stripe/stripe-ruby/pull/1395) Update generated code for beta
|
402
|
-
* No new beta features. Merging changes from the main branch.
|
403
|
-
|
404
248
|
## 11.4.0 - 2024-05-09
|
405
249
|
* [#1397](https://github.com/stripe/stripe-ruby/pull/1397) Update generated code
|
406
250
|
* Add support for `update` test helper method on resources `Treasury.OutboundPayment` and `Treasury.OutboundTransfer`
|
@@ -409,9 +253,6 @@
|
|
409
253
|
* [#1389](https://github.com/stripe/stripe-ruby/pull/1389) Removed jaro_winkler as a dependency
|
410
254
|
* [#1396](https://github.com/stripe/stripe-ruby/pull/1396) Start tracking `StripeClient#request` usage
|
411
255
|
|
412
|
-
## 11.4.0-beta.1 - 2024-05-02
|
413
|
-
* [#1386](https://github.com/stripe/stripe-ruby/pull/1386) Update generated code for beta
|
414
|
-
|
415
256
|
## 11.3.0 - 2024-05-02
|
416
257
|
* [#1387](https://github.com/stripe/stripe-ruby/pull/1387) Update generated code
|
417
258
|
|
@@ -419,9 +260,6 @@
|
|
419
260
|
- Mark as deprecated the `approve` and `decline` methods in `lib/stripe/resources/issuing/authorization.rb`. Instead, [respond directly to the webhook request to approve an authorization](https://stripe.com/docs/issuing/controls/real-time-authorizations#authorization-handling).
|
420
261
|
* [#1391](https://github.com/stripe/stripe-ruby/pull/1391) Add Ruby 3.3 to CI test matrix
|
421
262
|
|
422
|
-
## 11.3.0-beta.1 - 2024-04-18
|
423
|
-
* [#1383](https://github.com/stripe/stripe-ruby/pull/1383) Update generated code for beta
|
424
|
-
|
425
263
|
## 11.2.0 - 2024-04-18
|
426
264
|
* [#1385](https://github.com/stripe/stripe-ruby/pull/1385) Update generated code
|
427
265
|
* Add support for `create_preview` method on resource `Invoice`
|
@@ -430,10 +268,6 @@
|
|
430
268
|
* [#1379](https://github.com/stripe/stripe-ruby/pull/1379) Update generated code
|
431
269
|
* Add support for new resource `Entitlements.ActiveEntitlementSummary`
|
432
270
|
|
433
|
-
## 11.1.0-beta.1 - 2024-04-11
|
434
|
-
* [#1376](https://github.com/stripe/stripe-ruby/pull/1376) Update generated code for beta
|
435
|
-
* Add support for `retrieve` method on resources `Entitlements.ActiveEntitlement` and `Entitlements.Feature`
|
436
|
-
|
437
271
|
## 11.0.0 - 2024-04-10
|
438
272
|
* [#1374](https://github.com/stripe/stripe-ruby/pull/1374)
|
439
273
|
|
@@ -444,318 +278,144 @@
|
|
444
278
|
* When no `x-stripe-should-retry` header is set in the response, the library now retries all requests with `status >= 500`, not just non-POST methods.
|
445
279
|
|
446
280
|
## 10.15.0 - 2024-04-09
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
- [#1366](https://github.com/stripe/stripe-ruby/pull/1366) Move executables to `exe` folder
|
455
|
-
|
456
|
-
## 10.15.0-beta.1 - 2024-04-04
|
457
|
-
|
458
|
-
- [#1373](https://github.com/stripe/stripe-ruby/pull/1373) Update generated code for beta
|
459
|
-
- Add support for `update` method on resource `Entitlements.Feature`
|
460
|
-
- [#1370](https://github.com/stripe/stripe-ruby/pull/1370) Update generated code for beta
|
281
|
+
* [#1377](https://github.com/stripe/stripe-ruby/pull/1377) Add last_response to StripeObject
|
282
|
+
* Users can now retrieve raw response from the returned resource, using the `last_response` property. See [README](https://github.com/stripe/stripe-ruby/blob/master/README.md) for an example.
|
283
|
+
* [#1372](https://github.com/stripe/stripe-ruby/pull/1372) Update generated code
|
284
|
+
* Add support for new resources `Entitlements.ActiveEntitlement` and `Entitlements.Feature`
|
285
|
+
* Add support for `list` and `retrieve` methods on resource `ActiveEntitlement`
|
286
|
+
* Add support for `create`, `list`, `retrieve`, and `update` methods on resource `Feature`
|
287
|
+
* [#1366](https://github.com/stripe/stripe-ruby/pull/1366) Move executables to `exe` folder
|
461
288
|
|
462
289
|
## 10.14.0 - 2024-03-28
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
- Add support for `create` method on resources `MeterEventAdjustment` and `MeterEvent`
|
468
|
-
|
469
|
-
## 10.14.0-beta.1 - 2024-03-21
|
470
|
-
|
471
|
-
- [#1363](https://github.com/stripe/stripe-ruby/pull/1363) Update generated code for beta
|
472
|
-
- Add support for new resources `Entitlements.ActiveEntitlementSummary` and `Entitlements.ActiveEntitlement`
|
473
|
-
- Add support for `list` method on resource `ActiveEntitlement`
|
290
|
+
* [#1369](https://github.com/stripe/stripe-ruby/pull/1369) Update generated code
|
291
|
+
* Add support for new resources `Billing.MeterEventAdjustment`, `Billing.MeterEvent`, and `Billing.Meter`
|
292
|
+
* Add support for `create`, `deactivate`, `list`, `reactivate`, `retrieve`, and `update` methods on resource `Meter`
|
293
|
+
* Add support for `create` method on resources `MeterEventAdjustment` and `MeterEvent`
|
474
294
|
|
475
295
|
## 10.13.0 - 2024-03-21
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
- [#1362](https://github.com/stripe/stripe-ruby/pull/1362) Exclude sorbet directory and tapioca script when packing gem
|
482
|
-
|
483
|
-
## 10.13.0-beta.1 - 2024-03-14
|
484
|
-
|
485
|
-
- [#1360](https://github.com/stripe/stripe-ruby/pull/1360) Update generated code for beta
|
486
|
-
- Add support for new resources `Billing.MeterEventAdjustment`, `Billing.MeterEvent`, and `Billing.Meter`
|
487
|
-
- Add support for `create`, `deactivate`, `list`, `reactivate`, `retrieve`, and `update` methods on resource `Meter`
|
488
|
-
- Add support for `create` method on resources `MeterEventAdjustment` and `MeterEvent`
|
489
|
-
- Add support for `create` test helper method on resource `ConfirmationToken`
|
490
|
-
- Add support for `add_lines`, `remove_lines`, and `update_lines` methods on resource `Invoice`
|
296
|
+
* [#1367](https://github.com/stripe/stripe-ruby/pull/1367) Update generated code
|
297
|
+
* Add support for new resources `ConfirmationToken` and `Forwarding.Request`
|
298
|
+
* Add support for `retrieve` method on resource `ConfirmationToken`
|
299
|
+
* Add support for `create`, `list`, and `retrieve` methods on resource `Request`
|
300
|
+
* [#1362](https://github.com/stripe/stripe-ruby/pull/1362) Exclude sorbet directory and tapioca script when packing gem
|
491
301
|
|
492
302
|
## 10.12.0 - 2024-03-14
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
- [#1351](https://github.com/stripe/stripe-ruby/pull/1351) Update CHANGELOG.md
|
502
|
-
|
503
|
-
## 10.12.0-beta.1 - 2024-02-29
|
504
|
-
|
505
|
-
- [#1352](https://github.com/stripe/stripe-ruby/pull/1352) Update generated code for beta
|
506
|
-
Release specs are identical.
|
507
|
-
- [#1350](https://github.com/stripe/stripe-ruby/pull/1350) Update generated code for beta
|
508
|
-
|
509
|
-
- [#1341](https://github.com/stripe/stripe-ruby/pull/1341) Update generated code for beta
|
510
|
-
- Remove support for resource `Entitlements.Event`
|
511
|
-
- [#1343](https://github.com/stripe/stripe-ruby/pull/1343) Add a helper to add a beta version
|
303
|
+
* [#1359](https://github.com/stripe/stripe-ruby/pull/1359) Update generated code
|
304
|
+
* Add support for new resources `Issuing.PersonalizationDesign` and `Issuing.PhysicalBundle`
|
305
|
+
* Add support for `create`, `list`, `retrieve`, and `update` methods on resource `PersonalizationDesign`
|
306
|
+
* Add support for `list` and `retrieve` methods on resource `PhysicalBundle`
|
307
|
+
* [#1354](https://github.com/stripe/stripe-ruby/pull/1354) Refactor after SDK based generation pattern
|
308
|
+
* [#1347](https://github.com/stripe/stripe-ruby/pull/1347) Reorder methods with lexographical sort
|
309
|
+
* [#1355](https://github.com/stripe/stripe-ruby/pull/1355) Disable Metrics/ClassLength
|
310
|
+
* [#1351](https://github.com/stripe/stripe-ruby/pull/1351) Update CHANGELOG.md
|
512
311
|
|
513
312
|
## 10.11.0 - 2024-02-29
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
- [#1345](https://github.com/stripe/stripe-ruby/pull/1345) Update README to use add_beta_version
|
519
|
-
|
520
|
-
## 10.11.0-beta.1 - 2024-02-22
|
521
|
-
|
522
|
-
- [#1335](https://github.com/stripe/stripe-ruby/pull/1335) Update generated code for beta
|
313
|
+
* [#1348](https://github.com/stripe/stripe-ruby/pull/1348) Use sorbet gem instead of sorbet-static
|
314
|
+
* [#1342](https://github.com/stripe/stripe-ruby/pull/1342) Update generated code
|
315
|
+
* Add `list_refunds` and `retrieve_refund` methods on resource `Charge`.
|
316
|
+
* [#1345](https://github.com/stripe/stripe-ruby/pull/1345) Update README to use add_beta_version
|
523
317
|
|
524
318
|
## 10.10.0 - 2024-02-22
|
525
|
-
|
526
|
-
- [#1336](https://github.com/stripe/stripe-ruby/pull/1336) Update generated code
|
319
|
+
* [#1336](https://github.com/stripe/stripe-ruby/pull/1336) Update generated code
|
527
320
|
- Add `InvoiceLineItem.update` method.
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
## 10.10.0-beta.1 - 2024-02-16
|
534
|
-
|
535
|
-
- [#1332](https://github.com/stripe/stripe-ruby/pull/1332) Update generated code for beta
|
536
|
-
- Add support for `decrement_authorization` method on resource `PaymentIntent`
|
537
|
-
- [#1328](https://github.com/stripe/stripe-ruby/pull/1328) Update generated code for beta
|
321
|
+
* [#1334](https://github.com/stripe/stripe-ruby/pull/1334) Add TaxIds API
|
322
|
+
* Add support for `all`, `create`, and `retrieve` methods on resource `TaxId`
|
323
|
+
* The `delete` method now sends a DELETE request to `/v1/tax_ids/{id}` instead of `/v1/customers/{customer}/tax_ids/{id}`. The endpoints are functionally the same when operating on a Customer Tax ID.
|
324
|
+
* The `resource_url` method on `TaxId` now returns the top-level `/v1/tax_ids/{id}` path instead of the `/v1/customers/{customer}/tax_ids/{id}` path.
|
538
325
|
|
539
326
|
## 10.9.0 - 2024-02-15
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
- [#1327](https://github.com/stripe/stripe-ruby/pull/1327) Add methods for dynamically referenced constants
|
545
|
-
|
546
|
-
## 10.9.0-beta.1 - 2024-02-08
|
547
|
-
|
548
|
-
- [#1321](https://github.com/stripe/stripe-ruby/pull/1321) Update generated code for beta
|
549
|
-
- Release specs are identical.
|
327
|
+
* [#1329](https://github.com/stripe/stripe-ruby/pull/1329) Update generated code
|
328
|
+
* Fixed bug where `TaxId` resource `delete` method sent request to wrong URL (https://github.com/stripe/stripe-ruby/issues/1333)
|
329
|
+
* [#1324](https://github.com/stripe/stripe-ruby/pull/1324) Start running Sorbet in CI
|
330
|
+
* [#1327](https://github.com/stripe/stripe-ruby/pull/1327) Add methods for dynamically referenced constants
|
550
331
|
|
551
332
|
## 10.8.0 - 2024-02-08
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
- [#1314](https://github.com/stripe/stripe-ruby/pull/1314) Update mocha gem to 1.16
|
557
|
-
|
558
|
-
## 10.8.0-beta.1 - 2024-02-01
|
559
|
-
|
560
|
-
- [#1318](https://github.com/stripe/stripe-ruby/pull/1318) Update generated code for beta
|
561
|
-
- Add support for new resources `Entitlements.Event` and `Entitlements.Feature`
|
562
|
-
- Add support for `create` method on resource `Event`
|
563
|
-
- Add support for `create` and `list` methods on resource `Feature`
|
333
|
+
* [#1322](https://github.com/stripe/stripe-ruby/pull/1322) Update generated code
|
334
|
+
* [#1323](https://github.com/stripe/stripe-ruby/pull/1323) Extract other CRUDL api operations from mixins
|
335
|
+
* Extract more CRUDL operations, namely `create`, `delete`, `update`, and `list` into the resources. These methods will no longer rely on the APIOperation mixins.
|
336
|
+
* [#1314](https://github.com/stripe/stripe-ruby/pull/1314) Update mocha gem to 1.16
|
564
337
|
|
565
338
|
## 10.7.1 - 2024-02-05
|
566
|
-
|
567
|
-
- [#1320](https://github.com/stripe/stripe-ruby/pull/1320) Remove spurious \_search deprecation messages (https://github.com/stripe/stripe-ruby/issues/1319)
|
339
|
+
* [#1320](https://github.com/stripe/stripe-ruby/pull/1320) Remove spurious _search deprecation messages (https://github.com/stripe/stripe-ruby/issues/1319)
|
568
340
|
|
569
341
|
## 10.7.0 - 2024-02-01
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
- [#1311](https://github.com/stripe/stripe-ruby/pull/1311) Use the deprecation gem in search and clean up usage of the gem
|
574
|
-
|
575
|
-
## 10.7.0-beta.3 - 2024-01-25
|
576
|
-
|
577
|
-
- [#1313](https://github.com/stripe/stripe-ruby/pull/1313) Update generated code for beta
|
578
|
-
- Add support for `create_preview` method on resource `Invoice`
|
579
|
-
- [#1307](https://github.com/stripe/stripe-ruby/pull/1307) Beta: report raw request usage
|
580
|
-
|
581
|
-
## 10.7.0-beta.2 - 2024-01-19
|
582
|
-
|
583
|
-
- [#1307](https://github.com/stripe/stripe-ruby/pull/1307) Beta: report raw request usage
|
584
|
-
|
585
|
-
## 10.7.0-beta.1 - 2024-01-12
|
586
|
-
|
587
|
-
- [#1309](https://github.com/stripe/stripe-ruby/pull/1309) Update generated code for beta
|
588
|
-
- [#1305](https://github.com/stripe/stripe-ruby/pull/1305) Update generated code for beta
|
342
|
+
* [#1317](https://github.com/stripe/stripe-ruby/pull/1317) Remove list method in child resources
|
343
|
+
* Removes list method mixin from child resources, as these methods always return `InvalidRequestError` and never succeed
|
344
|
+
* [#1311](https://github.com/stripe/stripe-ruby/pull/1311) Use the deprecation gem in search and clean up usage of the gem
|
589
345
|
|
590
346
|
## 10.6.0 - 2024-01-12
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
- Add support for `create` method on resource `CustomerSession`
|
595
|
-
|
596
|
-
## 10.6.0-beta.1 - 2024-01-04
|
597
|
-
|
598
|
-
- [#1302](https://github.com/stripe/stripe-ruby/pull/1302) Update generated code for beta
|
599
|
-
- Updated stable APIs to the latest version
|
347
|
+
* [#1310](https://github.com/stripe/stripe-ruby/pull/1310) Update generated code
|
348
|
+
* Add support for new resource `CustomerSession`
|
349
|
+
* Add support for `create` method on resource `CustomerSession`
|
600
350
|
|
601
351
|
## 10.5.0 - 2024-01-04
|
602
|
-
|
603
|
-
|
604
|
-
- Add support for `retrieve` method on resource `Tax.Registration`
|
605
|
-
|
606
|
-
## 10.5.0-beta.1 - 2023-12-22
|
607
|
-
|
608
|
-
- [#1302](https://github.com/stripe/stripe-ruby/pull/1302) Update generated code for beta
|
352
|
+
* [#1306](https://github.com/stripe/stripe-ruby/pull/1306) Update generated code
|
353
|
+
* Add support for `retrieve` method on resource `Tax.Registration`
|
609
354
|
|
610
355
|
## 10.4.0 - 2023-12-22
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
- [#1304](https://github.com/stripe/stripe-ruby/pull/1304) Add support for updatable singleton resources
|
617
|
-
|
618
|
-
## 10.4.0-beta.1 - 2023-12-14
|
619
|
-
|
620
|
-
Updated stable APIs to the latest version
|
356
|
+
* [#1303](https://github.com/stripe/stripe-ruby/pull/1303) Update generated code
|
357
|
+
* Add support for new resource `FinancialConnections.Transaction`
|
358
|
+
* Add support for `list` and `retrieve` methods on resource `Transaction`
|
359
|
+
* Add support for `subscribe` and `unsubscribe` methods on resource `FinancialConnections.Account`
|
360
|
+
* [#1304](https://github.com/stripe/stripe-ruby/pull/1304) Add support for updatable singleton resources
|
621
361
|
|
622
362
|
## 10.3.0 - 2023-12-14
|
623
|
-
|
624
|
-
- [#1294](https://github.com/stripe/stripe-ruby/pull/1294) Support sending parameters inside singleton retrieve
|
625
|
-
|
626
|
-
## 10.3.0-beta.1 - 2023-11-30
|
627
|
-
|
628
|
-
- [#1298](https://github.com/stripe/stripe-ruby/pull/1298) Update generated code for beta
|
629
|
-
- [#1296](https://github.com/stripe/stripe-ruby/pull/1296) Merge master into beta
|
363
|
+
* [#1294](https://github.com/stripe/stripe-ruby/pull/1294) Support sending parameters inside singleton retrieve
|
630
364
|
|
631
365
|
## 10.2.0 - 2023-11-30
|
366
|
+
* [#1292](https://github.com/stripe/stripe-ruby/pull/1292) Update generated code
|
367
|
+
* Add support for new resources `Climate.Order`, `Climate.Product`, and `Climate.Supplier`
|
368
|
+
* Add support for `cancel`, `create`, `list`, `retrieve`, and `update` methods on resource `Order`
|
369
|
+
* Add support for `list` and `retrieve` methods on resources `Product` and `Supplier`
|
370
|
+
* [#1295](https://github.com/stripe/stripe-ruby/pull/1295) Upgrade rubocop
|
371
|
+
* [#1291](https://github.com/stripe/stripe-ruby/pull/1291) Update generated code
|
632
372
|
|
633
|
-
|
634
|
-
- Add support for new resources `Climate.Order`, `Climate.Product`, and `Climate.Supplier`
|
635
|
-
- Add support for `cancel`, `create`, `list`, `retrieve`, and `update` methods on resource `Order`
|
636
|
-
- Add support for `list` and `retrieve` methods on resources `Product` and `Supplier`
|
637
|
-
- [#1295](https://github.com/stripe/stripe-ruby/pull/1295) Upgrade rubocop
|
638
|
-
- [#1291](https://github.com/stripe/stripe-ruby/pull/1291) Update generated code
|
639
|
-
|
640
|
-
- [#1290](https://github.com/stripe/stripe-ruby/pull/1290) Update generated code
|
373
|
+
* [#1290](https://github.com/stripe/stripe-ruby/pull/1290) Update generated code
|
641
374
|
|
642
|
-
|
375
|
+
* [#1288](https://github.com/stripe/stripe-ruby/pull/1288) Update generated code
|
643
376
|
|
644
|
-
## 10.2.0-beta.1 - 2023-11-02
|
645
|
-
|
646
|
-
- [#1287](https://github.com/stripe/stripe-ruby/pull/1287) Update generated code for beta
|
647
|
-
- Add support for `attach_payment_intent` method on resource `Invoice`
|
648
|
-
- [#1285](https://github.com/stripe/stripe-ruby/pull/1285) Update generated code for beta
|
649
377
|
|
650
378
|
## 10.1.0 - 2023-11-02
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
- Add support for `create`, `list`, and `update` methods on resource `Registration`
|
655
|
-
|
656
|
-
## 10.1.0-beta.2 - 2023-10-26
|
657
|
-
|
658
|
-
- [#1285](https://github.com/stripe/stripe-ruby/pull/1285) Update generated code for beta
|
659
|
-
- Add support for new resource `Margin`
|
660
|
-
- Add support for `create`, `list`, `retrieve`, and `update` methods on resource `Margin`
|
661
|
-
|
662
|
-
## 10.1.0-beta.1 - 2023-10-17
|
663
|
-
|
664
|
-
- [#1284](https://github.com/stripe/stripe-ruby/pull/1284) Update generated code for beta
|
665
|
-
- Update pinned API version to `2023-10-16`
|
666
|
-
- [#1282](https://github.com/stripe/stripe-ruby/pull/1282) Update generated code for beta
|
379
|
+
* [#1286](https://github.com/stripe/stripe-ruby/pull/1286) Update generated code
|
380
|
+
* Add support for new resource `Tax.Registration`
|
381
|
+
* Add support for `create`, `list`, and `update` methods on resource `Registration`
|
667
382
|
|
668
383
|
## 10.0.0 - 2023-10-16
|
669
|
-
|
670
|
-
|
671
|
-
- [#1283](https://github.com/stripe/stripe-ruby/pull/1283) Update generated code
|
384
|
+
* This release changes the pinned API version to `2023-10-16`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2023-10-16) and carefully review the API changes before upgrading `stripe-ruby`.
|
385
|
+
* [#1283](https://github.com/stripe/stripe-ruby/pull/1283) Update generated code
|
672
386
|
- Updated pinned API version
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
## 9.5.0-beta.2 - 2023-10-12
|
677
|
-
|
678
|
-
- [#1280](https://github.com/stripe/stripe-ruby/pull/1280) Update generated code for beta
|
679
|
-
- Add support for new resources `AccountNotice` and `Issuing.CreditUnderwritingRecord`
|
680
|
-
- Add support for `list`, `retrieve`, and `update` methods on resource `AccountNotice`
|
681
|
-
- Add support for `correct`, `create_from_application`, `create_from_proactive_review`, `list`, `report_decision`, and `retrieve` methods on resource `CreditUnderwritingRecord`
|
682
|
-
|
683
|
-
## 9.5.0-beta.1 - 2023-10-05
|
684
|
-
|
685
|
-
- [#1278](https://github.com/stripe/stripe-ruby/pull/1278) Update generated code for beta
|
686
|
-
- Add support for `mark_draft` and `mark_stale` methods on resource `Quote`
|
687
|
-
- Remove support for `draft_quote` and `mark_stale_quote` methods on resource `Quote`
|
688
|
-
- Rename `preview_invoice_lines` to `list_preview_invoice_lines` on resource `Quote`
|
387
|
+
* [#1281](https://github.com/stripe/stripe-ruby/pull/1281) Update generated code
|
388
|
+
* Documentation only changes
|
689
389
|
|
690
390
|
## 9.4.0 - 2023-10-05
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
- Add support for `list`, `retrieve`, and `update` methods on resource `Token`
|
695
|
-
|
696
|
-
## 9.4.0-beta.3 - 2023-09-28
|
697
|
-
|
698
|
-
- [#1276](https://github.com/stripe/stripe-ruby/pull/1276) Update generated code for beta
|
699
|
-
- Rename resources `Issuing.CardDesign` and `Issuing.CardBundle` to `Issuing.PersonalizationDesign` and `Issuing.PhysicalBundle`
|
700
|
-
|
701
|
-
## 9.4.0-beta.2 - 2023-09-21
|
702
|
-
|
703
|
-
- [#1273](https://github.com/stripe/stripe-ruby/pull/1273) Update generated code for beta
|
704
|
-
|
705
|
-
## 9.4.0-beta.1 - 2023-09-14
|
706
|
-
|
707
|
-
- Updated stable APIs to the latest version
|
391
|
+
* [#1277](https://github.com/stripe/stripe-ruby/pull/1277) Update generated code
|
392
|
+
* Add support for new resources `Issuing.Token`
|
393
|
+
* Add support for `list`, `retrieve`, and `update` methods on resource `Token`
|
708
394
|
|
709
395
|
## 9.3.0 - 2023-09-14
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
- Add support for `create_force_capture`, `create_unlinked_refund`, and `refund` test helper methods on resource `Issuing.Transaction`
|
717
|
-
|
718
|
-
## 9.3.0-beta.1 - 2023-09-07
|
719
|
-
|
720
|
-
- [#1269](https://github.com/stripe/stripe-ruby/pull/1269) Update generated code for beta
|
721
|
-
- Release specs are identical.
|
722
|
-
- [#1268](https://github.com/stripe/stripe-ruby/pull/1268) Update generated code for beta
|
723
|
-
- Remove support for `submit_card` test helper method on resource `Issuing.Card`
|
724
|
-
- [#1265](https://github.com/stripe/stripe-ruby/pull/1265) Update generated code for beta
|
725
|
-
- Rename `Quote.preview_invoices` to `QuotePreviewInvoice.list` and `Quote.preview_schedules` to `QuotePreviewSchedules.list`
|
726
|
-
- [#1264](https://github.com/stripe/stripe-ruby/pull/1264) Update generated code for beta
|
727
|
-
- Add support for new resources `QuotePreviewInvoice` and `QuotePreviewSchedule`
|
728
|
-
- [#1259](https://github.com/stripe/stripe-ruby/pull/1259) Update generated code for beta
|
729
|
-
|
730
|
-
- [#1257](https://github.com/stripe/stripe-ruby/pull/1257) Update generated code for beta
|
731
|
-
|
732
|
-
- [#1254](https://github.com/stripe/stripe-ruby/pull/1254) Update generated code for beta
|
733
|
-
- Add support for `submit_card` test helper method on resource `Issuing.Card`
|
734
|
-
- [#1252](https://github.com/stripe/stripe-ruby/pull/1252) Remove developer_message support
|
396
|
+
* [#1272](https://github.com/stripe/stripe-ruby/pull/1272) Update generated code
|
397
|
+
* Add support for new resource `PaymentMethodConfiguration`
|
398
|
+
* Add support for `create`, `list`, `retrieve`, and `update` methods on resource `PaymentMethodConfiguration`
|
399
|
+
* [#1271](https://github.com/stripe/stripe-ruby/pull/1271) Update generated code
|
400
|
+
* Add support for `capture`, `create`, `expire`, `increment`, and `reverse` test helper methods on resource `Issuing.Authorization`
|
401
|
+
* Add support for `create_force_capture`, `create_unlinked_refund`, and `refund` test helper methods on resource `Issuing.Transaction`
|
735
402
|
|
736
403
|
## 9.2.0 - 2023-09-07
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
- Add support for `create`, `list`, `retrieve`, `update`, and `validate` methods on resource `PaymentMethodDomain`
|
741
|
-
|
742
|
-
## 9.2.0-beta.1 - 2023-08-31
|
743
|
-
|
744
|
-
- [#1265](https://github.com/stripe/stripe-ruby/pull/1265) Update generated code for beta
|
745
|
-
- Rename `Quote.preview_invoices` to `QuotePreviewInvoice.list` and `Quote.preview_schedules` to `QuotePreviewSchedules.list`
|
404
|
+
* [#1267](https://github.com/stripe/stripe-ruby/pull/1267) Update generated code
|
405
|
+
* Add support for new resource `PaymentMethodDomain`
|
406
|
+
* Add support for `create`, `list`, `retrieve`, `update`, and `validate` methods on resource `PaymentMethodDomain`
|
746
407
|
|
747
408
|
## 9.1.0 - 2023-08-31
|
409
|
+
* [#1266](https://github.com/stripe/stripe-ruby/pull/1266) Update generated code
|
410
|
+
* Add support for new resource `AccountSession`
|
411
|
+
* Add support for `create` method on resource `AccountSession`
|
412
|
+
* [#1262](https://github.com/stripe/stripe-ruby/pull/1262) Explicitly format timestamp in SignatureVerificationError message
|
748
413
|
|
749
|
-
- [#1266](https://github.com/stripe/stripe-ruby/pull/1266) Update generated code
|
750
|
-
- Add support for new resource `AccountSession`
|
751
|
-
- Add support for `create` method on resource `AccountSession`
|
752
|
-
- [#1262](https://github.com/stripe/stripe-ruby/pull/1262) Explicitly format timestamp in SignatureVerificationError message
|
753
414
|
|
754
415
|
## 9.0.0 - 2023-08-16
|
755
|
-
|
756
416
|
**⚠️ ACTION REQUIRED: the breaking change in this release likely affects you ⚠️**
|
757
417
|
|
758
|
-
|
418
|
+
* [#1253](https://github.com/stripe/stripe-ruby/pull/1253) [#1260](https://github.com/stripe/stripe-ruby/pull/1260) Pin latest API version as the default
|
759
419
|
|
760
420
|
In this release, Stripe API Version `2023-08-16` (the latest at time of release) will be sent by default on all requests. This is a significant change with wide ramifications. The API version affects the properties you see on responses, the parameters you are allowed to send on requests, and so on. The previous default was to use your [Stripe account's default API version](https://stripe.com/docs/development/dashboard/request-logs#view-your-default-api-version).
|
761
421
|
|
@@ -766,7 +426,6 @@ Updated stable APIs to the latest version
|
|
766
426
|
Please read the API Changelog carefully for each API Version from `2023-08-16` back to your [Stripe account's default API version](https://stripe.com/docs/development/dashboard/request-logs#view-your-default-api-version). Determine if you are using any of the APIs that have changed in a breaking way, and adjust your integration accordingly. Carefully test your changes with Stripe [Test Mode](https://stripe.com/docs/keys#test-live-modes) before deploying them to production.
|
767
427
|
|
768
428
|
You can read the [v9 migration guide](https://github.com/stripe/stripe-ruby/wiki/Migration-guide-for-v9) for more detailed instructions.
|
769
|
-
|
770
429
|
2. **(Alternative option) Specify a version other than `2023-08-16` when initializing `stripe-ruby`.**
|
771
430
|
|
772
431
|
If you were previously initializing stripe-ruby without an explicit API Version, you can postpone modifying your integration by specifying a version equal to your [Stripe account's default API version](https://stripe.com/docs/development/dashboard/request-logs#view-your-default-api-version). For example:
|
@@ -781,294 +440,106 @@ Updated stable APIs to the latest version
|
|
781
440
|
|
782
441
|
Read the [v9 migration guide](https://github.com/stripe/stripe-ruby/wiki/Migration-guide-for-v9) for more details.
|
783
442
|
|
784
|
-
Going forward, each major release of this library will be
|
443
|
+
Going forward, each major release of this library will be *pinned* by default to the latest Stripe API Version at the time of release.
|
785
444
|
|
786
445
|
That is, instead of upgrading stripe-ruby and separately upgrading your Stripe API Version through the Stripe Dashboard. whenever you upgrade major versions of stripe-ruby, you should also upgrade your integration to be compatible with the latest Stripe API version.
|
787
446
|
|
788
|
-
## 9.0.0-beta.1 - 2023-08-24
|
789
|
-
|
790
|
-
- [#1264](https://github.com/stripe/stripe-ruby/pull/1264) Update generated code for beta
|
791
|
-
- Add support for new resources `QuotePreviewInvoice` and `QuotePreviewSchedule`
|
792
|
-
- [#1259](https://github.com/stripe/stripe-ruby/pull/1259) Update generated code for beta
|
793
|
-
|
794
|
-
## 8.8.0-beta.1 - 2023-08-10
|
795
|
-
|
796
|
-
- [#1257](https://github.com/stripe/stripe-ruby/pull/1257) Update generated code for beta
|
797
|
-
- Updated stable APIs to the latest version
|
798
|
-
|
799
447
|
## 8.7.0 - 2023-08-10
|
800
|
-
|
801
|
-
- [#1256](https://github.com/stripe/stripe-ruby/pull/1256) Update generated code
|
448
|
+
* [#1256](https://github.com/stripe/stripe-ruby/pull/1256) Update generated code
|
802
449
|
Add resources `Tax::CalculationLineItem`, `Tax::TransactionLineItem`, and `Treasury::FinancialAccountFeatures`. These resources have no methods on them, but do represent the return type of methods elsewhere.
|
803
450
|
|
804
|
-
## 8.7.0-beta.3 - 2023-08-03
|
805
|
-
|
806
|
-
- [#1254](https://github.com/stripe/stripe-ruby/pull/1254) Update generated code for beta
|
807
|
-
- Add support for `submit_card` test helper method on resource `Issuing.Card`
|
808
|
-
- [#1252](https://github.com/stripe/stripe-ruby/pull/1252) Remove developer_message support
|
809
|
-
|
810
|
-
## 8.7.0-beta.2 - 2023-07-28
|
811
|
-
|
812
|
-
- [#1251](https://github.com/stripe/stripe-ruby/pull/1251) Update generated code for beta
|
813
|
-
- Add support for new resource `Tax.Form`
|
814
|
-
- Add support for `list`, `pdf`, and `retrieve` methods on resource `Form`
|
815
|
-
- [#1249](https://github.com/stripe/stripe-ruby/pull/1249) Update generated code for beta
|
816
|
-
- [#1246](https://github.com/stripe/stripe-ruby/pull/1246) Update generated code for beta
|
817
|
-
|
818
|
-
## 8.7.0-beta.1 - 2023-07-13
|
819
|
-
|
820
|
-
- [#1245](https://github.com/stripe/stripe-ruby/pull/1245) Update generated code for beta
|
821
|
-
Release specs are identical.
|
822
|
-
- [#1243](https://github.com/stripe/stripe-ruby/pull/1243) Update generated code for beta
|
823
|
-
- Add support for new resource `PaymentMethodConfiguration`
|
824
|
-
- Add support for `create`, `list`, `retrieve`, and `update` methods on resource `PaymentMethodConfiguration`
|
825
|
-
- [#1239](https://github.com/stripe/stripe-ruby/pull/1239) Update generated code for beta
|
826
|
-
|
827
451
|
## 8.6.0 - 2023-07-13
|
452
|
+
* [#1244](https://github.com/stripe/stripe-ruby/pull/1244) Update generated code
|
453
|
+
* Add support for new resource `Tax.Settings`
|
454
|
+
* Add support for `retrieve` and `update` methods on resource `Settings`
|
455
|
+
* [#1241](https://github.com/stripe/stripe-ruby/pull/1241) Update generated code
|
828
456
|
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
457
|
+
* [#1209](https://github.com/stripe/stripe-ruby/pull/1209) Update shoulda-context version
|
458
|
+
* [#1235](https://github.com/stripe/stripe-ruby/pull/1235) Allow "error" string as log level
|
459
|
+
* [#1238](https://github.com/stripe/stripe-ruby/pull/1238) Update log level error message to include `error`
|
460
|
+
* [#1231](https://github.com/stripe/stripe-ruby/pull/1231) fix: variable typo in README for instrumentation
|
461
|
+
* [#1234](https://github.com/stripe/stripe-ruby/pull/1234) Update generated code
|
833
462
|
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
- [#1231](https://github.com/stripe/stripe-ruby/pull/1231) fix: variable typo in README for instrumentation
|
838
|
-
- [#1234](https://github.com/stripe/stripe-ruby/pull/1234) Update generated code
|
463
|
+
* [#1230](https://github.com/stripe/stripe-ruby/pull/1230) Update generated code
|
464
|
+
* Release specs are identical.
|
465
|
+
* [#1226](https://github.com/stripe/stripe-ruby/pull/1226) Update generated code
|
839
466
|
|
840
|
-
|
841
|
-
- Release specs are identical.
|
842
|
-
- [#1226](https://github.com/stripe/stripe-ruby/pull/1226) Update generated code
|
467
|
+
* [#1223](https://github.com/stripe/stripe-ruby/pull/1223) Update generated code
|
843
468
|
|
844
|
-
|
845
|
-
|
846
|
-
- [#1225](https://github.com/stripe/stripe-ruby/pull/1225) Downgrade jaro_winkler
|
847
|
-
- [#1219](https://github.com/stripe/stripe-ruby/pull/1219) Update generated code
|
469
|
+
* [#1225](https://github.com/stripe/stripe-ruby/pull/1225) Downgrade jaro_winkler
|
470
|
+
* [#1219](https://github.com/stripe/stripe-ruby/pull/1219) Update generated code
|
848
471
|
|
849
472
|
Documentation updates.
|
473
|
+
* [#1215](https://github.com/stripe/stripe-ruby/pull/1215) Update generated code
|
850
474
|
|
851
|
-
|
852
|
-
|
853
|
-
- [#1208](https://github.com/stripe/stripe-ruby/pull/1208) Update generated code
|
854
|
-
|
855
|
-
- [#1204](https://github.com/stripe/stripe-ruby/pull/1204) Update generated code
|
856
|
-
|
857
|
-
## 8.6.0-beta.6 - 2023-06-22
|
858
|
-
|
859
|
-
- [#1237](https://github.com/stripe/stripe-ruby/pull/1237) Update generated code for beta
|
860
|
-
- Add support for new resource `CustomerSession`
|
861
|
-
- Add support for `create` method on resource `CustomerSession`
|
862
|
-
- [#1233](https://github.com/stripe/stripe-ruby/pull/1233) Update generated code for beta
|
863
|
-
- [#1229](https://github.com/stripe/stripe-ruby/pull/1229) Update generated code for beta
|
864
|
-
|
865
|
-
## 8.6.0-beta.5 - 2023-06-01
|
866
|
-
|
867
|
-
- [#1227](https://github.com/stripe/stripe-ruby/pull/1227) Update generated code for beta
|
868
|
-
- [#1228](https://github.com/stripe/stripe-ruby/pull/1228) Document raw_request
|
869
|
-
- [#1222](https://github.com/stripe/stripe-ruby/pull/1222) Update generated code for beta
|
870
|
-
- [#1224](https://github.com/stripe/stripe-ruby/pull/1224) Handle developer message in preview error responses
|
871
|
-
|
872
|
-
## 8.6.0-beta.4 - 2023-05-19
|
873
|
-
|
874
|
-
- [#1220](https://github.com/stripe/stripe-ruby/pull/1220) Update generated code for beta
|
875
|
-
- Add support for `subscribe` and `unsubscribe` methods on resource `FinancialConnections.Account`
|
876
|
-
- [#1217](https://github.com/stripe/stripe-ruby/pull/1217) Add raw_request
|
877
|
-
- [#1216](https://github.com/stripe/stripe-ruby/pull/1216) Update generated code for beta
|
878
|
-
- [#1214](https://github.com/stripe/stripe-ruby/pull/1214) Update generated code for beta
|
475
|
+
* [#1208](https://github.com/stripe/stripe-ruby/pull/1208) Update generated code
|
879
476
|
|
880
|
-
|
477
|
+
* [#1204](https://github.com/stripe/stripe-ruby/pull/1204) Update generated code
|
881
478
|
|
882
|
-
- [#1211](https://github.com/stripe/stripe-ruby/pull/1211) Update generated code for beta
|
883
|
-
- [#1210](https://github.com/stripe/stripe-ruby/pull/1210), [#1212](https://github.com/stripe/stripe-ruby/pull/1212), [#1213](https://github.com/stripe/stripe-ruby/pull/1213) Add support for request signing
|
884
|
-
|
885
|
-
## 8.6.0-beta.2 - 2023-04-13
|
886
|
-
|
887
|
-
- [#1206](https://github.com/stripe/stripe-ruby/pull/1206) Update generated code for beta
|
888
|
-
- Add support for `collect_payment_method` and `confirm_payment_intent` methods on resource `Terminal.Reader`
|
889
|
-
- [#1205](https://github.com/stripe/stripe-ruby/pull/1205) Update generated code for beta
|
890
|
-
|
891
|
-
## 8.6.0-beta.1 - 2023-03-30
|
892
|
-
|
893
|
-
- [#1202](https://github.com/stripe/stripe-ruby/pull/1202) Update generated code for beta
|
894
479
|
|
895
480
|
## 8.5.0 - 2023-03-30
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
- [#1201](https://github.com/stripe/stripe-ruby/pull/1201) Update save deprecation message
|
901
|
-
|
902
|
-
## 8.5.0-beta.1 - 2023-03-23
|
903
|
-
|
904
|
-
- [#1194](https://github.com/stripe/stripe-ruby/pull/1194) Update generated code for beta (new)
|
905
|
-
- Add support for new resources `Tax.CalculationLineItem` and `Tax.TransactionLineItem`
|
906
|
-
- Add support for `collect_inputs` method on resource `Terminal.Reader`
|
481
|
+
* [#1203](https://github.com/stripe/stripe-ruby/pull/1203) Update generated code
|
482
|
+
* Remove support for `create` method on resource `Tax.Transaction`
|
483
|
+
* This is not a breaking change, as this method was deprecated before the Tax Transactions API was released in favor of the `create_from_calculation` method.
|
484
|
+
* [#1201](https://github.com/stripe/stripe-ruby/pull/1201) Update save deprecation message
|
907
485
|
|
908
486
|
## 8.4.0 - 2023-03-23
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
- [#1152](https://github.com/stripe/stripe-ruby/pull/1152) Symbolize hash keys inside `convert_to_stripe_object_with_params`
|
915
|
-
|
916
|
-
## 8.4.0-beta.4 - 2023-03-16
|
917
|
-
|
918
|
-
- [#1189](https://github.com/stripe/stripe-ruby/pull/1189) Update generated code for beta (new)
|
919
|
-
- Add support for `create_from_calculation` method on resource `Tax.Transaction`
|
920
|
-
- [#1188](https://github.com/stripe/stripe-ruby/pull/1188) Update generated code for beta (new)
|
921
|
-
- Remove support for resources `Capital.FinancingOffer` and `Capital.FinancingSummary`
|
922
|
-
- Remove support for `list`, `mark_delivered`, and `retrieve` methods on resource `FinancingOffer`
|
923
|
-
- Remove support for `retrieve` method on resource `FinancingSummary`
|
924
|
-
- [#1187](https://github.com/stripe/stripe-ruby/pull/1187) Merge upstream master
|
925
|
-
|
926
|
-
## 8.4.0-beta.3 - 2023-03-09
|
927
|
-
|
928
|
-
- [#1184](https://github.com/stripe/stripe-ruby/pull/1184) API Updates for beta branch
|
929
|
-
- Updated stable APIs to the latest version
|
930
|
-
- Remove support for `list_transactions` method on resource `Tax.Transaction`
|
931
|
-
|
932
|
-
## 8.4.0-beta.2 - 2023-03-03
|
933
|
-
|
934
|
-
- [#1183](https://github.com/stripe/stripe-ruby/pull/1183) API Updates for beta branch
|
935
|
-
- Updated stable APIs to the latest version
|
936
|
-
- Add support for new resources `Issuing.CardBundle` and `Issuing.CardDesign`
|
937
|
-
- Add support for `list` and `retrieve` methods on resource `CardBundle`
|
938
|
-
- Add support for `list`, `retrieve`, and `update` methods on resource `CardDesign`
|
939
|
-
|
940
|
-
## 8.4.0-beta.1 - 2023-02-23
|
941
|
-
|
942
|
-
- [#1182](https://github.com/stripe/stripe-ruby/pull/1182) API Updates for beta branch
|
943
|
-
- Updated stable APIs to the latest version
|
487
|
+
* [#1197](https://github.com/stripe/stripe-ruby/pull/1197) Update generated code (new)
|
488
|
+
* Add support for new resources `Tax.CalculationLineItem`, `Tax.Calculation`, `Tax.TransactionLineItem`, and `Tax.Transaction`
|
489
|
+
* Add support for `create` and `list_line_items` methods on resource `Calculation`
|
490
|
+
* Add support for `create_from_calculation`, `create_reversal`, `create`, `list_line_items`, and `retrieve` methods on resource `Transaction`
|
491
|
+
* [#1152](https://github.com/stripe/stripe-ruby/pull/1152) Symbolize hash keys inside `convert_to_stripe_object_with_params`
|
944
492
|
|
945
493
|
## 8.3.0 - 2023-02-16
|
946
|
-
|
947
|
-
|
948
|
-
- Add support for `refund_payment` method on resource `Terminal.Reader`
|
949
|
-
|
950
|
-
## 8.3.0-beta.1 - 2023-02-02
|
951
|
-
|
952
|
-
- [#1174](https://github.com/stripe/stripe-ruby/pull/1174) API Updates for beta branch
|
953
|
-
- Updated stable APIs to the latest version
|
954
|
-
- Add support for new resource `FinancialConnections.Transaction`
|
955
|
-
- Add support for `list` method on resource `Transaction`
|
494
|
+
* [#1175](https://github.com/stripe/stripe-ruby/pull/1175) API Updates
|
495
|
+
* Add support for `refund_payment` method on resource `Terminal.Reader`
|
956
496
|
|
957
497
|
## 8.2.0 - 2023-02-02
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
- [#1171](https://github.com/stripe/stripe-ruby/pull/1171) Remove unused `partial` param from `initialize_from`
|
962
|
-
|
963
|
-
## 8.2.0-beta.3 - 2023-01-26
|
964
|
-
|
965
|
-
- [#1172](https://github.com/stripe/stripe-ruby/pull/1172) API Updates for beta branch
|
966
|
-
- Updated stable APIs to the latest version
|
967
|
-
- Add support for `list_transactions` method on resource `Tax.Transaction`
|
968
|
-
|
969
|
-
## 8.2.0-beta.2 - 2023-01-19
|
970
|
-
|
971
|
-
- [#1170](https://github.com/stripe/stripe-ruby/pull/1170) API Updates for beta branch
|
972
|
-
- Updated stable APIs to the latest version
|
973
|
-
- Add support for `Tax.Settings` resource.
|
974
|
-
|
975
|
-
## 8.2.0-beta.1 - 2023-01-12
|
976
|
-
|
977
|
-
- [#1167](https://github.com/stripe/stripe-ruby/pull/1167) API Updates for beta branch
|
978
|
-
- Updated stable APIs to the latest version
|
979
|
-
- Change `quote.draft_quote` implementation to from calling `POST /v1/quotes/{quote}/draft` to `POST /v1/quotes/{quote}/mark_draft`
|
980
|
-
- Add support for `Tax::Register` resource
|
498
|
+
* [#1173](https://github.com/stripe/stripe-ruby/pull/1173) API Updates
|
499
|
+
* Add support for `resume` method on resource `Subscription`
|
500
|
+
* [#1171](https://github.com/stripe/stripe-ruby/pull/1171) Remove unused `partial` param from `initialize_from`
|
981
501
|
|
982
502
|
## 8.1.0 - 2023-01-12
|
983
|
-
|
984
|
-
- [#1162](https://github.com/stripe/stripe-ruby/pull/1162) Improve request events instrumentation
|
985
|
-
|
986
|
-
## 8.1.0-beta.4 - 2023-01-05
|
987
|
-
|
988
|
-
- [#1164](https://github.com/stripe/stripe-ruby/pull/1164) API Updates for beta branch
|
989
|
-
- Updated stable APIs to the latest version
|
990
|
-
- Add support for `mark_stale_quote` method on resource `Quote`
|
991
|
-
|
992
|
-
## 8.1.0-beta.3 - 2022-12-22
|
993
|
-
|
994
|
-
- [#1158](https://github.com/stripe/stripe-ruby/pull/1158) API Updates for beta branch
|
995
|
-
- Updated stable APIs to the latest version
|
996
|
-
- Move `TaxCalculation` and `TaxTransaction` to `Tax::Calculation` and `Tax::Transaction`.
|
997
|
-
|
998
|
-
## 8.1.0-beta.2 - 2022-12-15
|
999
|
-
|
1000
|
-
- [#1156](https://github.com/stripe/stripe-ruby/pull/1156) API Updates for beta branch
|
1001
|
-
- Updated stable APIs to the latest version
|
1002
|
-
- Add support for new resources `TaxCalculation`, and `TaxTransaction`
|
1003
|
-
- Add support for `create` and `list_line_items` methods on resource `TaxCalculation`
|
1004
|
-
- Add support for `create_reversal`, `create`, and `retrieve` methods on resource `TaxTransaction`
|
1005
|
-
- [#1155](https://github.com/stripe/stripe-ruby/pull/1155) API Updates for beta branch
|
1006
|
-
- Updated stable APIs to the latest version
|
1007
|
-
- Add support for new resource `QuoteLine`.
|
1008
|
-
|
1009
|
-
## 8.1.0-beta.1 - 2022-12-08
|
1010
|
-
|
1011
|
-
- [#1153](https://github.com/stripe/stripe-ruby/pull/1153) API Updates for beta branch
|
1012
|
-
- Updated stable APIs to the latest version
|
1013
|
-
- [#1146](https://github.com/stripe/stripe-ruby/pull/1146) API Updates for beta branch
|
1014
|
-
- Updated stable APIs to the latest version
|
503
|
+
* [#1162](https://github.com/stripe/stripe-ruby/pull/1162) Improve request events instrumentation
|
1015
504
|
|
1016
505
|
## 8.0.0 - 2022-11-16
|
1017
|
-
|
1018
|
-
- [#1144](https://github.com/stripe/stripe-ruby/pull/1144) Next major release changes
|
506
|
+
* [#1144](https://github.com/stripe/stripe-ruby/pull/1144) Next major release changes
|
1019
507
|
|
1020
508
|
Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-11-15.
|
1021
509
|
|
1022
510
|
"⚠️" symbol highlights breaking changes.
|
1023
511
|
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
## 7.2.0-beta.4 - 2022-10-07
|
1032
|
-
|
1033
|
-
- [#999](https://github.com/stripe/stripe-ruby/pull/999) DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries)
|
1034
|
-
|
1035
|
-
## 7.2.0-beta.3 - 2022-09-26
|
1036
|
-
|
1037
|
-
- [#1129](https://github.com/stripe/stripe-ruby/pull/1129) API Updates for beta branch
|
1038
|
-
- Updated stable APIs to the latest version
|
1039
|
-
- Add `FinancingOffer`, `FinancingSummary` and `FinancingTransaction` resources.
|
512
|
+
### Deprecated
|
513
|
+
- The `save` method is deprecated. Prefer the static `update` method that doesn't require retrieval of the resource to update it.
|
514
|
+
``` ruby
|
515
|
+
# before
|
516
|
+
refund = Stripe::Refund.retrieve("re_123")
|
517
|
+
refund.description = "Refund description"
|
518
|
+
refund.save
|
1040
519
|
|
1041
|
-
|
520
|
+
# after
|
521
|
+
Stripe::Refund.update("re_123", description: "Refund description")
|
522
|
+
```
|
1042
523
|
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
524
|
+
### ⚠️ Removed
|
525
|
+
- Removed deprecated `Sku` resource.
|
526
|
+
- Removed deprecated `Orders` resource.
|
527
|
+
- Removed deprecated `delete` method on `Subscription` resource. Please use `cancel` method instead.
|
528
|
+
```ruby
|
529
|
+
# before
|
530
|
+
Stripe::Subscription::delete("sub_12345")
|
1046
531
|
|
1047
|
-
|
532
|
+
# after
|
533
|
+
Stripe::Subscription::cancel("sub_12345")
|
534
|
+
```
|
1048
535
|
|
1049
|
-
- [#1122](https://github.com/stripe/stripe-ruby/pull/1122) API Updates for beta branch
|
1050
|
-
- Updated stable APIs to the latest version
|
1051
|
-
- `Stripe-Version` beta headers are not pinned by-default and need to be manually specified, please refer to [beta SDKs README section](https://github.com/stripe/stripe-ruby/blob/master/README.md#beta-sdks)
|
1052
536
|
|
1053
537
|
## 7.1.0 - 2022-08-19
|
1054
|
-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
- [#1115](https://github.com/stripe/stripe-ruby/pull/1115) Add a support section to the readme
|
1060
|
-
|
1061
|
-
## 7.1.0-beta.2 - 2022-08-11
|
1062
|
-
|
1063
|
-
- [#1113](https://github.com/stripe/stripe-ruby/pull/1113) API Updates for beta branch
|
1064
|
-
- Updated stable APIs to the latest version
|
1065
|
-
- Add `refund_payment` method to Terminal resource
|
1066
|
-
|
1067
|
-
## 7.1.0-beta.1 - 2022-08-03
|
1068
|
-
|
1069
|
-
- [#1107](https://github.com/stripe/stripe-ruby/pull/1107) API Updates for beta branch
|
1070
|
-
- Updated stable APIs to the latest version
|
1071
|
-
- Added the `Order` resource support
|
538
|
+
* [#1116](https://github.com/stripe/stripe-ruby/pull/1116) API Updates
|
539
|
+
* Add support for new resource `CustomerCashBalanceTransaction`
|
540
|
+
* [#1118](https://github.com/stripe/stripe-ruby/pull/1118) Update AllowedChars in rubocop config
|
541
|
+
* [#1117](https://github.com/stripe/stripe-ruby/pull/1117) Refresh rubocop config.
|
542
|
+
* [#1115](https://github.com/stripe/stripe-ruby/pull/1115) Add a support section to the readme
|
1072
543
|
|
1073
544
|
## 7.0.0 - 2022-08-02
|
1074
545
|
|
@@ -1076,1394 +547,1100 @@ Breaking changes that arose during code generation of the library that we postpo
|
|
1076
547
|
|
1077
548
|
"⚠️" symbol highlights breaking changes.
|
1078
549
|
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
## 6.6.0-beta.1 - 2022-07-22
|
1085
|
-
|
1086
|
-
- [#1100](https://github.com/stripe/stripe-ruby/pull/1100) API Updates for beta branch
|
1087
|
-
- Updated stable APIs to the latest version
|
1088
|
-
- Add `QuotePhase` resource
|
1089
|
-
- [#1097](https://github.com/stripe/stripe-ruby/pull/1097) API Updates for beta branch
|
1090
|
-
- Updated stable APIs to the latest version
|
1091
|
-
- Add `SubscriptionSchedule.amend` method.
|
1092
|
-
- [#1093](https://github.com/stripe/stripe-ruby/pull/1093) API Updates for beta branch
|
1093
|
-
- Include `server_side_confirmation_beta=v1` beta
|
1094
|
-
- Add `secretKeyConfirmation` to `PaymentIntent`
|
1095
|
-
- [#1085](https://github.com/stripe/stripe-ruby/pull/1085) API Updates for beta branch
|
1096
|
-
- Updated stable APIs to the latest version
|
1097
|
-
- [#1075](https://github.com/stripe/stripe-ruby/pull/1075) Use the generated API version
|
550
|
+
* [#1106](https://github.com/stripe/stripe-ruby/pull/1106) API Updates
|
551
|
+
* [#1092](https://github.com/stripe/stripe-ruby/pull/1092) API Updates
|
552
|
+
* [#1090](https://github.com/stripe/stripe-ruby/pull/1090) Use auto-generation for `Invoice` methods
|
553
|
+
* [#1103](https://github.com/stripe/stripe-ruby/pull/1103) Next major release changes
|
1098
554
|
|
1099
|
-
|
555
|
+
### ⚠️ Changed
|
556
|
+
* `retrieve_cash_balance` and `update_cash_balance` methods on `Customer` resource no longer requires the second argument to always be `nil`. The methods now now take in `customer_id`, `params`, and `opts` parameters.
|
557
|
+
* Update default bundle of CA certificates to April 26, 2022.
|
1100
558
|
|
1101
|
-
|
1102
|
-
|
1103
|
-
- [#1076](https://github.com/stripe/stripe-ruby/pull/1076) fix: Update logging to coerce ASCII-8BIT into UTF-8.
|
559
|
+
### Deprecated
|
560
|
+
* Deprecate `delete` method on `Subscription` resource. Please use `cancel` method instead.
|
1104
561
|
|
1105
|
-
|
562
|
+
### ⚠️ Removed
|
563
|
+
* Remove `details` method from `Issuing.Card` resource. The method was not supported.
|
564
|
+
* Remove `Issuing.CardDetails` resource. Read more at https://stripe.com/docs/issuing/cards/virtual.
|
565
|
+
* Remove `create` method from `ReportType` resource. The method was not supported.
|
566
|
+
* Remove `usage_record_summaries` method from `SubscriptionItem` resource. Please use `list_usage_record_summaries` method instead.
|
567
|
+
* Remove `AlipayAccount`, `BitcoinReceiver`, `BitcoinTransaction`, `Issuing::CardDetails`, `Recipient`, ` RecipientTransfer`, and `ThreeDSecure` resources. The resources were deprecated or no longer in use.
|
568
|
+
* Remove ability to list `Card` resource for a `Recipient`.
|
569
|
+
* Remove `cancel` method from `Transfer` resource. The method was deprecated.
|
570
|
+
|
571
|
+
## 6.5.0 - 2022-06-29
|
572
|
+
* [#1084](https://github.com/stripe/stripe-ruby/pull/1084) API Updates
|
573
|
+
* Add support for `deliver_card`, `fail_card`, `return_card`, and `ship_card` test helper methods on resource `Issuing.Card`
|
574
|
+
* [#1076](https://github.com/stripe/stripe-ruby/pull/1076) fix: Update logging to coerce ASCII-8BIT into UTF-8.
|
1106
575
|
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1110
|
-
|
1111
|
-
|
1112
|
-
|
576
|
+
## 6.4.0 - 2022-06-17
|
577
|
+
* [#1073](https://github.com/stripe/stripe-ruby/pull/1073) API Updates
|
578
|
+
* Add support for `fund_cash_balance` test helper method on resource `Customer`
|
579
|
+
* [#1074](https://github.com/stripe/stripe-ruby/pull/1074) Support updating pre-release versions
|
580
|
+
* [#1072](https://github.com/stripe/stripe-ruby/pull/1072) Trigger workflows on beta branches
|
581
|
+
* [#1071](https://github.com/stripe/stripe-ruby/pull/1071) Use request_stripe_object for all requests
|
582
|
+
* [#1070](https://github.com/stripe/stripe-ruby/pull/1070) API Updates
|
1113
583
|
|
1114
584
|
Switch from using meta-programing to generating explicit methods for custom methods.
|
1115
|
-
|
1116
|
-
- [#1069](https://github.com/stripe/stripe-ruby/pull/1069) chore: Stop special implementation of Account.persons method.
|
585
|
+
* [#1069](https://github.com/stripe/stripe-ruby/pull/1069) chore: Stop special implementation of Account.persons method.
|
1117
586
|
|
1118
587
|
## 6.3.0 - 2022-06-08
|
1119
|
-
|
1120
|
-
- [#1063](https://github.com/stripe/stripe-ruby/pull/1063) fix: Update cash balance methods to no longer require nested ID.
|
588
|
+
* [#1063](https://github.com/stripe/stripe-ruby/pull/1063) fix: Update cash balance methods to no longer require nested ID.
|
1121
589
|
|
1122
590
|
## 6.2.0 - 2022-05-23
|
1123
|
-
|
1124
|
-
|
1125
|
-
- Add support for new resource `Apps.Secret`
|
591
|
+
* [#1060](https://github.com/stripe/stripe-ruby/pull/1060) API Updates
|
592
|
+
* Add support for new resource `Apps.Secret`
|
1126
593
|
|
1127
594
|
## 6.1.0 - 2022-05-19
|
595
|
+
* [#1057](https://github.com/stripe/stripe-ruby/pull/1057) API Updates
|
596
|
+
* Add support for new resources `Treasury.CreditReversal`, `Treasury.DebitReversal`, `Treasury.FinancialAccountFeatures`, `Treasury.FinancialAccount`, `Treasury.FlowDetails`, `Treasury.InboundTransfer`, `Treasury.OutboundPayment`, `Treasury.OutboundTransfer`, `Treasury.ReceivedCredit`, `Treasury.ReceivedDebit`, `Treasury.TransactionEntry`, and `Treasury.Transaction`
|
597
|
+
* Add support for `retrieve_payment_method` method on resource `Customer`
|
598
|
+
* Add support for `list_owners` and `list` methods on resource `FinancialConnections.Account`
|
1128
599
|
|
1129
|
-
- [#1057](https://github.com/stripe/stripe-ruby/pull/1057) API Updates
|
1130
|
-
- Add support for new resources `Treasury.CreditReversal`, `Treasury.DebitReversal`, `Treasury.FinancialAccountFeatures`, `Treasury.FinancialAccount`, `Treasury.FlowDetails`, `Treasury.InboundTransfer`, `Treasury.OutboundPayment`, `Treasury.OutboundTransfer`, `Treasury.ReceivedCredit`, `Treasury.ReceivedDebit`, `Treasury.TransactionEntry`, and `Treasury.Transaction`
|
1131
|
-
- Add support for `retrieve_payment_method` method on resource `Customer`
|
1132
|
-
- Add support for `list_owners` and `list` methods on resource `FinancialConnections.Account`
|
1133
600
|
|
1134
|
-
## 6.0.0 - 2022-05-09
|
1135
601
|
|
1136
|
-
|
602
|
+
## 6.0.0 - 2022-05-09
|
603
|
+
* [#1056](https://github.com/stripe/stripe-ruby/pull/1056) API Updates
|
1137
604
|
Major version release. The [migration guide](https://github.com/stripe/stripe-ruby/wiki/Migration-Guide-for-v6) contains more information.
|
1138
605
|
|
1139
606
|
(⚠️ = breaking changes):
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
- ⚠️ Rename `FinancialConnections::Account.refresh` to `FinancialConnections::Account.refresh_account
|
607
|
+
* ⚠️ Replace the legacy `Order` API with the new `Order` API.
|
608
|
+
* New methods: `cancel`, `list_line_items`, `reopen`, and `submit`
|
609
|
+
* Removed methods: `pay` and `return_order`
|
610
|
+
* Removed resources: `OrderItem` and `OrderReturn`
|
611
|
+
* ⚠️ Rename `FinancialConnections::Account.refresh` to `FinancialConnections::Account.refresh_account
|
1146
612
|
|
1147
613
|
## 5.55.0 - 2022-05-05
|
614
|
+
* [#1055](https://github.com/stripe/stripe-ruby/pull/1055) API Updates
|
615
|
+
* Add support for new resources `FinancialConnections.AccountOwner`, `FinancialConnections.AccountOwnership`, `FinancialConnections.Account`, and `FinancialConnections.Session`
|
1148
616
|
|
1149
|
-
- [#1055](https://github.com/stripe/stripe-ruby/pull/1055) API Updates
|
1150
|
-
- Add support for new resources `FinancialConnections.AccountOwner`, `FinancialConnections.AccountOwnership`, `FinancialConnections.Account`, and `FinancialConnections.Session`
|
1151
617
|
|
1152
618
|
## 5.54.0 - 2022-05-03
|
1153
|
-
|
1154
|
-
|
1155
|
-
- Add support for new resource `CashBalance`
|
619
|
+
* [#1053](https://github.com/stripe/stripe-ruby/pull/1053) API Updates
|
620
|
+
* Add support for new resource `CashBalance`
|
1156
621
|
|
1157
622
|
## 5.53.0 - 2022-04-21
|
1158
|
-
|
1159
|
-
|
1160
|
-
- Add support for `expire` test helper method on resource `Refund`
|
623
|
+
* [#1050](https://github.com/stripe/stripe-ruby/pull/1050) API Updates
|
624
|
+
* Add support for `expire` test helper method on resource `Refund`
|
1161
625
|
|
1162
626
|
## 5.52.0 - 2022-04-18
|
1163
|
-
|
1164
|
-
|
1165
|
-
- Add support for new resources `FundingInstructions` and `Terminal.Configuration`
|
627
|
+
* [#1046](https://github.com/stripe/stripe-ruby/pull/1046) [#1047](https://github.com/stripe/stripe-ruby/pull/1047) API Updates
|
628
|
+
* Add support for new resources `FundingInstructions` and `Terminal.Configuration`
|
1166
629
|
|
1167
630
|
## 5.51.0 - 2022-04-15
|
1168
|
-
|
1169
|
-
- [#1046](https://github.com/stripe/stripe-ruby/pull/1046) This release was incomplete and was yanked from RubyGems immediately after it was published.
|
631
|
+
* [#1046](https://github.com/stripe/stripe-ruby/pull/1046) This release was incomplete and was yanked from RubyGems immediately after it was published.
|
1170
632
|
|
1171
633
|
## 5.50.0 - 2022-04-13
|
1172
|
-
|
1173
|
-
|
1174
|
-
- Add support for `increment_authorization` method on resource `PaymentIntent`
|
634
|
+
* [#1045](https://github.com/stripe/stripe-ruby/pull/1045) API Updates
|
635
|
+
* Add support for `increment_authorization` method on resource `PaymentIntent`
|
1175
636
|
|
1176
637
|
## 5.49.0 - 2022-04-08
|
1177
|
-
|
1178
|
-
|
1179
|
-
- Add support for `apply_customer_balance` method on resource `PaymentIntent`
|
638
|
+
* [#1043](https://github.com/stripe/stripe-ruby/pull/1043) API Updates
|
639
|
+
* Add support for `apply_customer_balance` method on resource `PaymentIntent`
|
1180
640
|
|
1181
641
|
## 5.48.0 - 2022-03-30
|
1182
|
-
|
1183
|
-
|
1184
|
-
- Add support for `cancel_action`, `process_payment_intent`, `process_setup_intent`, and `set_reader_display` methods on resource `Terminal.Reader`
|
642
|
+
* [#1041](https://github.com/stripe/stripe-ruby/pull/1041) API Updates
|
643
|
+
* Add support for `cancel_action`, `process_payment_intent`, `process_setup_intent`, and `set_reader_display` methods on resource `Terminal.Reader`
|
1185
644
|
|
1186
645
|
## 5.47.0 - 2022-03-29
|
646
|
+
* [#1040](https://github.com/stripe/stripe-ruby/pull/1040) API Updates
|
647
|
+
* Add support for Search API
|
648
|
+
* Add support for `search` method on resources `Charge`, `Customer`, `Invoice`, `PaymentIntent`, `Price`, `Product`, and `Subscription`
|
1187
649
|
|
1188
|
-
|
1189
|
-
|
1190
|
-
- Add support for Search API
|
1191
|
-
- Add support for `search` method on resources `Charge`, `Customer`, `Invoice`, `PaymentIntent`, `Price`, `Product`, and `Subscription`
|
1192
|
-
|
1193
|
-
- [#1034](https://github.com/stripe/stripe-ruby/pull/1034) Add supporting classes for test helper generation
|
650
|
+
* [#1034](https://github.com/stripe/stripe-ruby/pull/1034) Add supporting classes for test helper generation
|
1194
651
|
|
1195
652
|
## 5.46.0 - 2022-03-23
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
- [#992](https://github.com/stripe/stripe-ruby/pull/992) Add support for Search API
|
653
|
+
* [#1039](https://github.com/stripe/stripe-ruby/pull/1039) API Updates
|
654
|
+
* Add support for `cancel` method on resource `Refund`
|
655
|
+
* [#992](https://github.com/stripe/stripe-ruby/pull/992) Add support for Search API
|
1200
656
|
|
1201
657
|
## 5.45.0 - 2022-03-01
|
1202
|
-
|
1203
|
-
|
1204
|
-
- Add support for new resource `TestHelpers.TestClock`
|
658
|
+
* [#1035](https://github.com/stripe/stripe-ruby/pull/1035) API Updates
|
659
|
+
* Add support for new resource `TestHelpers.TestClock`
|
1205
660
|
|
1206
661
|
## 5.44.0 - 2022-02-16
|
1207
|
-
|
1208
|
-
|
1209
|
-
- Add support for `verify_microdeposits` method on resources `PaymentIntent` and `SetupIntent`
|
662
|
+
* [#1032](https://github.com/stripe/stripe-ruby/pull/1032) API Updates
|
663
|
+
* Add support for `verify_microdeposits` method on resources `PaymentIntent` and `SetupIntent`
|
1210
664
|
|
1211
665
|
## 5.43.0 - 2022-01-20
|
1212
|
-
|
1213
|
-
|
1214
|
-
- Add support for new resource `PaymentLink`
|
666
|
+
* [#1031](https://github.com/stripe/stripe-ruby/pull/1031) API Updates
|
667
|
+
* Add support for new resource `PaymentLink`
|
1215
668
|
|
1216
669
|
## 5.42.0 - 2021-12-13
|
1217
|
-
|
1218
|
-
- [#1022](https://github.com/stripe/stripe-ruby/pull/1022) Add connection manager logging and include object IDs in logging.
|
670
|
+
* [#1022](https://github.com/stripe/stripe-ruby/pull/1022) Add connection manager logging and include object IDs in logging.
|
1219
671
|
|
1220
672
|
## 5.41.0 - 2021-11-16
|
1221
|
-
|
1222
|
-
|
1223
|
-
- Add support for new resource `ShippingRate`
|
673
|
+
* [#1017](https://github.com/stripe/stripe-ruby/pull/1017) API Updates
|
674
|
+
* Add support for new resource `ShippingRate`
|
1224
675
|
|
1225
676
|
## 5.40.0 - 2021-11-11
|
1226
|
-
|
1227
|
-
|
1228
|
-
|
1229
|
-
|
1230
|
-
|
1231
|
-
- [#1011](https://github.com/stripe/stripe-ruby/pull/1011) codegen: 3 more files
|
677
|
+
* [#1015](https://github.com/stripe/stripe-ruby/pull/1015) API Updates
|
678
|
+
* Add support for `expire` method on resource `Checkout.Session`
|
679
|
+
* [#1013](https://github.com/stripe/stripe-ruby/pull/1013) Add tests for child resources.
|
680
|
+
* [#1012](https://github.com/stripe/stripe-ruby/pull/1012) Add tests for namespaced resources.
|
681
|
+
* [#1011](https://github.com/stripe/stripe-ruby/pull/1011) codegen: 3 more files
|
1232
682
|
|
1233
683
|
## 5.39.0 - 2021-10-11
|
1234
|
-
|
1235
|
-
|
1236
|
-
- Add support for `list_payment_methods` method on resource `Customer`
|
684
|
+
* [#1010](https://github.com/stripe/stripe-ruby/pull/1010) API Updates
|
685
|
+
* Add support for `list_payment_methods` method on resource `Customer`
|
1237
686
|
|
1238
687
|
## 5.38.0 - 2021-08-10
|
1239
|
-
|
1240
|
-
|
1241
|
-
|
1242
|
-
- [#989](https://github.com/stripe/stripe-ruby/pull/989) Remove unused API error types from docs.
|
688
|
+
* [#993](https://github.com/stripe/stripe-ruby/pull/993) Add `request_id` to RequestEndEvent
|
689
|
+
* [#991](https://github.com/stripe/stripe-ruby/pull/991) Codegen more files
|
690
|
+
* [#989](https://github.com/stripe/stripe-ruby/pull/989) Remove unused API error types from docs.
|
1243
691
|
|
1244
692
|
## 5.37.0 - 2021-07-14
|
1245
|
-
|
1246
|
-
|
1247
|
-
- Add support for `list_computed_upfront_line_items` method on resource `Quote`
|
693
|
+
* [#988](https://github.com/stripe/stripe-ruby/pull/988) API Updates
|
694
|
+
* Add support for `list_computed_upfront_line_items` method on resource `Quote`
|
1248
695
|
|
1249
696
|
## 5.36.0 - 2021-07-09
|
1250
|
-
|
1251
|
-
- [#987](https://github.com/stripe/stripe-ruby/pull/987) Add support for `Quote` API
|
697
|
+
* [#987](https://github.com/stripe/stripe-ruby/pull/987) Add support for `Quote` API
|
1252
698
|
|
1253
699
|
## 5.35.0 - 2021-06-30
|
1254
|
-
|
1255
|
-
|
1256
|
-
|
1257
|
-
- [#983](https://github.com/stripe/stripe-ruby/pull/983) Add support for making a request and receiving the response as a stream.
|
700
|
+
* [#985](https://github.com/stripe/stripe-ruby/pull/985) Update normalize_opts to use dup instead of clone.
|
701
|
+
* [#982](https://github.com/stripe/stripe-ruby/pull/982) Deprecate travis
|
702
|
+
* [#983](https://github.com/stripe/stripe-ruby/pull/983) Add support for making a request and receiving the response as a stream.
|
1258
703
|
|
1259
704
|
## 5.34.0 - 2021-06-04
|
1260
|
-
|
1261
|
-
|
1262
|
-
- Add support for `TaxCode` API.
|
705
|
+
* [#981](https://github.com/stripe/stripe-ruby/pull/981) API Updates
|
706
|
+
* Add support for `TaxCode` API.
|
1263
707
|
|
1264
708
|
## 5.33.0 - 2021-05-19
|
1265
|
-
|
1266
|
-
- [#979](https://github.com/stripe/stripe-ruby/pull/979) Add support for the Identify VerificationSession and VerificationReport APIs
|
709
|
+
* [#979](https://github.com/stripe/stripe-ruby/pull/979) Add support for the Identify VerificationSession and VerificationReport APIs
|
1267
710
|
|
1268
711
|
## 5.32.1 - 2021-04-05
|
1269
|
-
|
1270
|
-
- Correct use of regexp `match` in gemspec for old versions of Ruby
|
712
|
+
* Correct use of regexp `match` in gemspec for old versions of Ruby
|
1271
713
|
|
1272
714
|
## 5.32.0 - 2021-04-05
|
1273
|
-
|
1274
|
-
- [#973](https://github.com/stripe/stripe-ruby/pull/973) Reduce packed gem size
|
715
|
+
* [#973](https://github.com/stripe/stripe-ruby/pull/973) Reduce packed gem size
|
1275
716
|
|
1276
717
|
## 5.31.0 - 2021-04-02
|
1277
|
-
|
1278
|
-
|
1279
|
-
|
1280
|
-
|
1281
|
-
|
1282
|
-
- [#967](https://github.com/stripe/stripe-ruby/pull/967) CI: github actions
|
718
|
+
* [#968](https://github.com/stripe/stripe-ruby/pull/968) Allow StripeClient to be configured per instance
|
719
|
+
* [#971](https://github.com/stripe/stripe-ruby/pull/971) On config change, only clear connection managers for changed config
|
720
|
+
* [#972](https://github.com/stripe/stripe-ruby/pull/972) Rename `Stripe.configuration` to `Stripe.config`
|
721
|
+
* [#970](https://github.com/stripe/stripe-ruby/pull/970) Reserve some critical field names when adding `StripeObject` accessors
|
722
|
+
* [#967](https://github.com/stripe/stripe-ruby/pull/967) CI: github actions
|
1283
723
|
|
1284
724
|
## 5.30.0 - 2021-02-22
|
1285
|
-
|
1286
|
-
- [#965](https://github.com/stripe/stripe-ruby/pull/965) Add support for the Billing Portal Configuration API
|
725
|
+
* [#965](https://github.com/stripe/stripe-ruby/pull/965) Add support for the Billing Portal Configuration API
|
1287
726
|
|
1288
727
|
## 5.29.1 - 2021-02-09
|
1289
|
-
|
1290
|
-
- [#964](https://github.com/stripe/stripe-ruby/pull/964) Fix return value of `Customer#delete_discount`
|
728
|
+
* [#964](https://github.com/stripe/stripe-ruby/pull/964) Fix return value of `Customer#delete_discount`
|
1291
729
|
|
1292
730
|
## 5.29.0 - 2021-01-05
|
1293
|
-
|
1294
|
-
- [#952](https://github.com/stripe/stripe-ruby/pull/952) Allow client_id configuration on instance config
|
731
|
+
* [#952](https://github.com/stripe/stripe-ruby/pull/952) Allow client_id configuration on instance config
|
1295
732
|
|
1296
733
|
## 5.28.0 - 2020-10-14
|
1297
|
-
|
1298
|
-
- [#950](https://github.com/stripe/stripe-ruby/pull/950) Add configuration option for `write_timeout` for connections on Ruby 2.6+
|
734
|
+
* [#950](https://github.com/stripe/stripe-ruby/pull/950) Add configuration option for `write_timeout` for connections on Ruby 2.6+
|
1299
735
|
|
1300
736
|
## 5.27.0 - 2020-10-14
|
1301
|
-
|
1302
|
-
- [#951](https://github.com/stripe/stripe-ruby/pull/951) Add support for the Payout Reverse API
|
737
|
+
* [#951](https://github.com/stripe/stripe-ruby/pull/951) Add support for the Payout Reverse API
|
1303
738
|
|
1304
739
|
## 5.26.0 - 2020-09-29
|
1305
|
-
|
1306
|
-
- [#949](https://github.com/stripe/stripe-ruby/pull/949) Add support for the `SetupAttempt` resource and List API
|
740
|
+
* [#949](https://github.com/stripe/stripe-ruby/pull/949) Add support for the `SetupAttempt` resource and List API
|
1307
741
|
|
1308
742
|
## 5.25.0 - 2020-09-02
|
1309
|
-
|
1310
|
-
- [#944](https://github.com/stripe/stripe-ruby/pull/944) Add support for the Issuing Dispute Submit API
|
743
|
+
* [#944](https://github.com/stripe/stripe-ruby/pull/944) Add support for the Issuing Dispute Submit API
|
1311
744
|
|
1312
745
|
## 5.24.0 - 2020-08-26
|
1313
|
-
|
1314
|
-
|
1315
|
-
- [#940](https://github.com/stripe/stripe-ruby/pull/940) Fix typo in documentation of `stripe_object.rb`
|
746
|
+
* [#939](https://github.com/stripe/stripe-ruby/pull/939) Extract configurations into separate object
|
747
|
+
* [#940](https://github.com/stripe/stripe-ruby/pull/940) Fix typo in documentation of `stripe_object.rb`
|
1316
748
|
|
1317
749
|
## 5.23.1 - 2020-08-05
|
1318
|
-
|
1319
|
-
- [#936](https://github.com/stripe/stripe-ruby/pull/936) Rename API resource's `request` method
|
750
|
+
* [#936](https://github.com/stripe/stripe-ruby/pull/936) Rename API resource's `request` method
|
1320
751
|
|
1321
752
|
## 5.23.0 - 2020-08-05
|
1322
|
-
|
1323
|
-
- [#937](https://github.com/stripe/stripe-ruby/pull/937) Add support for the `PromotionCode` resource and APIs
|
753
|
+
* [#937](https://github.com/stripe/stripe-ruby/pull/937) Add support for the `PromotionCode` resource and APIs
|
1324
754
|
|
1325
755
|
## 5.22.0 - 2020-05-11
|
1326
|
-
|
1327
|
-
- [#918](https://github.com/stripe/stripe-ruby/pull/918) Add support for the `LineItem` resource and APIs
|
756
|
+
* [#918](https://github.com/stripe/stripe-ruby/pull/918) Add support for the `LineItem` resource and APIs
|
1328
757
|
|
1329
758
|
## 5.21.0 - 2020-04-29
|
1330
|
-
|
1331
|
-
- [#917](https://github.com/stripe/stripe-ruby/pull/917) Add support for the `Price` resource and APIs
|
759
|
+
* [#917](https://github.com/stripe/stripe-ruby/pull/917) Add support for the `Price` resource and APIs
|
1332
760
|
|
1333
761
|
## 5.20.0 - 2020-04-27
|
1334
|
-
|
1335
|
-
- [#916](https://github.com/stripe/stripe-ruby/pull/916) Add new `.generate_header` method for webhooks
|
762
|
+
* [#916](https://github.com/stripe/stripe-ruby/pull/916) Add new `.generate_header` method for webhooks
|
1336
763
|
|
1337
764
|
## 5.19.0 - 2020-04-24
|
1338
|
-
|
1339
|
-
- [#915](https://github.com/stripe/stripe-ruby/pull/915) Expose `Stripe::Webhook.compute_signature` publicly
|
765
|
+
* [#915](https://github.com/stripe/stripe-ruby/pull/915) Expose `Stripe::Webhook.compute_signature` publicly
|
1340
766
|
|
1341
767
|
## 5.18.0 - 2020-04-22
|
1342
|
-
|
1343
|
-
- [#911](https://github.com/stripe/stripe-ruby/pull/911) Add support for `BillingPortal` namespace and `Session` resource and APIs
|
768
|
+
* [#911](https://github.com/stripe/stripe-ruby/pull/911) Add support for `BillingPortal` namespace and `Session` resource and APIs
|
1344
769
|
|
1345
770
|
## 5.17.0 - 2020-02-26
|
1346
|
-
|
1347
|
-
- [#907](https://github.com/stripe/stripe-ruby/pull/907) Add `StripeError#idempotent_replayed?`
|
771
|
+
* [#907](https://github.com/stripe/stripe-ruby/pull/907) Add `StripeError#idempotent_replayed?`
|
1348
772
|
|
1349
773
|
## 5.16.0 - 2020-02-26
|
1350
|
-
|
1351
|
-
|
1352
|
-
- [#903](https://github.com/stripe/stripe-ruby/pull/903) Upgrade to Rubocop 0.80
|
774
|
+
* [#906](https://github.com/stripe/stripe-ruby/pull/906) Add support for listing Checkout sessions
|
775
|
+
* [#903](https://github.com/stripe/stripe-ruby/pull/903) Upgrade to Rubocop 0.80
|
1353
776
|
|
1354
777
|
## 5.15.0 - 2020-02-10
|
1355
|
-
|
1356
|
-
- [#902](https://github.com/stripe/stripe-ruby/pull/902) Add `request_begin` instrumentation callback
|
778
|
+
* [#902](https://github.com/stripe/stripe-ruby/pull/902) Add `request_begin` instrumentation callback
|
1357
779
|
|
1358
780
|
## 5.14.0 - 2020-01-14
|
1359
|
-
|
1360
|
-
|
1361
|
-
|
1362
|
-
|
1363
|
-
- [#893](https://github.com/stripe/stripe-ruby/pull/893) Upgrade Rubocop to 0.79
|
781
|
+
* [#896](https://github.com/stripe/stripe-ruby/pull/896) Add support for `CreditNoteLineItem`
|
782
|
+
* [#894](https://github.com/stripe/stripe-ruby/pull/894) Clean up test output by capturing `$stderr` when we expect warnings
|
783
|
+
* [#892](https://github.com/stripe/stripe-ruby/pull/892) Explicitly pass a parameter as hash to be more ruby 2.7 friendly
|
784
|
+
* [#893](https://github.com/stripe/stripe-ruby/pull/893) Upgrade Rubocop to 0.79
|
1364
785
|
|
1365
786
|
## 5.13.0 - 2020-01-08
|
1366
|
-
|
1367
|
-
- [#891](https://github.com/stripe/stripe-ruby/pull/891) Fix most Ruby 2.7 warnings
|
787
|
+
* [#891](https://github.com/stripe/stripe-ruby/pull/891) Fix most Ruby 2.7 warnings
|
1368
788
|
|
1369
789
|
## 5.12.1 - 2020-01-06
|
1370
|
-
|
1371
|
-
- [#890](https://github.com/stripe/stripe-ruby/pull/890) Override API key with `client_secret` in `OAuth.token`
|
790
|
+
* [#890](https://github.com/stripe/stripe-ruby/pull/890) Override API key with `client_secret` in `OAuth.token`
|
1372
791
|
|
1373
792
|
## 5.12.0 - 2020-01-02
|
1374
|
-
|
1375
|
-
- [#889](https://github.com/stripe/stripe-ruby/pull/889) Add support for retrieve source transaction API method
|
793
|
+
* [#889](https://github.com/stripe/stripe-ruby/pull/889) Add support for retrieve source transaction API method
|
1376
794
|
|
1377
795
|
## 5.11.0 - 2019-11-26
|
1378
|
-
|
1379
|
-
- [#885](https://github.com/stripe/stripe-ruby/pull/885) Add support for `CreditNote` preview
|
796
|
+
* [#885](https://github.com/stripe/stripe-ruby/pull/885) Add support for `CreditNote` preview
|
1380
797
|
|
1381
798
|
## 5.10.0 - 2019-11-08
|
1382
|
-
|
1383
|
-
- [#882](https://github.com/stripe/stripe-ruby/pull/882) Add list_usage_record_summaries and list_source_transactions
|
799
|
+
* [#882](https://github.com/stripe/stripe-ruby/pull/882) Add list_usage_record_summaries and list_source_transactions
|
1384
800
|
|
1385
801
|
## 5.9.0 - 2019-11-07
|
1386
|
-
|
1387
|
-
- [#870](https://github.com/stripe/stripe-ruby/pull/870) Add request instrumentation callback (see `README.md` for usage example)
|
802
|
+
* [#870](https://github.com/stripe/stripe-ruby/pull/870) Add request instrumentation callback (see `README.md` for usage example)
|
1388
803
|
|
1389
804
|
## 5.8.0 - 2019-11-05
|
1390
|
-
|
1391
|
-
|
1392
|
-
|
1393
|
-
|
1394
|
-
- [#873](https://github.com/stripe/stripe-ruby/pull/873) Contributor Covenant
|
805
|
+
* [#879](https://github.com/stripe/stripe-ruby/pull/879) Add support for `Mandate`
|
806
|
+
* [#876](https://github.com/stripe/stripe-ruby/pull/876) Add additional per-request configuration documentation
|
807
|
+
* [#874](https://github.com/stripe/stripe-ruby/pull/874) Raise an error when requests params are invalid
|
808
|
+
* [#873](https://github.com/stripe/stripe-ruby/pull/873) Contributor Covenant
|
1395
809
|
|
1396
810
|
## 5.7.1 - 2019-10-15
|
1397
|
-
|
1398
|
-
- [#869](https://github.com/stripe/stripe-ruby/pull/869) Fixes the misnamed `connection_base=` setter to be named `connect_base=`
|
811
|
+
* [#869](https://github.com/stripe/stripe-ruby/pull/869) Fixes the misnamed `connection_base=` setter to be named `connect_base=`
|
1399
812
|
|
1400
813
|
## 5.7.0 - 2019-10-10
|
1401
|
-
|
1402
|
-
- [#865](https://github.com/stripe/stripe-ruby/pull/865) Support backwards pagination with list's `#auto_paging_each`
|
814
|
+
* [#865](https://github.com/stripe/stripe-ruby/pull/865) Support backwards pagination with list's `#auto_paging_each`
|
1403
815
|
|
1404
816
|
## 5.6.0 - 2019-10-04
|
1405
|
-
|
1406
|
-
- [#861](https://github.com/stripe/stripe-ruby/pull/861) Nicer error when specifying non-nil non-string opt value
|
817
|
+
* [#861](https://github.com/stripe/stripe-ruby/pull/861) Nicer error when specifying non-nil non-string opt value
|
1407
818
|
|
1408
819
|
## 5.5.0 - 2019-10-03
|
1409
|
-
|
1410
|
-
- [#859](https://github.com/stripe/stripe-ruby/pull/859) User-friendly messages and retries for `EOFError`, `Errno::ECONNRESET`, `Errno::ETIMEDOUT`, and `Errno::EHOSTUNREACH` network errors
|
820
|
+
* [#859](https://github.com/stripe/stripe-ruby/pull/859) User-friendly messages and retries for `EOFError`, `Errno::ECONNRESET`, `Errno::ETIMEDOUT`, and `Errno::EHOSTUNREACH` network errors
|
1411
821
|
|
1412
822
|
## 5.4.1 - 2019-10-01
|
1413
|
-
|
1414
|
-
- [#858](https://github.com/stripe/stripe-ruby/pull/858) Drop Timecop dependency
|
823
|
+
* [#858](https://github.com/stripe/stripe-ruby/pull/858) Drop Timecop dependency
|
1415
824
|
|
1416
825
|
## 5.4.0 - 2019-10-01
|
1417
|
-
|
1418
|
-
- [#857](https://github.com/stripe/stripe-ruby/pull/857) Move to monotonic time for duration calculations
|
826
|
+
* [#857](https://github.com/stripe/stripe-ruby/pull/857) Move to monotonic time for duration calculations
|
1419
827
|
|
1420
828
|
## 5.3.0 - 2019-10-01
|
1421
|
-
|
1422
|
-
- [#853](https://github.com/stripe/stripe-ruby/pull/853) Support `Stripe-Should-Retry` header
|
829
|
+
* [#853](https://github.com/stripe/stripe-ruby/pull/853) Support `Stripe-Should-Retry` header
|
1423
830
|
|
1424
831
|
## 5.2.0 - 2019-09-19
|
1425
|
-
|
1426
|
-
- [#851](https://github.com/stripe/stripe-ruby/pull/851) Introduce system for garbage collecting connection managers
|
832
|
+
* [#851](https://github.com/stripe/stripe-ruby/pull/851) Introduce system for garbage collecting connection managers
|
1427
833
|
|
1428
834
|
## 5.1.1 - 2019-09-04
|
1429
|
-
|
1430
|
-
- [#845](https://github.com/stripe/stripe-ruby/pull/845) Transfer the request_id from the http_headers to error.
|
835
|
+
* [#845](https://github.com/stripe/stripe-ruby/pull/845) Transfer the request_id from the http_headers to error.
|
1431
836
|
|
1432
837
|
## 5.1.0 - 2019-08-27
|
1433
|
-
|
1434
|
-
- [#841](https://github.com/stripe/stripe-ruby/pull/841) Retry requests on a 429 that's a lock timeout
|
838
|
+
* [#841](https://github.com/stripe/stripe-ruby/pull/841) Retry requests on a 429 that's a lock timeout
|
1435
839
|
|
1436
840
|
## 5.0.1 - 2019-08-20
|
1437
|
-
|
1438
|
-
- [#836](https://github.com/stripe/stripe-ruby/pull/836) Increase connection keep alive timeout to 30 seconds
|
841
|
+
* [#836](https://github.com/stripe/stripe-ruby/pull/836) Increase connection keep alive timeout to 30 seconds
|
1439
842
|
|
1440
843
|
## 5.0.0 - 2019-08-20
|
1441
|
-
|
1442
844
|
Major version release. The [migration guide](https://github.com/stripe/stripe-ruby/wiki/Migration-guide-for-v5) contains a detailed list of backwards-incompatible changes with upgrade instructions.
|
1443
845
|
|
1444
846
|
Pull requests included in this release (cf. [#815](https://github.com/stripe/stripe-ruby/pull/815)) (⚠️ = breaking changes):
|
1445
|
-
|
1446
|
-
|
1447
|
-
|
1448
|
-
|
1449
|
-
|
1450
|
-
|
1451
|
-
|
1452
|
-
|
1453
|
-
|
1454
|
-
|
1455
|
-
|
1456
|
-
|
1457
|
-
|
1458
|
-
|
1459
|
-
|
1460
|
-
|
1461
|
-
|
1462
|
-
- [#834](https://github.com/stripe/stripe-ruby/pull/834): Add `Invoice.list_upcoming_line_items` method
|
847
|
+
* ⚠️ [#813](https://github.com/stripe/stripe-ruby/pull/813): Convert library to use built-in `Net::HTTP`
|
848
|
+
* ⚠️ [#816](https://github.com/stripe/stripe-ruby/pull/816): Make `code` argument in `CardError` named instead of positional.
|
849
|
+
* ⚠️ [#817](https://github.com/stripe/stripe-ruby/pull/817): Drop support for very old Ruby versions.
|
850
|
+
* [#818](https://github.com/stripe/stripe-ruby/pull/818): Bump Rubocop to latest version
|
851
|
+
* [#819](https://github.com/stripe/stripe-ruby/pull/819): Ruby minimum version increase followup
|
852
|
+
* ⚠️ [#820](https://github.com/stripe/stripe-ruby/pull/820): Remove old deprecated methods
|
853
|
+
* ⚠️ [#823](https://github.com/stripe/stripe-ruby/pull/823): Remove all alias for list methods
|
854
|
+
* ⚠️ [#826](https://github.com/stripe/stripe-ruby/pull/826): Remove `UsageRecord.create` method
|
855
|
+
* ⚠️ [#827](https://github.com/stripe/stripe-ruby/pull/827): Remove `IssuerFraudRecord`
|
856
|
+
* [#811](https://github.com/stripe/stripe-ruby/pull/811): Add `ErrorObject` to `StripeError` exceptions
|
857
|
+
* [#828](https://github.com/stripe/stripe-ruby/pull/828): Tweak retry logic to be a little more like stripe-node
|
858
|
+
* [#829](https://github.com/stripe/stripe-ruby/pull/829): Reset connections when connection-changing configuration changes (optional)
|
859
|
+
* [#830](https://github.com/stripe/stripe-ruby/pull/830): Fix inverted sign for 500 retries
|
860
|
+
* ⚠️[#831](https://github.com/stripe/stripe-ruby/pull/831): Remove a few more very old deprecated methods
|
861
|
+
* [#832](https://github.com/stripe/stripe-ruby/pull/832): Minor cleanup in `StripeClient`
|
862
|
+
* [#833](https://github.com/stripe/stripe-ruby/pull/833): Do better bookkeeping when tracking state in `Thread.current`
|
863
|
+
* [#834](https://github.com/stripe/stripe-ruby/pull/834): Add `Invoice.list_upcoming_line_items` method
|
1463
864
|
|
1464
865
|
## 4.24.0 - 2019-08-12
|
1465
|
-
|
1466
|
-
- [#825](https://github.com/stripe/stripe-ruby/pull/825) Add `SubscriptionItem.create_usage_record` method
|
866
|
+
* [#825](https://github.com/stripe/stripe-ruby/pull/825) Add `SubscriptionItem.create_usage_record` method
|
1467
867
|
- This release also removed the `SubscriptionSchedule.revisions` method. This should have been included in the previous release (4.23.0)
|
1468
868
|
|
1469
869
|
## 4.23.0 - 2019-08-09
|
1470
|
-
|
1471
|
-
- [#824](https://github.com/stripe/stripe-ruby/pull/824) Remove SubscriptionScheduleRevision
|
870
|
+
* [#824](https://github.com/stripe/stripe-ruby/pull/824) Remove SubscriptionScheduleRevision
|
1472
871
|
- This is technically a breaking change. We've chosen to release it as a minor vesion bump because the associated API is unused.
|
1473
872
|
|
1474
873
|
## 4.22.1 - 2019-08-09
|
1475
|
-
|
1476
|
-
- [#808](https://github.com/stripe/stripe-ruby/pull/808) Unify request/response handling
|
874
|
+
* [#808](https://github.com/stripe/stripe-ruby/pull/808) Unify request/response handling
|
1477
875
|
|
1478
876
|
## 4.22.0 - 2019-07-30
|
1479
|
-
|
1480
|
-
- [#821](https://github.com/stripe/stripe-ruby/pull/821) Listing `BalanceTransaction` objects now uses `/v1/balance_transactions` instead of `/v1/balance/history`
|
877
|
+
* [#821](https://github.com/stripe/stripe-ruby/pull/821) Listing `BalanceTransaction` objects now uses `/v1/balance_transactions` instead of `/v1/balance/history`
|
1481
878
|
|
1482
879
|
## 4.21.3 - 2019-07-15
|
1483
|
-
|
1484
|
-
- [#810](https://github.com/stripe/stripe-ruby/pull/810) Better error message when passing non-string to custom method
|
880
|
+
* [#810](https://github.com/stripe/stripe-ruby/pull/810) Better error message when passing non-string to custom method
|
1485
881
|
|
1486
882
|
## 4.21.2 - 2019-07-05
|
1487
|
-
|
1488
|
-
- [#806](https://github.com/stripe/stripe-ruby/pull/806) Revert back to `initialize_from` from `Util.convert_to_stripe_object`
|
883
|
+
* [#806](https://github.com/stripe/stripe-ruby/pull/806) Revert back to `initialize_from` from `Util.convert_to_stripe_object`
|
1489
884
|
|
1490
885
|
## 4.21.1 - 2019-07-04
|
1491
|
-
|
1492
|
-
- [#807](https://github.com/stripe/stripe-ruby/pull/807) Add gem metadata
|
886
|
+
* [#807](https://github.com/stripe/stripe-ruby/pull/807) Add gem metadata
|
1493
887
|
|
1494
888
|
## 4.21.0 - 2019-06-28
|
1495
|
-
|
1496
|
-
- [#803](https://github.com/stripe/stripe-ruby/pull/803) Add support for the `SetupIntent` resource and APIs
|
889
|
+
* [#803](https://github.com/stripe/stripe-ruby/pull/803) Add support for the `SetupIntent` resource and APIs
|
1497
890
|
|
1498
891
|
## 4.20.1 - 2019-06-28
|
1499
|
-
|
1500
|
-
- [#805](https://github.com/stripe/stripe-ruby/pull/805) Fix formatting in `ConnectionFailed` error message
|
892
|
+
* [#805](https://github.com/stripe/stripe-ruby/pull/805) Fix formatting in `ConnectionFailed` error message
|
1501
893
|
|
1502
894
|
## 4.20.0 - 2019-06-24
|
1503
|
-
|
1504
|
-
- [#800](https://github.com/stripe/stripe-ruby/pull/800) Enable request latency telemetry by default
|
895
|
+
* [#800](https://github.com/stripe/stripe-ruby/pull/800) Enable request latency telemetry by default
|
1505
896
|
|
1506
897
|
## 4.19.0 - 2019-06-17
|
1507
|
-
|
1508
|
-
- [#770](https://github.com/stripe/stripe-ruby/pull/770) Add support for `CustomerBalanceTransaction` resource and APIs
|
898
|
+
* [#770](https://github.com/stripe/stripe-ruby/pull/770) Add support for `CustomerBalanceTransaction` resource and APIs
|
1509
899
|
|
1510
900
|
## 4.18.1 - 2019-05-27
|
1511
|
-
|
1512
|
-
- [#789](https://github.com/stripe/stripe-ruby/pull/789) Allow `Order#pay` to be called without arguments
|
901
|
+
* [#789](https://github.com/stripe/stripe-ruby/pull/789) Allow `Order#pay` to be called without arguments
|
1513
902
|
|
1514
903
|
## 4.18.0 - 2019-05-23
|
1515
|
-
|
1516
|
-
- [#783](https://github.com/stripe/stripe-ruby/pull/783) Add support for `radar.early_fraud_warning` resource
|
904
|
+
* [#783](https://github.com/stripe/stripe-ruby/pull/783) Add support for `radar.early_fraud_warning` resource
|
1517
905
|
|
1518
906
|
## 4.17.0 - 2019-05-14
|
1519
|
-
|
1520
|
-
- [#779](https://github.com/stripe/stripe-ruby/pull/779) Add support for the Capability resource and APIs
|
907
|
+
* [#779](https://github.com/stripe/stripe-ruby/pull/779) Add support for the Capability resource and APIs
|
1521
908
|
|
1522
909
|
## 4.16.0 - 2019-04-24
|
1523
|
-
|
1524
|
-
- [#760](https://github.com/stripe/stripe-ruby/pull/760) Add support for the `TaxRate` resource and APIs
|
910
|
+
* [#760](https://github.com/stripe/stripe-ruby/pull/760) Add support for the `TaxRate` resource and APIs
|
1525
911
|
|
1526
912
|
## 4.15.0 - 2019-04-22
|
1527
|
-
|
1528
|
-
- [#762](https://github.com/stripe/stripe-ruby/pull/762) Add support for the `TaxId` resource and APIs
|
913
|
+
* [#762](https://github.com/stripe/stripe-ruby/pull/762) Add support for the `TaxId` resource and APIs
|
1529
914
|
|
1530
915
|
## 4.14.0 - 2019-04-18
|
1531
|
-
|
1532
|
-
- [#758](https://github.com/stripe/stripe-ruby/pull/758) Add support for the `CreditNote` resource and APIs
|
916
|
+
* [#758](https://github.com/stripe/stripe-ruby/pull/758) Add support for the `CreditNote` resource and APIs
|
1533
917
|
|
1534
918
|
## 4.13.0 - 2019-04-16
|
1535
|
-
|
1536
|
-
- [#766](https://github.com/stripe/stripe-ruby/pull/766) Relax constraints on objects that we'll accept as a file (now they just need to respond to `#read`)
|
919
|
+
* [#766](https://github.com/stripe/stripe-ruby/pull/766) Relax constraints on objects that we'll accept as a file (now they just need to respond to `#read`)
|
1537
920
|
|
1538
921
|
## 4.12.0 - 2019-04-02
|
1539
|
-
|
1540
|
-
|
1541
|
-
- [#754](https://github.com/stripe/stripe-ruby/pull/754) Add class methods for all custom API requests (e.g. `Charge.capture`)
|
922
|
+
* [#752](https://github.com/stripe/stripe-ruby/pull/752) Add `.delete` class method on deletable API resources
|
923
|
+
* [#754](https://github.com/stripe/stripe-ruby/pull/754) Add class methods for all custom API requests (e.g. `Charge.capture`)
|
1542
924
|
|
1543
925
|
## 4.11.0 - 2019-03-26
|
1544
|
-
|
1545
|
-
- [#753](https://github.com/stripe/stripe-ruby/pull/753) Add a global proxy configuration parameter
|
926
|
+
* [#753](https://github.com/stripe/stripe-ruby/pull/753) Add a global proxy configuration parameter
|
1546
927
|
|
1547
928
|
## 4.10.0 - 2019-03-18
|
1548
|
-
|
1549
|
-
|
1550
|
-
|
1551
|
-
- [#748](https://github.com/stripe/stripe-ruby/pull/748) Add support for deleting a Terminal `Location` and `Reader`
|
929
|
+
* [#745](https://github.com/stripe/stripe-ruby/pull/745) Add support for the `PaymentMethod` resource and APIs
|
930
|
+
* [#747](https://github.com/stripe/stripe-ruby/pull/747) Add support for retrieving a Checkout `Session`
|
931
|
+
* [#748](https://github.com/stripe/stripe-ruby/pull/748) Add support for deleting a Terminal `Location` and `Reader`
|
1552
932
|
|
1553
933
|
## 4.9.1 - 2019-03-18
|
1554
|
-
|
1555
|
-
- [#750](https://github.com/stripe/stripe-ruby/pull/750) Catch error and warn if unable to remove a method
|
934
|
+
* [#750](https://github.com/stripe/stripe-ruby/pull/750) Catch error and warn if unable to remove a method
|
1556
935
|
|
1557
936
|
## 4.9.0 - 2019-02-12
|
1558
|
-
|
1559
|
-
- [#739](https://github.com/stripe/stripe-ruby/pull/739) Add support for `SubscriptionSchedule` and `SubscriptionScheduleRevision`
|
937
|
+
* [#739](https://github.com/stripe/stripe-ruby/pull/739) Add support for `SubscriptionSchedule` and `SubscriptionScheduleRevision`
|
1560
938
|
|
1561
939
|
## 4.8.1 - 2019-02-11
|
1562
|
-
|
1563
|
-
- [#743](https://github.com/stripe/stripe-ruby/pull/743) Fix bug in file uploading introduced in #741
|
940
|
+
* [#743](https://github.com/stripe/stripe-ruby/pull/743) Fix bug in file uploading introduced in #741
|
1564
941
|
|
1565
942
|
## 4.8.0 - 2019-02-03
|
1566
|
-
|
1567
|
-
- [#741](https://github.com/stripe/stripe-ruby/pull/741) Use `FaradayStripeEncoder` to encode all parameter styles
|
943
|
+
* [#741](https://github.com/stripe/stripe-ruby/pull/741) Use `FaradayStripeEncoder` to encode all parameter styles
|
1568
944
|
|
1569
945
|
## 4.7.1 - 2019-02-01
|
1570
|
-
|
1571
|
-
- [#740](https://github.com/stripe/stripe-ruby/pull/740) Fix query encoding for integer-indexed maps
|
946
|
+
* [#740](https://github.com/stripe/stripe-ruby/pull/740) Fix query encoding for integer-indexed maps
|
1572
947
|
|
1573
948
|
## 4.7.0 - 2019-01-23
|
1574
|
-
|
1575
|
-
- [#735](https://github.com/stripe/stripe-ruby/pull/735) Rename `CheckoutSession` to `Session` and move it under the `Checkout` namespace. This is a breaking change, but we've reached out to affected merchants and all new merchants would use the new approach.
|
949
|
+
* [#735](https://github.com/stripe/stripe-ruby/pull/735) Rename `CheckoutSession` to `Session` and move it under the `Checkout` namespace. This is a breaking change, but we've reached out to affected merchants and all new merchants would use the new approach.
|
1576
950
|
|
1577
951
|
## 4.6.0 - 2019-01-21
|
1578
|
-
|
1579
|
-
- [#736](https://github.com/stripe/stripe-ruby/pull/736) Properly serialize `individual` on `Account` objects
|
952
|
+
* [#736](https://github.com/stripe/stripe-ruby/pull/736) Properly serialize `individual` on `Account` objects
|
1580
953
|
|
1581
954
|
## 4.5.0 - 2019-01-02
|
1582
|
-
|
1583
|
-
- [#719](https://github.com/stripe/stripe-ruby/pull/719) Generate OAuth authorize URLs for Express accounts as well as standard
|
955
|
+
* [#719](https://github.com/stripe/stripe-ruby/pull/719) Generate OAuth authorize URLs for Express accounts as well as standard
|
1584
956
|
|
1585
957
|
## 4.4.1 - 2018-12-31
|
1586
|
-
|
1587
|
-
- [#718](https://github.com/stripe/stripe-ruby/pull/718) Fix an error message typo
|
958
|
+
* [#718](https://github.com/stripe/stripe-ruby/pull/718) Fix an error message typo
|
1588
959
|
|
1589
960
|
## 4.4.0 - 2018-12-21
|
1590
|
-
|
1591
|
-
- [#716](https://github.com/stripe/stripe-ruby/pull/716) Add support for the `CheckoutSession` resource
|
961
|
+
* [#716](https://github.com/stripe/stripe-ruby/pull/716) Add support for the `CheckoutSession` resource
|
1592
962
|
|
1593
963
|
## 4.3.0 - 2018-12-10
|
1594
|
-
|
1595
|
-
- [#711](https://github.com/stripe/stripe-ruby/pull/711) Add support for account links
|
964
|
+
* [#711](https://github.com/stripe/stripe-ruby/pull/711) Add support for account links
|
1596
965
|
|
1597
966
|
## 4.2.0 - 2018-11-28
|
1598
|
-
|
1599
|
-
- [#705](https://github.com/stripe/stripe-ruby/pull/705) Add support for the `Review` APIs
|
967
|
+
* [#705](https://github.com/stripe/stripe-ruby/pull/705) Add support for the `Review` APIs
|
1600
968
|
|
1601
969
|
## 4.1.0 - 2018-11-27
|
1602
|
-
|
1603
|
-
- [#695](https://github.com/stripe/stripe-ruby/pull/695) Add support for `ValueList` and `ValueListItem` for Radar
|
970
|
+
* [#695](https://github.com/stripe/stripe-ruby/pull/695) Add support for `ValueList` and `ValueListItem` for Radar
|
1604
971
|
|
1605
972
|
## 4.0.3 - 2018-11-19
|
1606
|
-
|
1607
|
-
- [#703](https://github.com/stripe/stripe-ruby/pull/703) Don't use `Net::HTTP::Persistent` on Windows where it's not well supported
|
973
|
+
* [#703](https://github.com/stripe/stripe-ruby/pull/703) Don't use `Net::HTTP::Persistent` on Windows where it's not well supported
|
1608
974
|
|
1609
975
|
## 4.0.2 - 2018-11-16
|
1610
|
-
|
1611
|
-
- [#701](https://github.com/stripe/stripe-ruby/pull/701) Require minimum Faraday 0.13 for proper support of persistent connections
|
976
|
+
* [#701](https://github.com/stripe/stripe-ruby/pull/701) Require minimum Faraday 0.13 for proper support of persistent connections
|
1612
977
|
|
1613
978
|
## 4.0.1 - 2018-11-15
|
1614
|
-
|
1615
|
-
- [#699](https://github.com/stripe/stripe-ruby/pull/699) Only send telemetry if `Request-Id` was present in the response
|
979
|
+
* [#699](https://github.com/stripe/stripe-ruby/pull/699) Only send telemetry if `Request-Id` was present in the response
|
1616
980
|
|
1617
981
|
## 4.0.0 - 2018-11-15
|
1618
|
-
|
1619
|
-
|
1620
|
-
- [#698](https://github.com/stripe/stripe-ruby/pull/698) Drop support for Ruby 2.0 (which we consider a breaking change here)
|
982
|
+
* [#698](https://github.com/stripe/stripe-ruby/pull/698) Use persistent connections by default through `Net::HTTP::Persistent`
|
983
|
+
* [#698](https://github.com/stripe/stripe-ruby/pull/698) Drop support for Ruby 2.0 (which we consider a breaking change here)
|
1621
984
|
|
1622
985
|
## 3.31.1 - 2018-11-12
|
1623
|
-
|
1624
|
-
- [#697](https://github.com/stripe/stripe-ruby/pull/697) Send telemetry in milliseconds specifically
|
986
|
+
* [#697](https://github.com/stripe/stripe-ruby/pull/697) Send telemetry in milliseconds specifically
|
1625
987
|
|
1626
988
|
## 3.31.0 - 2018-11-12
|
1627
|
-
|
1628
|
-
- [#696](https://github.com/stripe/stripe-ruby/pull/696) Add configurable telemetry to gather information on client-side request latency
|
989
|
+
* [#696](https://github.com/stripe/stripe-ruby/pull/696) Add configurable telemetry to gather information on client-side request latency
|
1629
990
|
|
1630
991
|
## 3.30.0 - 2018-11-08
|
1631
|
-
|
1632
|
-
- [#693](https://github.com/stripe/stripe-ruby/pull/693) Add new API endpoints for the `Invoice` resource.
|
992
|
+
* [#693](https://github.com/stripe/stripe-ruby/pull/693) Add new API endpoints for the `Invoice` resource.
|
1633
993
|
|
1634
994
|
## 3.29.0 - 2018-10-30
|
1635
|
-
|
1636
|
-
|
1637
|
-
- [#694](https://github.com/stripe/stripe-ruby/pull/694) Add support for the `WebhookEndpoint` resource
|
995
|
+
* [#692](https://github.com/stripe/stripe-ruby/pull/692) Add support for the `Person` resource
|
996
|
+
* [#694](https://github.com/stripe/stripe-ruby/pull/694) Add support for the `WebhookEndpoint` resource
|
1638
997
|
|
1639
998
|
## 3.28.0 - 2018-09-24
|
1640
|
-
|
1641
|
-
- [#690](https://github.com/stripe/stripe-ruby/pull/690) Add support for Stripe Terminal
|
999
|
+
* [#690](https://github.com/stripe/stripe-ruby/pull/690) Add support for Stripe Terminal
|
1642
1000
|
|
1643
1001
|
## 3.27.0 - 2018-09-24
|
1644
|
-
|
1645
|
-
- [#689](https://github.com/stripe/stripe-ruby/pull/689) Rename `FileUpload` to `File`
|
1002
|
+
* [#689](https://github.com/stripe/stripe-ruby/pull/689) Rename `FileUpload` to `File`
|
1646
1003
|
|
1647
1004
|
## 3.26.1 - 2018-09-14
|
1648
|
-
|
1649
|
-
- [#688](https://github.com/stripe/stripe-ruby/pull/688) Fix hash equality on `StripeObject`
|
1005
|
+
* [#688](https://github.com/stripe/stripe-ruby/pull/688) Fix hash equality on `StripeObject`
|
1650
1006
|
|
1651
1007
|
## 3.26.0 - 2018-09-05
|
1652
|
-
|
1653
|
-
- [#681](https://github.com/stripe/stripe-ruby/pull/681) Add support for reporting resources
|
1008
|
+
* [#681](https://github.com/stripe/stripe-ruby/pull/681) Add support for reporting resources
|
1654
1009
|
|
1655
1010
|
## 3.25.0 - 2018-08-28
|
1656
|
-
|
1657
|
-
- [#678](https://github.com/stripe/stripe-ruby/pull/678) Allow payment intent `#cancel`, `#capture`, and `#confirm` to take their own parameters
|
1011
|
+
* [#678](https://github.com/stripe/stripe-ruby/pull/678) Allow payment intent `#cancel`, `#capture`, and `#confirm` to take their own parameters
|
1658
1012
|
|
1659
1013
|
## 3.24.0 - 2018-08-27
|
1660
|
-
|
1661
|
-
- [#675](https://github.com/stripe/stripe-ruby/pull/675) Remove support for `BitcoinReceiver` write-actions
|
1014
|
+
* [#675](https://github.com/stripe/stripe-ruby/pull/675) Remove support for `BitcoinReceiver` write-actions
|
1662
1015
|
|
1663
1016
|
## 3.23.0 - 2018-08-23
|
1664
|
-
|
1665
|
-
- [#676](https://github.com/stripe/stripe-ruby/pull/676) Add support for usage record summaries
|
1017
|
+
* [#676](https://github.com/stripe/stripe-ruby/pull/676) Add support for usage record summaries
|
1666
1018
|
|
1667
1019
|
## 3.22.0 - 2018-08-15
|
1668
|
-
|
1669
|
-
- [#674](https://github.com/stripe/stripe-ruby/pull/674) Use integer-indexed encoding for all arrays
|
1020
|
+
* [#674](https://github.com/stripe/stripe-ruby/pull/674) Use integer-indexed encoding for all arrays
|
1670
1021
|
|
1671
1022
|
## 3.21.0 - 2018-08-03
|
1672
|
-
|
1673
|
-
- [#671](https://github.com/stripe/stripe-ruby/pull/671) Add cancel support for topups
|
1023
|
+
* [#671](https://github.com/stripe/stripe-ruby/pull/671) Add cancel support for topups
|
1674
1024
|
|
1675
1025
|
## 3.20.0 - 2018-08-03
|
1676
|
-
|
1677
|
-
- [#669](https://github.com/stripe/stripe-ruby/pull/669) Add support for file links
|
1026
|
+
* [#669](https://github.com/stripe/stripe-ruby/pull/669) Add support for file links
|
1678
1027
|
|
1679
1028
|
## 3.19.0 - 2018-07-27
|
1680
|
-
|
1681
|
-
- [#666](https://github.com/stripe/stripe-ruby/pull/666) Add support for scheduled query runs (`Stripe::Sigma::ScheduledQueryRun`) for Sigma
|
1029
|
+
* [#666](https://github.com/stripe/stripe-ruby/pull/666) Add support for scheduled query runs (`Stripe::Sigma::ScheduledQueryRun`) for Sigma
|
1682
1030
|
|
1683
1031
|
## 3.18.0 - 2018-07-26
|
1684
|
-
|
1685
|
-
- [#665](https://github.com/stripe/stripe-ruby/pull/665) Add support for Stripe Issuing
|
1032
|
+
* [#665](https://github.com/stripe/stripe-ruby/pull/665) Add support for Stripe Issuing
|
1686
1033
|
|
1687
1034
|
## 3.17.2 - 2018-07-19
|
1688
|
-
|
1689
|
-
- [#664](https://github.com/stripe/stripe-ruby/pull/664) Don't colorize log output being sent to a configured logger
|
1035
|
+
* [#664](https://github.com/stripe/stripe-ruby/pull/664) Don't colorize log output being sent to a configured logger
|
1690
1036
|
|
1691
1037
|
## 3.17.1 - 2018-07-19
|
1692
|
-
|
1693
|
-
- [#663](https://github.com/stripe/stripe-ruby/pull/663) Internal improvements to `ApiResource.class_url`
|
1038
|
+
* [#663](https://github.com/stripe/stripe-ruby/pull/663) Internal improvements to `ApiResource.class_url`
|
1694
1039
|
|
1695
1040
|
## 3.17.0 - 2018-06-28
|
1696
|
-
|
1697
|
-
- [#658](https://github.com/stripe/stripe-ruby/pull/658) Add support for `partner_id` from `Stripe.set_app_info`
|
1041
|
+
* [#658](https://github.com/stripe/stripe-ruby/pull/658) Add support for `partner_id` from `Stripe.set_app_info`
|
1698
1042
|
|
1699
1043
|
## 3.16.0 - 2018-06-28
|
1700
|
-
|
1701
|
-
- [#657](https://github.com/stripe/stripe-ruby/pull/657) Add support for payment intents
|
1044
|
+
* [#657](https://github.com/stripe/stripe-ruby/pull/657) Add support for payment intents
|
1702
1045
|
|
1703
1046
|
## 3.15.0 - 2018-05-10
|
1704
|
-
|
1705
|
-
- [#649](https://github.com/stripe/stripe-ruby/pull/649) Freeze all string literals
|
1047
|
+
* [#649](https://github.com/stripe/stripe-ruby/pull/649) Freeze all string literals
|
1706
1048
|
|
1707
1049
|
## 3.14.0 - 2018-05-09
|
1708
|
-
|
1709
|
-
- [#645](https://github.com/stripe/stripe-ruby/pull/645) Add support for issuer fraud records
|
1050
|
+
* [#645](https://github.com/stripe/stripe-ruby/pull/645) Add support for issuer fraud records
|
1710
1051
|
|
1711
1052
|
## 3.13.1 - 2018-05-07
|
1712
|
-
|
1713
|
-
- [#647](https://github.com/stripe/stripe-ruby/pull/647) Merge query parameters coming from path with `params` argument
|
1053
|
+
* [#647](https://github.com/stripe/stripe-ruby/pull/647) Merge query parameters coming from path with `params` argument
|
1714
1054
|
|
1715
1055
|
## 3.13.0 - 2018-04-11
|
1716
|
-
|
1717
|
-
- [#498](https://github.com/stripe/stripe-ruby/pull/498) Add support for flexible billing primitives
|
1056
|
+
* [#498](https://github.com/stripe/stripe-ruby/pull/498) Add support for flexible billing primitives
|
1718
1057
|
|
1719
1058
|
## 3.12.1 - 2018-04-05
|
1720
|
-
|
1721
|
-
- [#636](https://github.com/stripe/stripe-ruby/pull/636) Fix a warning for uninitialized instance variable `@additive_params`
|
1059
|
+
* [#636](https://github.com/stripe/stripe-ruby/pull/636) Fix a warning for uninitialized instance variable `@additive_params`
|
1722
1060
|
|
1723
1061
|
## 3.12.0 - 2018-04-05
|
1724
|
-
|
1725
|
-
- [#632](https://github.com/stripe/stripe-ruby/pull/632) Introduce `additive_object_param` so that non-`metadata` subobjects don't zero their keys as they're being replaced
|
1062
|
+
* [#632](https://github.com/stripe/stripe-ruby/pull/632) Introduce `additive_object_param` so that non-`metadata` subobjects don't zero their keys as they're being replaced
|
1726
1063
|
|
1727
1064
|
## 3.11.0 - 2018-02-26
|
1728
|
-
|
1729
|
-
- [#628](https://github.com/stripe/stripe-ruby/pull/628) Add support for `code` attribute on all Stripe exceptions
|
1065
|
+
* [#628](https://github.com/stripe/stripe-ruby/pull/628) Add support for `code` attribute on all Stripe exceptions
|
1730
1066
|
|
1731
1067
|
## 3.10.0 - 2018-02-21
|
1732
|
-
|
1733
|
-
- [#627](https://github.com/stripe/stripe-ruby/pull/627) Add support for topups
|
1068
|
+
* [#627](https://github.com/stripe/stripe-ruby/pull/627) Add support for topups
|
1734
1069
|
|
1735
1070
|
## 3.9.2 - 2018-02-12
|
1736
|
-
|
1737
|
-
- [#625](https://github.com/stripe/stripe-ruby/pull/625) Skip calling `to_hash` for `nil`
|
1071
|
+
* [#625](https://github.com/stripe/stripe-ruby/pull/625) Skip calling `to_hash` for `nil`
|
1738
1072
|
|
1739
1073
|
## 3.9.1 - 2017-12-15
|
1740
|
-
|
1741
|
-
- [#616](https://github.com/stripe/stripe-ruby/pull/616) Support all file-like objects for uploads with duck typed checks on `path` and `read` (we previously whitelisted only certain classes)
|
1074
|
+
* [#616](https://github.com/stripe/stripe-ruby/pull/616) Support all file-like objects for uploads with duck typed checks on `path` and `read` (we previously whitelisted only certain classes)
|
1742
1075
|
|
1743
1076
|
## 3.9.0 - 2017-12-08
|
1744
|
-
|
1745
|
-
- [#613](https://github.com/stripe/stripe-ruby/pull/613) Introduce new `IdempotencyError` type for idempotency-specific failures
|
1077
|
+
* [#613](https://github.com/stripe/stripe-ruby/pull/613) Introduce new `IdempotencyError` type for idempotency-specific failures
|
1746
1078
|
|
1747
1079
|
## 3.8.2 - 2017-12-07
|
1748
|
-
|
1749
|
-
- [#612](https://github.com/stripe/stripe-ruby/pull/612) Fix integer-indexed array encoding when sent as query parameter (subscription items can now be used when fetching an upcoming invoice)
|
1080
|
+
* [#612](https://github.com/stripe/stripe-ruby/pull/612) Fix integer-indexed array encoding when sent as query parameter (subscription items can now be used when fetching an upcoming invoice)
|
1750
1081
|
|
1751
1082
|
## 3.8.1 - 2017-12-06
|
1752
|
-
|
1753
|
-
- [#611](https://github.com/stripe/stripe-ruby/pull/611) Support `Tempfile` (as well as `File`) in file uploads
|
1083
|
+
* [#611](https://github.com/stripe/stripe-ruby/pull/611) Support `Tempfile` (as well as `File`) in file uploads
|
1754
1084
|
|
1755
1085
|
## 3.8.0 - 2017-10-31
|
1756
|
-
|
1757
|
-
- [#606](https://github.com/stripe/stripe-ruby/pull/606) Support for exchange rates APIs
|
1086
|
+
* [#606](https://github.com/stripe/stripe-ruby/pull/606) Support for exchange rates APIs
|
1758
1087
|
|
1759
1088
|
## 3.7.0 - 2017-10-26
|
1760
|
-
|
1761
|
-
- [#603](https://github.com/stripe/stripe-ruby/pull/603) Support for listing source transactions
|
1089
|
+
* [#603](https://github.com/stripe/stripe-ruby/pull/603) Support for listing source transactions
|
1762
1090
|
|
1763
1091
|
## 3.6.0 - 2017-10-17
|
1764
|
-
|
1765
|
-
|
1766
|
-
|
1767
|
-
|
1768
|
-
|
1769
|
-
- `Transfer` gains methods for reversals
|
1092
|
+
* [#597](https://github.com/stripe/stripe-ruby/pull/597) Add static methods to manipulate resources from parent
|
1093
|
+
* `Account` gains methods for external accounts and login links (e.g. `.create_account`, `create_login_link`)
|
1094
|
+
* `ApplicationFee` gains methods for refunds
|
1095
|
+
* `Customer` gains methods for sources
|
1096
|
+
* `Transfer` gains methods for reversals
|
1770
1097
|
|
1771
1098
|
## 3.5.3 - 2017-10-16
|
1772
|
-
|
1773
|
-
|
1774
|
-
|
1775
|
-
|
1776
|
-
- [#598](https://github.com/stripe/stripe-ruby/pull/598) Don't persist `idempotency_key` opt between requests
|
1099
|
+
* [#594](https://github.com/stripe/stripe-ruby/pull/594) Make sure that `StripeObject`'s `#deep_copy` maintains original class
|
1100
|
+
* [#595](https://github.com/stripe/stripe-ruby/pull/595) Allow `Object#method` to be called on `StripeObject` even if it conflicts with an accessor
|
1101
|
+
* [#596](https://github.com/stripe/stripe-ruby/pull/596) Encode arrays as integer-indexed hashes where appropriate
|
1102
|
+
* [#598](https://github.com/stripe/stripe-ruby/pull/598) Don't persist `idempotency_key` opt between requests
|
1777
1103
|
|
1778
1104
|
## 3.5.2 - 2017-10-13
|
1779
|
-
|
1780
|
-
- [#592](https://github.com/stripe/stripe-ruby/pull/592) Bring back `Marshal.dump/load` support with custom marshal encoder/decoder
|
1105
|
+
* [#592](https://github.com/stripe/stripe-ruby/pull/592) Bring back `Marshal.dump/load` support with custom marshal encoder/decoder
|
1781
1106
|
|
1782
1107
|
## 3.5.1 - 2017-10-12
|
1783
|
-
|
1784
|
-
- [#591](https://github.com/stripe/stripe-ruby/pull/591) Use thread-local `StripeClient` instances for thread safety
|
1108
|
+
* [#591](https://github.com/stripe/stripe-ruby/pull/591) Use thread-local `StripeClient` instances for thread safety
|
1785
1109
|
|
1786
1110
|
## 3.5.0 - 2017-10-11
|
1787
|
-
|
1788
|
-
- [#589](https://github.com/stripe/stripe-ruby/pull/589) Rename source `delete` to `detach` (and deprecate the former)
|
1111
|
+
* [#589](https://github.com/stripe/stripe-ruby/pull/589) Rename source `delete` to `detach` (and deprecate the former)
|
1789
1112
|
|
1790
1113
|
## 3.4.1 - 2017-10-05
|
1791
|
-
|
1792
|
-
|
1793
|
-
- [#588](https://github.com/stripe/stripe-ruby/pull/588) Require minimum Faraday 0.10 for bug fix in parameter encoding
|
1114
|
+
* [#586](https://github.com/stripe/stripe-ruby/pull/586) Log query strings as well as form bodies with STRIPE_LOG
|
1115
|
+
* [#588](https://github.com/stripe/stripe-ruby/pull/588) Require minimum Faraday 0.10 for bug fix in parameter encoding
|
1794
1116
|
|
1795
1117
|
## 3.4.0 - 2017-09-20
|
1796
|
-
|
1797
|
-
|
1798
|
-
- Mark recipients API as deprecated, and remove recipient card tests
|
1118
|
+
* Mark legacy Bitcoin API as deprecated, and remove corresponding tests
|
1119
|
+
* Mark recipients API as deprecated, and remove recipient card tests
|
1799
1120
|
|
1800
1121
|
## 3.3.2 - 2017-09-20
|
1801
|
-
|
1802
|
-
- Correct minimum required Ruby version in gemspec (it's 2.0.0)
|
1122
|
+
* Correct minimum required Ruby version in gemspec (it's 2.0.0)
|
1803
1123
|
|
1804
1124
|
## 3.3.1 - 2017-08-18
|
1805
|
-
|
1806
|
-
- Only parse webhook payload after verification to decrease likelihood of
|
1125
|
+
* Only parse webhook payload after verification to decrease likelihood of
|
1807
1126
|
attack
|
1808
1127
|
|
1809
1128
|
## 3.3.0 - 2017-08-11
|
1810
|
-
|
1811
|
-
|
1812
|
-
|
1813
|
-
- `Stripe.log_level`/`STRIPE_LOG` now support `Stipe::LEVEL_ERROR`
|
1129
|
+
* Add support for standard library logger interface with `Stripe.logger`
|
1130
|
+
* Error logs now go to stderr if using `Stripe.log_level`/`STRIPE_LOG`
|
1131
|
+
* `Stripe.log_level`/`STRIPE_LOG` now support `Stipe::LEVEL_ERROR`
|
1814
1132
|
|
1815
1133
|
## 3.2.0 - 2017-08-03
|
1816
|
-
|
1817
|
-
- Add logging for request retry account and `Stripe-Account` header
|
1134
|
+
* Add logging for request retry account and `Stripe-Account` header
|
1818
1135
|
|
1819
1136
|
## 3.1.0 - 2017-08-03
|
1820
|
-
|
1821
|
-
- Implement request logging with `Stripe.log_level` and `STRIPE_LOG`
|
1137
|
+
* Implement request logging with `Stripe.log_level` and `STRIPE_LOG`
|
1822
1138
|
|
1823
1139
|
## 3.0.3 - 2017-07-28
|
1824
|
-
|
1825
|
-
|
1826
|
-
|
1827
|
-
- Improve safety of error handling logic safer for unrecognized OAuth error codes
|
1140
|
+
* Revert `nil` to empty string coercion from 3.0.2
|
1141
|
+
* Handle `invalid_client` OAuth error code
|
1142
|
+
* Improve safety of error handling logic safer for unrecognized OAuth error codes
|
1828
1143
|
|
1829
1144
|
## 3.0.2 - 2017-07-12
|
1830
|
-
|
1831
1145
|
**Important:** This version is non-functional and has been yanked in favor of 3.0.3.
|
1832
|
-
|
1833
|
-
- Convert `nil` to empty string when serializing parameters (instead of opaquely dropping it) -- NOTE: this change has since been reverted
|
1146
|
+
* Convert `nil` to empty string when serializing parameters (instead of opaquely dropping it) -- NOTE: this change has since been reverted
|
1834
1147
|
|
1835
1148
|
## 3.0.1 - 2017-07-11
|
1836
|
-
|
1837
|
-
|
1838
|
-
- API resources will throw an ArgumentError on save if a property has been with an API resource that cannot be serialized
|
1149
|
+
* Properties set with an API resource will now serialize that resource's ID if possible
|
1150
|
+
* API resources will throw an ArgumentError on save if a property has been with an API resource that cannot be serialized
|
1839
1151
|
|
1840
1152
|
## 3.0.0 - 2017-06-27
|
1841
|
-
|
1842
|
-
- `#pay` on invoice now takes params as well as opts
|
1153
|
+
* `#pay` on invoice now takes params as well as opts
|
1843
1154
|
|
1844
1155
|
## 2.12.0 - 2017-06-20
|
1845
|
-
|
1846
|
-
- Add support for ephemeral keys
|
1156
|
+
* Add support for ephemeral keys
|
1847
1157
|
|
1848
1158
|
## 2.11.0 - 2017-05-26
|
1849
|
-
|
1850
|
-
- Warn when keys that look like opts are included as parameters
|
1159
|
+
* Warn when keys that look like opts are included as parameters
|
1851
1160
|
|
1852
1161
|
## 2.10.0 - 2017-05-25
|
1853
|
-
|
1854
|
-
- Add support for account login links
|
1162
|
+
* Add support for account login links
|
1855
1163
|
|
1856
1164
|
## 2.9.0 - 2017-05-18
|
1857
|
-
|
1858
|
-
- Support for OAuth operations in `Stripe::OAuth`
|
1165
|
+
* Support for OAuth operations in `Stripe::OAuth`
|
1859
1166
|
|
1860
1167
|
## 2.8.0 - 2017-04-28
|
1861
|
-
|
1862
|
-
- Support for checking webhook signatures
|
1168
|
+
* Support for checking webhook signatures
|
1863
1169
|
|
1864
1170
|
## 2.7.0 - 2017-04-26
|
1865
|
-
|
1866
|
-
- Add model `InvoiceLineItem`
|
1171
|
+
* Add model `InvoiceLineItem`
|
1867
1172
|
|
1868
1173
|
## 2.6.0 - 2017-04-26
|
1869
|
-
|
1870
|
-
- Add `OBJECT_NAME` constants to all API resources
|
1174
|
+
* Add `OBJECT_NAME` constants to all API resources
|
1871
1175
|
|
1872
1176
|
## 2.5.0 - 2017-04-24
|
1873
|
-
|
1874
|
-
- Make `opts` argument in `Util.convert_to_stripe_object` optional
|
1177
|
+
* Make `opts` argument in `Util.convert_to_stripe_object` optional
|
1875
1178
|
|
1876
1179
|
## 2.4.0 - 2017-04-18
|
1877
|
-
|
1878
|
-
- Add `Stripe.set_app_info` for use by plugin creators
|
1180
|
+
* Add `Stripe.set_app_info` for use by plugin creators
|
1879
1181
|
|
1880
1182
|
## 2.3.0 - 2017-04-14
|
1881
|
-
|
1882
|
-
- Add question mark accessor when assigning boolean value to undefined field
|
1183
|
+
* Add question mark accessor when assigning boolean value to undefined field
|
1883
1184
|
|
1884
1185
|
## 2.2.1 - 2017-04-07
|
1885
|
-
|
1886
|
-
- Declare minimum required Faraday as 0.9
|
1186
|
+
* Declare minimum required Faraday as 0.9
|
1887
1187
|
|
1888
1188
|
## 2.2.0 - 2017-04-06
|
1889
|
-
|
1890
|
-
- Add support for payouts and recipient transfers
|
1189
|
+
* Add support for payouts and recipient transfers
|
1891
1190
|
|
1892
1191
|
## 2.1.0 - 2017-03-17
|
1893
|
-
|
1894
|
-
- Support for detaching sources from customers
|
1192
|
+
* Support for detaching sources from customers
|
1895
1193
|
|
1896
1194
|
## 2.0.3 - 2017-03-16
|
1897
|
-
|
1898
|
-
- Fix marshalling of `StripeObjects` that have an embedded client
|
1195
|
+
* Fix marshalling of `StripeObjects` that have an embedded client
|
1899
1196
|
|
1900
1197
|
## 2.0.2 - 2017-03-16
|
1901
|
-
|
1902
|
-
- Fix bad field reference when recovering from a JSON parsing problem
|
1198
|
+
* Fix bad field reference when recovering from a JSON parsing problem
|
1903
1199
|
|
1904
1200
|
## 2.0.1 - 2017-02-22
|
1905
|
-
|
1906
|
-
- Fix multipart parameter encoding to repair broken file uploads
|
1201
|
+
* Fix multipart parameter encoding to repair broken file uploads
|
1907
1202
|
|
1908
1203
|
## 2.0.0 - 2017-02-14
|
1909
|
-
|
1910
|
-
|
1911
|
-
|
1912
|
-
|
1913
|
-
|
1914
|
-
- Switch to Webmock in test suite
|
1204
|
+
* Drop support for Ruby 1.9
|
1205
|
+
* Allow HTTP client that makes Stripe calls to be configured via Faraday
|
1206
|
+
* Drop RestClient
|
1207
|
+
* Switch to OpenAPI 2.0 spec and generated fixtures in test suite
|
1208
|
+
* Switch to Webmock in test suite
|
1915
1209
|
|
1916
1210
|
## 1.58.0 - 2017-01-19
|
1917
|
-
|
1918
|
-
- Remove erroneously added list methods for `Source` model
|
1211
|
+
* Remove erroneously added list methods for `Source` model
|
1919
1212
|
|
1920
1213
|
## 1.57.1 - 2016-11-28
|
1921
|
-
|
1922
|
-
- Disallow sending protected fields along with API resource `.update`
|
1214
|
+
* Disallow sending protected fields along with API resource `.update`
|
1923
1215
|
|
1924
1216
|
## 1.57.0 - 2016-11-21
|
1925
|
-
|
1926
|
-
- Add retrieve method for 3-D Secure resources
|
1217
|
+
* Add retrieve method for 3-D Secure resources
|
1927
1218
|
|
1928
1219
|
## 1.56.2 - 2016-11-17
|
1929
|
-
|
1930
|
-
- Improve `StripeObject`'s `#to_s` to better handle how embedded objects are displayed
|
1220
|
+
* Improve `StripeObject`'s `#to_s` to better handle how embedded objects are displayed
|
1931
1221
|
|
1932
1222
|
## 1.56.1 - 2016-11-09
|
1933
|
-
|
1934
|
-
- Fix (fairly serious) memory like in `StripeObject`
|
1223
|
+
* Fix (fairly serious) memory like in `StripeObject`
|
1935
1224
|
|
1936
1225
|
## 1.56.0 - 2016-10-24
|
1937
|
-
|
1938
|
-
-
|
1939
|
-
|
1940
|
-
- Handle 403 status codes from the API
|
1226
|
+
* Add accessors for new fields added in `#update_attributes`
|
1227
|
+
* Handle multi-plan subscriptions through new subscription items
|
1228
|
+
* Handle 403 status codes from the API
|
1941
1229
|
|
1942
1230
|
## 1.55.1 - 2016-10-24
|
1943
|
-
|
1944
1231
|
Identical to 1.56.0 above. I incorrectly cut a patch-level release.
|
1945
1232
|
|
1946
1233
|
## 1.55.0 - 2016-09-15
|
1947
|
-
|
1948
|
-
- Add support for Apple Pay domains
|
1234
|
+
* Add support for Apple Pay domains
|
1949
1235
|
|
1950
1236
|
## 1.54.0 - 2016-09-01
|
1951
|
-
|
1952
|
-
- Whitelist errors that should be retried; scope to known socket and HTTP errors
|
1237
|
+
* Whitelist errors that should be retried; scope to known socket and HTTP errors
|
1953
1238
|
|
1954
1239
|
## 1.53.0 - 2016-08-31
|
1955
|
-
|
1956
|
-
- Relax version constraint on rest-client (and by extension mime-types) for users on Ruby 2+
|
1240
|
+
* Relax version constraint on rest-client (and by extension mime-types) for users on Ruby 2+
|
1957
1241
|
|
1958
1242
|
## 1.52.0 - 2016-08-30
|
1959
|
-
|
1960
|
-
- Make sure `Subscription`'s `source` is saved with its parent
|
1243
|
+
* Make sure `Subscription`'s `source` is saved with its parent
|
1961
1244
|
|
1962
1245
|
## 1.51.1 - 2016-08-30
|
1963
|
-
|
1964
|
-
- Make sure `Account`'s `external_account` is saved with its parent
|
1246
|
+
* Make sure `Account`'s `external_account` is saved with its parent
|
1965
1247
|
|
1966
1248
|
## 1.51.0 - 2016-08-26
|
1967
|
-
|
1968
|
-
|
1969
|
-
- Start using strings for header names instead of symbols for better clarity
|
1249
|
+
* Error when an array of maps is detected that cannot be accurately encoded
|
1250
|
+
* Start using strings for header names instead of symbols for better clarity
|
1970
1251
|
|
1971
1252
|
## 1.50.1 - 2016-08-25
|
1972
|
-
|
1973
|
-
- Fix encoding of arrays of maps where maps unequal sets of keys
|
1253
|
+
* Fix encoding of arrays of maps where maps unequal sets of keys
|
1974
1254
|
|
1975
1255
|
## 1.50.0 - 2016-08-15
|
1976
|
-
|
1977
|
-
- Allow sources to be created
|
1256
|
+
* Allow sources to be created
|
1978
1257
|
|
1979
1258
|
## 1.49.0 - 2016-07-28
|
1980
|
-
|
1981
|
-
- Add top-level `Source` model
|
1259
|
+
* Add top-level `Source` model
|
1982
1260
|
|
1983
1261
|
## 1.48.0 - 2016-07-12
|
1984
|
-
|
1985
|
-
- Add `ThreeDSecure` model for 3-D secure payments
|
1262
|
+
* Add `ThreeDSecure` model for 3-D secure payments
|
1986
1263
|
|
1987
1264
|
## 1.47.0 - 2016-07-11
|
1988
|
-
|
1989
|
-
- Allow rest-client version 2.0+ to be used with the gem
|
1265
|
+
* Allow rest-client version 2.0+ to be used with the gem
|
1990
1266
|
|
1991
1267
|
## 1.46.0 - 2016-07-07
|
1992
|
-
|
1993
|
-
- Allow retry when a 409 conflict is encountered
|
1268
|
+
* Allow retry when a 409 conflict is encountered
|
1994
1269
|
|
1995
1270
|
## 1.45.0 - 2016-07-07
|
1996
|
-
|
1997
|
-
- Do not send subresources when updating except when explicitly told to do so (see #433)
|
1271
|
+
* Do not send subresources when updating except when explicitly told to do so (see #433)
|
1998
1272
|
|
1999
1273
|
## 1.44.0 - 2016-06-29
|
2000
|
-
|
2001
|
-
- Add `update` class method to all resources that can be updated
|
1274
|
+
* Add `update` class method to all resources that can be updated
|
2002
1275
|
|
2003
1276
|
## 1.43.1 - 2016-06-17
|
2004
|
-
|
2005
|
-
- Fix type of resource returned from `Order#return_order`
|
1277
|
+
* Fix type of resource returned from `Order#return_order`
|
2006
1278
|
|
2007
1279
|
## 1.43.0 - 2016-05-20
|
2008
|
-
|
2009
|
-
|
2010
|
-
- Support Alipay account retrieval and deletion
|
1280
|
+
* Allow Relay orders to be returned and add associated types
|
1281
|
+
* Support Alipay account retrieval and deletion
|
2011
1282
|
|
2012
1283
|
## 1.42.0 - 2016-05-04
|
2013
|
-
|
2014
|
-
- Add support for the new /v1/subscriptions endpoint (retrieve, list, create, update, and delete)
|
1284
|
+
* Add support for the new /v1/subscriptions endpoint (retrieve, list, create, update, and delete)
|
2015
1285
|
|
2016
1286
|
## 1.41.0 - 2016-04-13
|
2017
|
-
|
2018
|
-
- Add global `stripe_account` option that adds a `Stripe-Account` header to all requests
|
1287
|
+
* Add global `stripe_account` option that adds a `Stripe-Account` header to all requests
|
2019
1288
|
|
2020
1289
|
## 1.40.0 - 2016-04-06
|
2021
|
-
|
2022
|
-
- Fix bug that omitted subresources from serialization
|
1290
|
+
* Fix bug that omitted subresources from serialization
|
2023
1291
|
|
2024
1292
|
## 1.39.0 - 2016-03-31
|
2025
|
-
|
2026
|
-
- Update CA cert bundle for compatibility with OpenSSL versions below 1.0.1
|
1293
|
+
* Update CA cert bundle for compatibility with OpenSSL versions below 1.0.1
|
2027
1294
|
|
2028
1295
|
## 1.38.0 - 2016-03-18
|
2029
|
-
|
2030
|
-
- Allow `opts` to be passed to an API resource's `#save` method
|
1296
|
+
* Allow `opts` to be passed to an API resource's `#save` method
|
2031
1297
|
|
2032
1298
|
## 1.37.0 - 2016-03-14
|
2033
|
-
|
2034
|
-
- Add `Account#reject` to support the new API feature
|
1299
|
+
* Add `Account#reject` to support the new API feature
|
2035
1300
|
|
2036
1301
|
## 1.36.2 - 2016-03-14
|
2037
|
-
|
2038
|
-
- Fix reference to non-existent `#url` in `ListObject`
|
1302
|
+
* Fix reference to non-existent `#url` in `ListObject`
|
2039
1303
|
|
2040
1304
|
## 1.36.1 - 2016-03-04
|
2041
|
-
|
2042
|
-
- Fix serialization when subhash given to `#save` or `#update_attributes`
|
1305
|
+
* Fix serialization when subhash given to `#save` or `#update_attributes`
|
2043
1306
|
|
2044
1307
|
## 1.36.0 - 2016-02-08
|
2045
|
-
|
2046
|
-
- Add `CountrySpec` model for looking up country payment information
|
1308
|
+
* Add `CountrySpec` model for looking up country payment information
|
2047
1309
|
|
2048
1310
|
## 1.35.1 - 2016-02-03
|
2049
|
-
|
2050
|
-
- Add compatibility layer for old API versions on `Charge#refund`
|
1311
|
+
* Add compatibility layer for old API versions on `Charge#refund`
|
2051
1312
|
|
2052
1313
|
## 1.35.0 - 2016-02-01
|
2053
|
-
|
2054
|
-
|
2055
|
-
- Updated bundled CA certs
|
1314
|
+
* Allow CA cert bundle location to be configured
|
1315
|
+
* Updated bundled CA certs
|
2056
1316
|
|
2057
1317
|
## 1.34.0 - 2016-01-25
|
2058
|
-
|
2059
|
-
- Add support for deleting products and SKUs
|
1318
|
+
* Add support for deleting products and SKUs
|
2060
1319
|
|
2061
1320
|
## 1.33.1 - 2016-01-21
|
2062
|
-
|
2063
|
-
- Pass through arguments of `Charge#refund`
|
1321
|
+
* Pass through arguments of `Charge#refund`
|
2064
1322
|
|
2065
1323
|
## 1.33.0 - 2016-01-19
|
2066
|
-
|
2067
|
-
- Re-implement `Charge#refund` helper to use the modern endpoint suggested by docs
|
1324
|
+
* Re-implement `Charge#refund` helper to use the modern endpoint suggested by docs
|
2068
1325
|
|
2069
1326
|
## 1.32.1 - 2016-01-07
|
2070
|
-
|
2071
|
-
|
2072
|
-
- Fix bug where a nil customer from API could error Bitcoin model on refresh
|
1327
|
+
* Fix bug where ivar left uninitialized in StripeObject could error on serialization
|
1328
|
+
* Fix bug where a nil customer from API could error Bitcoin model on refresh
|
2073
1329
|
|
2074
1330
|
## 1.32.0 - 2016-01-05
|
2075
|
-
|
2076
|
-
|
2077
|
-
- Use modern API endpoint for producing application fee refunds
|
1331
|
+
* Add configuration to optionally retry network failures
|
1332
|
+
* Use modern API endpoint for producing application fee refunds
|
2078
1333
|
|
2079
1334
|
## 1.31.0 - 2015-10-29
|
2080
|
-
|
2081
|
-
- Add BankAccount#verify convenience method
|
1335
|
+
* Add BankAccount#verify convenience method
|
2082
1336
|
|
2083
1337
|
## 1.30.3 - 2015-10-28
|
2084
|
-
|
2085
|
-
- Fix bug where arrays that were not `additional_owners` were not properly encoded for requests
|
1338
|
+
* Fix bug where arrays that were not `additional_owners` were not properly encoded for requests
|
2086
1339
|
|
2087
1340
|
## 1.30.2 - 2015-10-12
|
2088
|
-
|
2089
|
-
- Fix bug where `opts` didn't properly propagate to descendant `StripeObjects`
|
1341
|
+
* Fix bug where `opts` didn't properly propagate to descendant `StripeObjects`
|
2090
1342
|
|
2091
1343
|
## 1.30.1 - 2015-10-10
|
2092
|
-
|
2093
|
-
|
2094
|
-
- Fix bug where filter conditions were not making it past the first instantiated `ListObject`
|
1344
|
+
* Fix bug that prevent lists of hashes from being URI-encoded properly
|
1345
|
+
* Fix bug where filter conditions were not making it past the first instantiated `ListObject`
|
2095
1346
|
|
2096
1347
|
## 1.30.0 - 2015-10-09
|
2097
|
-
|
2098
|
-
|
2099
|
-
|
2100
|
-
- New parameter encoding scheme that doesn't use `URI.escape`
|
1348
|
+
* Add `StripeObject#deleted?` for a reliable way to check whether an object is alive
|
1349
|
+
* Deprecate `StripeObject#refresh_from`
|
1350
|
+
* New parameter encoding scheme that doesn't use `URI.escape`
|
2101
1351
|
|
2102
1352
|
## 1.29.1 - 2015-10-06
|
2103
|
-
|
2104
|
-
- Fix bug where ampersands were not being properly encoded
|
1353
|
+
* Fix bug where ampersands were not being properly encoded
|
2105
1354
|
|
2106
1355
|
## 1.29.0 - 2015-10-05
|
2107
|
-
|
2108
|
-
- Add pagination helpers `#auto_paging_each`, `#previous_page`, and `#next_page`
|
1356
|
+
* Add pagination helpers `#auto_paging_each`, `#previous_page`, and `#next_page`
|
2109
1357
|
|
2110
1358
|
## 1.28.1 - 2015-10-05
|
2111
|
-
|
2112
|
-
- Fix URI being referenced by file upload resources
|
1359
|
+
* Fix URI being referenced by file upload resources
|
2113
1360
|
|
2114
1361
|
## 1.28.0 - 2015-10-05
|
2115
|
-
|
2116
|
-
|
2117
|
-
|
2118
|
-
|
2119
|
-
|
2120
|
-
|
2121
|
-
- Remove use of deprecated URI.escape
|
1362
|
+
* Make StripeObject's #save "upsert"-like; creates an object if new
|
1363
|
+
* Add #update_attributes to StripeObject for safe mass assignment
|
1364
|
+
* Properly mass assign attributes on calls to #save
|
1365
|
+
* Add question mark helpers for boolean fields (e.g. #paid? as well as old #paid)
|
1366
|
+
* Fix a bug that broke the API for StripeObject initialization
|
1367
|
+
* Remove use of deprecated URI.escape
|
2122
1368
|
|
2123
1369
|
## 1.27.2 - 2015-09-25
|
2124
|
-
|
2125
|
-
- Correct the URLs used to fetch Bitcoin transactions.
|
1370
|
+
* Correct the URLs used to fetch Bitcoin transactions.
|
2126
1371
|
|
2127
1372
|
## 1.27.1 - 2015-09-20
|
2128
|
-
|
2129
|
-
- Use hash rockets for backwards compatibility.
|
1373
|
+
* Use hash rockets for backwards compatibility.
|
2130
1374
|
|
2131
1375
|
## 1.27.0 - 2015-09-14
|
2132
|
-
|
2133
|
-
- Add Orders, Products, and SKUs for Relay
|
1376
|
+
* Add Orders, Products, and SKUs for Relay
|
2134
1377
|
|
2135
1378
|
## 1.26.0 - 2015-09-11
|
2136
|
-
|
2137
|
-
- Add support for 429 Rate Limited response
|
1379
|
+
* Add support for 429 Rate Limited response
|
2138
1380
|
|
2139
1381
|
## 1.25.0 - 2015-08-17
|
2140
|
-
|
2141
|
-
- Added support for refund listing and retrieval without an associated charge
|
1382
|
+
* Added support for refund listing and retrieval without an associated charge
|
2142
1383
|
|
2143
1384
|
## 1.24.0 - 2015-08-03
|
2144
|
-
|
2145
|
-
|
2146
|
-
|
2147
|
-
- Bugfix: token objects now are the correct class
|
1385
|
+
* Added support for deleting managed accounts
|
1386
|
+
* Added support for dispute listing and retrieval
|
1387
|
+
* Bugfix: token objects now are the correct class
|
2148
1388
|
|
2149
1389
|
## 1.23.0 - 2015-07-06
|
2150
|
-
|
2151
|
-
- Added request IDs and HTTP headers to errors
|
1390
|
+
* Added request IDs and HTTP headers to errors
|
2152
1391
|
|
2153
1392
|
## 1.22.0 - 2015-06-10
|
2154
|
-
|
2155
|
-
- Added support for bank accounts and debit cards in managed accounts (via the `external_accounts` param)
|
1393
|
+
* Added support for bank accounts and debit cards in managed accounts (via the `external_accounts` param)
|
2156
1394
|
|
2157
1395
|
## 1.21.0 - 2015-04-14
|
2158
|
-
|
2159
|
-
|
2160
|
-
- Bugfix: don't unset keys when they don't exist on StripeObject
|
1396
|
+
* Remove TLS cert revocation check (all pre-heartbleed certs have expired)
|
1397
|
+
* Bugfix: don't unset keys when they don't exist on StripeObject
|
2161
1398
|
|
2162
1399
|
## 1.20.4 - 2015-03-26
|
2163
|
-
|
2164
|
-
|
2165
|
-
- Fix error when passing an API key to Balance.retrieve (github issue #232)
|
1400
|
+
* Raise an error when explicitly passing nil as the API key on resource methods
|
1401
|
+
* Fix error when passing an API key to Balance.retrieve (github issue #232)
|
2166
1402
|
|
2167
1403
|
## 1.20.3 - 2015-03-13
|
2168
|
-
|
2169
|
-
- Fixed error when updating certain resources (github issue #224)
|
1404
|
+
* Fixed error when updating certain resources (github issue #224)
|
2170
1405
|
|
2171
1406
|
## 1.20.2 - 2015-03-10
|
2172
|
-
|
2173
|
-
|
2174
|
-
- Fixed bug in balance retrieval
|
1407
|
+
* Added support for updating nested hashes besides `metadata` (which was already supported)
|
1408
|
+
* Fixed bug in balance retrieval
|
2175
1409
|
|
2176
1410
|
## 1.20.1 - 2015-02-26
|
2177
|
-
|
2178
|
-
- Updated Card to point to customer sources endpoint when customer property is set
|
1411
|
+
* Updated Card to point to customer sources endpoint when customer property is set
|
2179
1412
|
|
2180
1413
|
## 1.20.0 - 2015-02-19
|
2181
|
-
|
2182
|
-
- Added Update & Delete operations to Bitcoin Receivers
|
1414
|
+
* Added Update & Delete operations to Bitcoin Receivers
|
2183
1415
|
|
2184
1416
|
## 1.19.1 - 2015-02-18
|
2185
|
-
|
2186
|
-
- Fixed fetching upcoming invoice/paying invoice methods
|
1417
|
+
* Fixed fetching upcoming invoice/paying invoice methods
|
2187
1418
|
|
2188
1419
|
## 1.19.0 - 2015-02-15
|
2189
|
-
|
2190
|
-
|
2191
|
-
|
2192
|
-
- Better support for passing custom headers, like Stripe-Account, through requests
|
1420
|
+
* Support for new Transfers /reversals endpoint
|
1421
|
+
* Account retrieval now optionally accepts an account ID
|
1422
|
+
* Better support for passing custom headers, like Stripe-Account, through requests
|
2193
1423
|
|
2194
1424
|
## 1.18.0 - 2015-01-21
|
2195
|
-
|
2196
|
-
|
2197
|
-
- Added support for making bitcoin charges through BitcoinReceiver source object
|
1425
|
+
* 1 major enhancement:
|
1426
|
+
* Added support for making bitcoin charges through BitcoinReceiver source object
|
2198
1427
|
|
2199
1428
|
## 1.17.3 - 2015-01-12
|
2200
|
-
|
2201
|
-
|
2202
|
-
- Fixed API key propagation for ApplicationFee#refund
|
1429
|
+
* 1 bugfix:
|
1430
|
+
* Fixed API key propagation for ApplicationFee#refund
|
2203
1431
|
|
2204
1432
|
## 1.17.2 - 2015-01-08
|
2205
|
-
|
2206
|
-
|
2207
|
-
- Fixed API key propagation for child resources
|
1433
|
+
* 1 bugfix:
|
1434
|
+
* Fixed API key propagation for child resources
|
2208
1435
|
|
2209
1436
|
## 1.17.1 - 2015-01-07
|
2210
|
-
|
2211
|
-
|
2212
|
-
|
2213
|
-
- Added deauthorize method to Account object
|
1437
|
+
* 2 minor enhacements:
|
1438
|
+
* Fixed dependencies for Ruby versions less than 1.9.3
|
1439
|
+
* Added deauthorize method to Account object
|
2214
1440
|
|
2215
1441
|
## 1.17.0 - 2014-12-15
|
2216
|
-
|
2217
|
-
|
2218
|
-
- File uploads resource was added (for uploading pdf or image documents for disputes)
|
1442
|
+
* 1 major enhacement:
|
1443
|
+
* File uploads resource was added (for uploading pdf or image documents for disputes)
|
2219
1444
|
|
2220
1445
|
## 1.16.1 - 2014-12-19
|
2221
|
-
|
2222
|
-
|
2223
|
-
|
2224
|
-
- Ability to specify stripe account as a header
|
1446
|
+
* 2 minor enhancements:
|
1447
|
+
* Ability to send idempotent requests
|
1448
|
+
* Ability to specify stripe account as a header
|
2225
1449
|
|
2226
1450
|
## 1.16.0 - 2014-10-08
|
2227
|
-
|
2228
|
-
-
|
2229
|
-
- Coupons now support update operations - useful for manipulating metadata
|
1451
|
+
* 1 minor enhacement:
|
1452
|
+
* Coupons now support update operations - useful for manipulating metadata
|
2230
1453
|
|
2231
1454
|
## 1.15.0 - 2014-07-26
|
2232
|
-
|
2233
|
-
|
2234
|
-
- Application Fee refunds now a list instead of array
|
1455
|
+
* 1 major enhacement:
|
1456
|
+
* Application Fee refunds now a list instead of array
|
2235
1457
|
|
2236
1458
|
## 1.14.0 - 2014-06-17
|
2237
|
-
|
2238
|
-
|
2239
|
-
- Add metadata for refunds and disputes
|
1459
|
+
* 1 major enhancement:
|
1460
|
+
* Add metadata for refunds and disputes
|
2240
1461
|
|
2241
1462
|
## 1.13.0 - 2014-05-28
|
2242
|
-
|
2243
|
-
|
2244
|
-
- Support for canceling transfers
|
1463
|
+
* 1 major enhancement:
|
1464
|
+
* Support for canceling transfers
|
2245
1465
|
|
2246
1466
|
## 1.12.0 - 2014-05-21
|
2247
|
-
|
2248
|
-
|
2249
|
-
- Support for cards for recipients
|
1467
|
+
* 1 major enhancement:
|
1468
|
+
* Support for cards for recipients
|
2250
1469
|
|
2251
1470
|
## 1.11.0 - 2014-04-09
|
2252
|
-
|
2253
|
-
|
2254
|
-
|
2255
|
-
- Implement certificate blacklisting
|
1471
|
+
* 2 minor enhancements:
|
1472
|
+
* Update included ca bundles
|
1473
|
+
* Implement certificate blacklisting
|
2256
1474
|
|
2257
1475
|
## 1.10.2 - 2014-02-18
|
2258
|
-
|
2259
|
-
|
2260
|
-
- Add create_subscription on Customer resources, so you can create
|
1476
|
+
* 1 minor enhancement:
|
1477
|
+
* Add create_subscription on Customer resources, so you can create
|
2261
1478
|
subscriptions without needing to retrieve the customer first (github
|
2262
1479
|
issue #120)
|
2263
1480
|
|
2264
1481
|
## 1.10.1 - 2014-02-03
|
2265
|
-
|
2266
|
-
|
2267
|
-
- Fix marshaling of StripeObjects
|
1482
|
+
* 1 bugfix:
|
1483
|
+
* Fix marshaling of StripeObjects
|
2268
1484
|
|
2269
1485
|
## 1.10.0 - 2014-01-29
|
1486
|
+
* 2 major enhancements
|
1487
|
+
* Support for multiple subscriptions per customer
|
1488
|
+
* Testing ruby 2.1.0
|
2270
1489
|
|
2271
|
-
|
2272
|
-
|
2273
|
-
|
2274
|
-
- Testing ruby 2.1.0
|
2275
|
-
|
2276
|
-
- 2 minor enhancements
|
2277
|
-
|
2278
|
-
- Replace multi_json with json
|
2279
|
-
- Allow #save to take opts (for :expand)
|
1490
|
+
* 2 minor enhancements
|
1491
|
+
* Replace multi_json with json
|
1492
|
+
* Allow #save to take opts (for :expand)
|
2280
1493
|
|
2281
|
-
|
2282
|
-
|
1494
|
+
* 1 bugfix
|
1495
|
+
* Fix #try and #respond_to? on StripeObjects
|
2283
1496
|
|
2284
1497
|
## 1.9.9 - 2013-12-02
|
2285
|
-
|
2286
|
-
|
2287
|
-
- Add ApplicationFee resource
|
1498
|
+
* 1 major enhancement
|
1499
|
+
* Add ApplicationFee resource
|
2288
1500
|
|
2289
1501
|
## 1.8.9 - 2013-11-14
|
2290
|
-
|
2291
|
-
|
2292
|
-
|
2293
|
-
- Fix api_resource_test to not use returns as a way of testing rescue behavior
|
1502
|
+
* 2 bugfixes:
|
1503
|
+
* Fix gemspec dependencies so the gem doesn't break for Ruby 1.8 users
|
1504
|
+
* Fix api_resource_test to not use returns as a way of testing rescue behavior
|
2294
1505
|
|
2295
1506
|
## 1.8.8 - 2013-10-3
|
2296
|
-
|
2297
|
-
|
2298
|
-
- Add support for metadata on resources
|
1507
|
+
* 1 major enhancement
|
1508
|
+
* Add support for metadata on resources
|
2299
1509
|
|
2300
1510
|
## 1.8.7 - 2013-08-18
|
2301
|
-
|
2302
|
-
|
2303
|
-
- Add support for closing disputes.
|
1511
|
+
* 1 minor enhancement
|
1512
|
+
* Add support for closing disputes.
|
2304
1513
|
|
2305
1514
|
## 1.8.6 - 2013-08-13
|
2306
|
-
|
2307
|
-
|
2308
|
-
- Add Balance and BalanceTransaction resources
|
1515
|
+
* 1 major enhancement
|
1516
|
+
* Add Balance and BalanceTransaction resources
|
2309
1517
|
|
2310
1518
|
## 1.8.5 - 2013-08-12
|
2311
|
-
|
2312
|
-
|
2313
|
-
|
2314
|
-
- Attempting to set an object's id is now an error
|
1519
|
+
* 1 major enhancement
|
1520
|
+
* Add support for unsetting attributes by setting to nil. This permits unsetting email and description on customers and description on charges. Setting properties to a blank string is now an error.
|
1521
|
+
* Attempting to set an object's id is now an error
|
2315
1522
|
|
2316
1523
|
## 1.8.4 - 2013-07-11
|
2317
|
-
|
2318
|
-
|
2319
|
-
- Add support for new cards API (Stripe API version - 2013-07-05)
|
1524
|
+
* 1 major enhancement
|
1525
|
+
* Add support for new cards API (Stripe API version - 2013-07-05)
|
2320
1526
|
|
2321
1527
|
## 1.8.3 - 2013-05-06
|
2322
|
-
|
2323
|
-
-
|
2324
|
-
- Fix handling of per-call API keys (github issue #67)
|
1528
|
+
* 1 bugfix:
|
1529
|
+
* Fix handling of per-call API keys (github issue #67)
|
2325
1530
|
|
2326
1531
|
## 1.8.2 - 2013-05-01
|
1532
|
+
* 3 minor enhancements:
|
1533
|
+
* Use to_sym instead of type checking for minor performance improvement (github issue #59)
|
1534
|
+
* Handle low-memory situations without throwing an exception (github issue #61)
|
1535
|
+
* Add an Customer#upcoming_invoice convenience method (github issue #65)
|
2327
1536
|
|
2328
|
-
|
2329
|
-
|
2330
|
-
- Use to_sym instead of type checking for minor performance improvement (github issue #59)
|
2331
|
-
- Handle low-memory situations without throwing an exception (github issue #61)
|
2332
|
-
- Add an Customer#upcoming_invoice convenience method (github issue #65)
|
2333
|
-
|
2334
|
-
- 1 bugfix:
|
2335
|
-
- Allow updating resources without first retrieving them (github issue #60)
|
1537
|
+
* 1 bugfix:
|
1538
|
+
* Allow updating resources without first retrieving them (github issue #60)
|
2336
1539
|
|
2337
1540
|
## 1.8.1 - 2013-04-19
|
2338
|
-
|
2339
|
-
|
2340
|
-
- Add support for specifying an API key when retrieving an upcoming invoice
|
1541
|
+
* 1 minor enhancement:
|
1542
|
+
* Add support for specifying an API key when retrieving an upcoming invoice
|
2341
1543
|
|
2342
1544
|
## 1.8.0 - 2013-04-11
|
2343
|
-
|
2344
|
-
|
2345
|
-
|
2346
|
-
- Allow Transfers to be createable
|
1545
|
+
* 1 major enhancement:
|
1546
|
+
* Add new Recipient resource
|
1547
|
+
* Allow Transfers to be createable
|
2347
1548
|
|
2348
1549
|
## 1.7.11 - 2013-02-21
|
2349
|
-
|
2350
|
-
|
2351
|
-
- Add 'id' to the list of permanent attributes
|
1550
|
+
* 1 minor enhancement
|
1551
|
+
* Add 'id' to the list of permanent attributes
|
2352
1552
|
|
2353
1553
|
## 1.7.10 - 2013-02-01
|
2354
|
-
|
2355
|
-
|
2356
|
-
- Add support for passing options when retrieving Stripe objects e.g., Stripe::Charge.retrieve({id:"foo", expand:["customer"]}) Stripe::Charge("foo") is still supported as well
|
1554
|
+
* 1 major enhancement
|
1555
|
+
* Add support for passing options when retrieving Stripe objects e.g., Stripe::Charge.retrieve({id:"foo", expand:["customer"]}) Stripe::Charge("foo") is still supported as well
|
2357
1556
|
|
2358
1557
|
## 1.7.9 - 2013-01-15
|
2359
|
-
|
2360
|
-
|
2361
|
-
- Add support for setting a Stripe API version override.
|
1558
|
+
* 1 major enhancement
|
1559
|
+
* Add support for setting a Stripe API version override.
|
2362
1560
|
|
2363
1561
|
## 1.7.8 - 2012-11-21
|
2364
|
-
|
2365
|
-
|
2366
|
-
- Relax the version constraint on multi_json (github issue #44)
|
1562
|
+
* 1 bugfix
|
1563
|
+
* Relax the version constraint on multi_json (github issue #44)
|
2367
1564
|
|
2368
1565
|
## 1.7.7 - 2012-11-07
|
1566
|
+
* 1 minor enhancement:
|
1567
|
+
* Add support for updating charge disputes
|
2369
1568
|
|
2370
|
-
|
2371
|
-
|
2372
|
-
- Add support for updating charge disputes
|
2373
|
-
|
2374
|
-
- 1 bugfix
|
2375
|
-
- Fix Account API resource bug
|
1569
|
+
* 1 bugfix
|
1570
|
+
* Fix Account API resource bug
|
2376
1571
|
|
2377
1572
|
## 1.7.6 - 2012-10-30
|
2378
|
-
|
2379
|
-
|
2380
|
-
- Add support for creating invoices
|
1573
|
+
* 1 major enhancement
|
1574
|
+
* Add support for creating invoices
|
2381
1575
|
|
2382
1576
|
## 1.7.5 - 2012-10-25
|
2383
|
-
|
2384
|
-
|
2385
|
-
- Add support for new API lists
|
1577
|
+
* 1 major enhancement
|
1578
|
+
* Add support for new API lists
|
2386
1579
|
|
2387
1580
|
## 1.7.4 - 2012-10-08
|
2388
|
-
|
2389
|
-
|
2390
|
-
- Fix bug introduced in 1.7.3 calling API methods that take no
|
1581
|
+
* 1 bugfix
|
1582
|
+
* Fix bug introduced in 1.7.3 calling API methods that take no
|
2391
1583
|
arguments, like Stripe::Invoice#pay (github issue #42)
|
2392
1584
|
|
2393
1585
|
## 1.7.3 - 2012-09-14
|
2394
|
-
|
2395
|
-
-
|
2396
|
-
-
|
2397
|
-
- URL-encode POST params directly, instead of allowing rest-client to do it to work around an unfortunate interaction with the hashery gem (github issue #38)
|
1586
|
+
* 2 bugfixes
|
1587
|
+
* Make sure that both keys and values of GET params are URL-encoded. NOTE: If you were previously URL-encoding values yourself, you may need to adjust your code.
|
1588
|
+
* URL-encode POST params directly, instead of allowing rest-client to do it to work around an unfortunate interaction with the hashery gem (github issue #38)
|
2398
1589
|
|
2399
1590
|
## 1.7.2 - 2012-08-31
|
2400
|
-
|
2401
|
-
|
2402
|
-
- Add support for new pay and update methods for Invoice objects
|
1591
|
+
* 1 major enhancement
|
1592
|
+
* Add support for new pay and update methods for Invoice objects
|
2403
1593
|
|
2404
1594
|
## 1.7.1 - 2012-08-15
|
2405
|
-
|
2406
|
-
|
2407
|
-
- Add new Account API resource
|
1595
|
+
* 1 major enhancement
|
1596
|
+
* Add new Account API resource
|
2408
1597
|
|
2409
1598
|
## 1.7.0 - 2012-05-17
|
1599
|
+
* 3 major enhancements:
|
1600
|
+
* Switch from vendored stripe-json to multi_json for all JSON parsing and rendering. This should not impact programmatic usage of the library, but may cause small rendering differences from, e.g., StripeObject#inspect (github issue #22)
|
1601
|
+
* Add new delete_discount method to Customer objects
|
1602
|
+
* Add new Transfer API resource
|
2410
1603
|
|
2411
|
-
|
2412
|
-
|
2413
|
-
|
2414
|
-
- Add new delete_discount method to Customer objects
|
2415
|
-
- Add new Transfer API resource
|
2416
|
-
|
2417
|
-
- 2 minor enhancements:
|
2418
|
-
- Switch from HTTP Basic auth to Bearer auth (Note: Stripe will support Basic auth for the indefinite future, but recommends Bearer auth when possible going forward)
|
2419
|
-
- Numerous test suite improvements
|
1604
|
+
* 2 minor enhancements:
|
1605
|
+
* Switch from HTTP Basic auth to Bearer auth (Note: Stripe will support Basic auth for the indefinite future, but recommends Bearer auth when possible going forward)
|
1606
|
+
* Numerous test suite improvements
|
2420
1607
|
|
2421
1608
|
## 1.6.3 - 2012-03-22
|
2422
|
-
|
2423
|
-
-
|
2424
|
-
- Encode GET query strings ourselves instead of using rest-client to work around a bug
|
1609
|
+
* 1 bugfix:
|
1610
|
+
* Encode GET query strings ourselves instead of using rest-client to work around a bug
|
2425
1611
|
|
2426
1612
|
## 1.6.2 - 2012-02-24
|
2427
|
-
|
2428
|
-
|
2429
|
-
- Correct argument handling in StripeObject#as_json
|
1613
|
+
* 1 bugfix:
|
1614
|
+
* Correct argument handling in StripeObject#as_json
|
2430
1615
|
|
2431
1616
|
## 1.6.1 - 2012-02-22
|
2432
|
-
|
2433
|
-
|
2434
|
-
- Fix StripeObject#inspect when ActiveSupport 3.0 is loaded
|
1617
|
+
* 1 bugfix:
|
1618
|
+
* Fix StripeObject#inspect when ActiveSupport 3.0 is loaded
|
2435
1619
|
|
2436
1620
|
## 1.6.0 - 2012-02-01
|
2437
|
-
|
2438
|
-
|
2439
|
-
- 1.6.0 also contains a new inspect/to_string implementation
|
1621
|
+
* A whole bunch of releases between 1.5.0 and 1.6.0, but few changes, mainly the addition of plans, coupons, events, and tokens
|
1622
|
+
* 1.6.0 also contains a new inspect/to_string implementation
|
2440
1623
|
|
2441
1624
|
## 1.5.0 - 2011-05-09
|
2442
|
-
|
2443
|
-
|
2444
|
-
- Update for new RESTful API
|
1625
|
+
* 1 major enhancement:
|
1626
|
+
* Update for new RESTful API
|
2445
1627
|
|
2446
1628
|
## 1.3.4 - 2011-01-07
|
2447
|
-
|
2448
|
-
|
2449
|
-
- Rename to Stripe
|
1629
|
+
* 1 major enhancement:
|
1630
|
+
* Rename to Stripe
|
2450
1631
|
|
2451
1632
|
## 1.2 - 2010-06-06
|
2452
|
-
|
2453
|
-
|
2454
|
-
- Support for the set_customer_subscription and delete_customer API methods
|
1633
|
+
* 1 major enhancement:
|
1634
|
+
* Support for the set_customer_subscription and delete_customer API methods
|
2455
1635
|
|
2456
1636
|
## 1.1 - 2010-03-14
|
2457
|
-
|
2458
|
-
|
2459
|
-
- Support for recurring billing
|
1637
|
+
* 1 major enhancement:
|
1638
|
+
* Support for recurring billing
|
2460
1639
|
|
2461
1640
|
## 1.0 - 2010-01-05
|
2462
|
-
|
2463
|
-
|
2464
|
-
- Initial release
|
1641
|
+
* 1 major enhancement:
|
1642
|
+
* Initial release
|
2465
1643
|
|
2466
1644
|
<!--
|
2467
1645
|
# vim: set tw=0:
|
2468
1646
|
-->
|
2469
|
-
|