Recent Releases of https://github.com/stripe/stripe-ruby
https://github.com/stripe/stripe-ruby - v9.5.0-beta.2
- #1280 Update generated code for beta
- Add support for new resources
AccountNoticeandIssuing.CreditUnderwritingRecord - Add support for
list,retrieve, andupdatemethods on resourceAccountNotice - Add support for
correct,create_from_application,create_from_proactive_review,list,report_decision, andretrievemethods on resourceCreditUnderwritingRecord
- Add support for new resources
See the changelog for more details.
- Ruby
Published by pakrym-stripe almost 3 years ago
https://github.com/stripe/stripe-ruby - v9.5.0-beta.1
- #1278 Update generated code for beta
- Add support for
mark_draftandmark_stalemethods on resourceQuote - Remove support for
draft_quoteandmark_stale_quotemethods on resourceQuote - Rename
preview_invoice_linestolist_preview_invoice_lineson resourceQuote
- Add support for
See the changelog for more details.
- Ruby
Published by anniel-stripe almost 3 years ago
https://github.com/stripe/stripe-ruby - v9.4.0
- #1277 Update generated code
- Add support for new resources
Issuing.Token - Add support for
list,retrieve, andupdatemethods on resourceToken
- Add support for new resources
See the changelog for more details.
- Ruby
Published by anniel-stripe almost 3 years ago
https://github.com/stripe/stripe-ruby - v9.4.0-beta.3
- #1276 Update generated code for beta
- Rename resources
Issuing.CardDesignandIssuing.CardBundletoIssuing.PersonalizationDesignandIssuing.PhysicalBundle
- Rename resources
See the changelog for more details.
- Ruby
Published by richardm-stripe almost 3 years ago
https://github.com/stripe/stripe-ruby - v9.4.0-beta.2
- #1273 Update generated code for beta
See the changelog for more details.
- Ruby
Published by anniel-stripe almost 3 years ago
https://github.com/stripe/stripe-ruby - v9.4.0-beta.1
- Updated stable APIs to the latest version
See the changelog for more details.
- Ruby
Published by richardm-stripe almost 3 years ago
https://github.com/stripe/stripe-ruby - v9.3.0
- #1272 Update generated code
- Add support for new resource
PaymentMethodConfiguration - Add support for
create,list,retrieve, andupdatemethods on resourcePaymentMethodConfiguration
- Add support for new resource
- #1271 Update generated code
- Add support for
capture,create,expire,increment, andreversetest helper methods on resourceIssuing.Authorization - Add support for
create_force_capture,create_unlinked_refund, andrefundtest helper methods on resourceIssuing.Transaction
- Add support for
See the changelog for more details.
- Ruby
Published by richardm-stripe almost 3 years ago
https://github.com/stripe/stripe-ruby - v9.3.0-beta.1
-
#1269 Update generated code for beta
- Release specs are identical.
-
#1268 Update generated code for beta
- Remove support for
submit_cardtest helper method on resourceIssuing.Card
- Remove support for
-
#1265 Update generated code for beta
- Rename
Quote.preview_invoicestoQuotePreviewInvoice.listandQuote.preview_schedulestoQuotePreviewSchedules.list
- Rename
-
#1264 Update generated code for beta
- Add support for new resources
QuotePreviewInvoiceandQuotePreviewSchedule
- Add support for new resources
-
#1259 Update generated code for beta
-
#1257 Update generated code for beta
-
#1254 Update generated code for beta
- Add support for
submit_cardtest helper method on resourceIssuing.Card
- Add support for
-
#1252 Remove developer_message support
See the changelog for more details.
- Ruby
Published by pakrym-stripe almost 3 years ago
https://github.com/stripe/stripe-ruby - v9.2.0
- #1267 Update generated code
- Add support for new resource
PaymentMethodDomain - Add support for
create,list,retrieve,update, andvalidatemethods on resourcePaymentMethodDomain
- Add support for new resource
See the changelog for more details.
- Ruby
Published by pakrym-stripe almost 3 years ago
https://github.com/stripe/stripe-ruby - v9.2.0-beta.1
- #1265 Update generated code for beta
- Rename
Quote.preview_invoicestoQuotePreviewInvoice.listandQuote.preview_schedulestoQuotePreviewSchedules.list
- Rename
See the changelog for more details.
- Ruby
Published by richardm-stripe almost 3 years ago
https://github.com/stripe/stripe-ruby - v9.1.0
- #1266 Update generated code
- Add support for new resource
AccountSession - Add support for
createmethod on resourceAccountSession
- Add support for new resource
- #1262 Explicitly format timestamp in SignatureVerificationError message
See the changelog for more details.
- Ruby
Published by richardm-stripe almost 3 years ago
https://github.com/stripe/stripe-ruby - v9.0.0-beta.1
- #1264 Update generated code for beta
- Add support for new resources
QuotePreviewInvoiceandQuotePreviewSchedule
- Add support for new resources
- #1259 Update generated code for beta
See the changelog for more details.
- Ruby
Published by anniel-stripe almost 3 years ago
https://github.com/stripe/stripe-ruby - v9.0.0
⚠️ ACTION REQUIRED: the breaking change in this release likely affects you ⚠️
-
#1253 #1260 Pin latest API version as the default
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.To successfully upgrade to stripe-ruby v9, you must either
-
(Recommended) Upgrade your integration to be compatible with API Version
2023-08-16.Please read the API Changelog carefully for each API Version from
2023-08-16back to your Stripe account's 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 before deploying them to production.You can read the v9 migration guide for more detailed instructions.
-
(Alternative option) Specify a version other than
2023-08-16when initializingstripe-ruby.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. For example:
require 'stripe' Stripe.api_key = "sk_test_..." + Stripe.api_version = '2020-08-27'If you were already initializing stripe-ruby with an explicit API Version, upgrading to v9 will not affect your integration.
Read the v9 migration guide for more details.
Going forward, each major release of this library will be pinned by default to the latest Stripe API Version at the time of release.
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.
-
- Ruby
Published by richardm-stripe about 3 years ago
https://github.com/stripe/stripe-ruby - v8.8.0-beta.1
- #1257 Update generated code for beta
- Updated stable APIs to the latest version
See the changelog for more details.
- Ruby
Published by richardm-stripe about 3 years ago
https://github.com/stripe/stripe-ruby - v8.7.0
- #1256 Update generated code
Add resourcesTax::CalculationLineItem,Tax::TransactionLineItem, andTreasury::FinancialAccountFeatures. These resources have no methods on them, but do represent the return type of methods elsewhere.
See the changelog for more details.
- Ruby
Published by richardm-stripe about 3 years ago
https://github.com/stripe/stripe-ruby - v8.7.0-beta.3
- #1254 Update generated code for beta
- Add support for
submit_cardtest helper method on resourceIssuing.Card
- Add support for
- #1252 Remove developer_message support
See the changelog for more details.
- Ruby
Published by anniel-stripe about 3 years ago
https://github.com/stripe/stripe-ruby - v8.7.0-beta.2
- #1251 Update generated code for beta
- Add support for new resource
Tax.Form - Add support for
list,pdf, andretrievemethods on resourceForm
- Add support for new resource
- #1249 Update generated code for beta
- #1246 Update generated code for beta
See the changelog for more details.
- Ruby
Published by pakrym-stripe about 3 years ago
https://github.com/stripe/stripe-ruby - v8.7.0-beta.1
- #1245 Update generated code for beta
Release specs are identical. - #1243 Update generated code for beta
- Add support for new resource
PaymentMethodConfiguration - Add support for
create,list,retrieve, andupdatemethods on resourcePaymentMethodConfiguration
- Add support for new resource
- #1239 Update generated code for beta
See the changelog for more details.
- Ruby
Published by anniel-stripe about 3 years ago
https://github.com/stripe/stripe-ruby - v8.6.0
-
#1244 Update generated code
- Add support for new resource
Tax.Settings - Add support for
retrieveandupdatemethods on resourceSettings
- Add support for new resource
-
#1241 Update generated code
-
#1209 Update shoulda-context version
-
#1235 Allow "error" string as log level
-
#1238 Update log level error message to include
error -
#1231 fix: variable typo in README for instrumentation
-
#1234 Update generated code
-
#1230 Update generated code
- Release specs are identical.
-
#1226 Update generated code
-
#1223 Update generated code
-
#1225 Downgrade jaro_winkler
-
#1219 Update generated code
Documentation updates.
-
#1215 Update generated code
-
#1208 Update generated code
-
#1204 Update generated code
See the changelog for more details.
- Ruby
Published by anniel-stripe about 3 years ago
https://github.com/stripe/stripe-ruby - v8.6.0-beta.6
- #1237 Update generated code for beta
- Add support for new resource
CustomerSession - Add support for
createmethod on resourceCustomerSession
- Add support for new resource
- #1233 Update generated code for beta
- #1229 Update generated code for beta
See the changelog for more details.
- Ruby
Published by anniel-stripe about 3 years ago
https://github.com/stripe/stripe-ruby - v8.6.0-beta.5
- #1227 Update generated code for beta
- #1228 Document raw_request
- #1222 Update generated code for beta
- #1224 Handle developer message in preview error responses
See the changelog for more details.
- Ruby
Published by anniel-stripe about 3 years ago
https://github.com/stripe/stripe-ruby - v8.6.0-beta.4
- #1220 Update generated code for beta
- Add support for
subscribeandunsubscribemethods on resourceFinancialConnections.Account
- Add support for
- #1217 Add raw_request
- #1216 Update generated code for beta
- #1214 Update generated code for beta
See the changelog for more details.
- Ruby
Published by pakrym-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.6.0-beta.3
See the changelog for more details.
- Ruby
Published by anniel-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.6.0-beta.2
- #1206 Update generated code for beta
- Add support for
collect_payment_methodandconfirm_payment_intentmethods on resourceTerminal.Reader
- Add support for
- #1205 Update generated code for beta
See the changelog for more details.
- Ruby
Published by pakrym-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.6.0-beta.1
- #1202 Update generated code for beta
See the changelog for more details.
- Ruby
Published by anniel-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.5.0
- #1203 Update generated code
- Remove support for
createmethod on resourceTax.Transaction- This is not a breaking change, as this method was deprecated before the Tax Transactions API was released in favor of the
create_from_calculationmethod.
- This is not a breaking change, as this method was deprecated before the Tax Transactions API was released in favor of the
- Remove support for
- #1201 Update save deprecation message
See the changelog for more details.
- Ruby
Published by anniel-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.5.0-beta.1
- #1194 Update generated code for beta (new)
- Add support for new resources
Tax.CalculationLineItemandTax.TransactionLineItem - Add support for
collect_inputsmethod on resourceTerminal.Reader
- Add support for new resources
See the changelog for more details.
- Ruby
Published by pakrym-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.4.0
- #1197 Update generated code (new)
- Add support for new resources
Tax.CalculationLineItem,Tax.Calculation,Tax.TransactionLineItem, andTax.Transaction - Add support for
createandlist_line_itemsmethods on resourceCalculation - Add support for
create_from_calculation,create_reversal,create,list_line_items, andretrievemethods on resourceTransaction
- Add support for new resources
- #1152 Symbolize hash keys inside
convert_to_stripe_object_with_params
See the changelog for more details.
- Ruby
Published by pakrym-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.4.0-beta.4
- #1189 Update generated code for beta (new)
- Add support for
create_from_calculationmethod on resourceTax.Transaction
- Add support for
- #1188 Update generated code for beta (new)
- Remove support for resources
Capital.FinancingOfferandCapital.FinancingSummary - Remove support for
list,mark_delivered, andretrievemethods on resourceFinancingOffer - Remove support for
retrievemethod on resourceFinancingSummary
- Remove support for resources
- #1187 Merge upstream master
See the changelog for more details.
- Ruby
Published by richardm-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.4.0-beta.3
- #1184 API Updates for beta branch
- Updated stable APIs to the latest version
- Remove support for
list_transactionsmethod on resourceTax.Transaction
See the changelog for more details.
- Ruby
Published by anniel-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.4.0-beta.2
- #1183 API Updates for beta branch
- Updated stable APIs to the latest version
- Add support for new resources
Issuing.CardBundleandIssuing.CardDesign - Add support for
listandretrievemethods on resourceCardBundle - Add support for
list,retrieve, andupdatemethods on resourceCardDesign
See the changelog for more details.
- Ruby
Published by pakrym-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.4.0-beta.1
- #1182 API Updates for beta branch
- Updated stable APIs to the latest version
See the changelog for more details.
- Ruby
Published by richardm-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.3.0
- #1175 API Updates
- Add support for
refund_paymentmethod on resourceTerminal.Reader
- Add support for
See the changelog for more details.
- Ruby
Published by anniel-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.3.0-beta.1
- #1174 API Updates for beta branch
- Updated stable APIs to the latest version
- Add support for new resource
FinancialConnections.Transaction - Add support for
listmethod on resourceTransaction
See the changelog for more details.
- Ruby
Published by richardm-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.2.0
- #1173 API Updates
- Add support for
resumemethod on resourceSubscription
- Add support for
- #1171 Remove unused
partialparam frominitialize_from
See the changelog for more details.
- Ruby
Published by richardm-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.2.0-beta.3
- #1172 API Updates for beta branch
- Updated stable APIs to the latest version
- Add support for
list_transactionsmethod on resourceTax.Transaction
See the changelog for more details.
- Ruby
Published by anniel-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.2.0-beta.2
- #1170 API Updates for beta branch
- Updated stable APIs to the latest version
- Add support for
Tax.Settingsresource.
See the changelog for more details.
- Ruby
Published by pakrym-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.2.0-beta.1
- #1167 API Updates for beta branch
- Updated stable APIs to the latest version
- Change
quote.draft_quoteimplementation to from callingPOST /v1/quotes/{quote}/drafttoPOST /v1/quotes/{quote}/mark_draft - Add support for
Tax::Registerresource
See the changelog for more details.
- Ruby
Published by richardm-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.1.0
- #1162 Improve request events instrumentation
See the changelog for more details.
- Ruby
Published by richardm-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.1.0-beta.4
- #1164 API Updates for beta branch
- Updated stable APIs to the latest version
- Add support for
mark_stale_quotemethod on resourceQuote
See the changelog for more details.
- Ruby
Published by anniel-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.1.0-beta.3
- #1158 API Updates for beta branch
- Updated stable APIs to the latest version
- Move
TaxCalculationandTaxTransactiontoTax::CalculationandTax::Transaction.
See the changelog for more details.
- Ruby
Published by richardm-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.1.0-beta.2
- #1156 API Updates for beta branch
- Updated stable APIs to the latest version
- Add support for new resources
TaxCalculation, andTaxTransaction - Add support for
createandlist_line_itemsmethods on resourceTaxCalculation - Add support for
create_reversal,create, andretrievemethods on resourceTaxTransaction
- #1155 API Updates for beta branch
- Updated stable APIs to the latest version
- Add support for new resource
QuoteLine.
See the changelog for more details.
- Ruby
Published by anniel-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.1.0-beta.1
- #1153 API Updates for beta branch
- Updated stable APIs to the latest version
- #1146 API Updates for beta branch
- Updated stable APIs to the latest version
See the changelog for more details.
- Ruby
Published by pakrym-stripe over 3 years ago
https://github.com/stripe/stripe-ruby - v8.0.0
- #1144 Next major release changes
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.
"⚠️" symbol highlights breaking changes.
See the changelog for more details.
- Ruby
Published by richardm-stripe almost 4 years ago
https://github.com/stripe/stripe-ruby - v7.2.0-beta.5
- #1139 API Updates for beta branch
- Updated beta APIs to the latest stable version
- #1135 API Updates for beta branch
- Updated stable APIs to the latest version
See the changelog for more details.
- Ruby
Published by kamil-stripe almost 4 years ago
https://github.com/stripe/stripe-ruby - v7.2.0-beta.4
- #999 DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries)
See the changelog for more details.
- Ruby
Published by kamil-stripe almost 4 years ago
https://github.com/stripe/stripe-ruby - v7.2.0-beta.3
- #1129 API Updates for beta branch
- Updated stable APIs to the latest version
- Add
FinancingOffer,FinancingSummaryandFinancingTransactionresources.
See the changelog for more details.
- Ruby
Published by pakrym-stripe almost 4 years ago
https://github.com/stripe/stripe-ruby - v7.2.0-beta.2
- #1127 API Updates for beta branch
- Updated stable APIs to the latest version
- Add support for the beta Gift Card API.
See the changelog for more details.
- Ruby
Published by dcr-stripe almost 4 years ago
https://github.com/stripe/stripe-ruby - v7.2.0-beta.1
- #1122 API Updates for beta branch
- Updated stable APIs to the latest version
Stripe-Versionbeta headers are not pinned by-default and need to be manually specified, please refer to beta SDKs README section
See the changelog for more details.
- Ruby
Published by pakrym-stripe almost 4 years ago
https://github.com/stripe/stripe-ruby - v7.1.0
- #1116 API Updates
- Add support for new resource
CustomerCashBalanceTransaction
- Add support for new resource
- #1118 Update AllowedChars in rubocop config
- #1117 Refresh rubocop config.
- #1115 Add a support section to the readme
See the changelog for more details.
- Ruby
Published by kamil-stripe almost 4 years ago
https://github.com/stripe/stripe-ruby - v7.1.0-beta.2
- #1113 API Updates for beta branch
- Updated stable APIs to the latest version
- Add
refund_paymentmethod to Terminal resource
See the changelog for more details.
- Ruby
Published by pakrym-stripe about 4 years ago
https://github.com/stripe/stripe-ruby - v7.1.0-beta.1
- #1107 API Updates for beta branch
- Updated stable APIs to the latest version
- Added the
Orderresource support
See the changelog for more details.
- Ruby
Published by pakrym-stripe about 4 years ago
https://github.com/stripe/stripe-ruby - v7.0.0
Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the SDK, read more detailed description at https://github.com/stripe/stripe-ruby/wiki/Migration-guide-for-v7. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-08-01.
"⚠️" symbol highlights breaking changes.
- #1106 API Updates
- #1092 API Updates
- #1090 Use auto-generation for
Invoicemethods - #1103 Next major release changes
See the changelog for more details.
- Ruby
Published by pakrym-stripe about 4 years ago
https://github.com/stripe/stripe-ruby - v6.6.0-beta.1
- #1100 API Updates for beta branch
- Updated stable APIs to the latest version
- Add
QuotePhaseresource
- #1097 API Updates for beta branch
- Updated stable APIs to the latest version
- Add
SubscriptionSchedule.amendmethod.
- #1093 API Updates for beta branch
- Include
server_side_confirmation_beta=v1beta - Add
secretKeyConfirmationtoPaymentIntent
- Include
- #1085 API Updates for beta branch
- Updated stable APIs to the latest version
- #1075 Use the generated API version
See the changelog for more details.
- Ruby
Published by dcr-stripe about 4 years ago
https://github.com/stripe/stripe-ruby - v6.5.0
- #1084 API Updates
- Add support for
deliver_card,fail_card,return_card, andship_cardtest helper methods on resourceIssuing.Card
- Add support for
- #1076 fix: Update logging to coerce ASCII-8BIT into UTF-8.
See the changelog for more details.
- Ruby
Published by dcr-stripe about 4 years ago
https://github.com/stripe/stripe-ruby - v6.4.0
-
#1073 API Updates
- Add support for
fund_cash_balancetest helper method on resourceCustomer
- Add support for
-
#1074 Support updating pre-release versions
-
#1072 Trigger workflows on beta branches
-
#1071 Use request_stripe_object for all requests
-
#1070 API Updates
Switch from using meta-programing to generating explicit methods for custom methods.
-
#1069 chore: Stop special implementation of Account.persons method.
See the changelog for more details.
- Ruby
Published by kamil-stripe about 4 years ago
https://github.com/stripe/stripe-ruby - v6.3.0
- #1063 fix: Update cash balance methods to no longer require nested ID.
See the changelog for more details.
- Ruby
Published by pakrym-stripe about 4 years ago
https://github.com/stripe/stripe-ruby - v6.2.0
- #1060 API Updates
- Add support for new resource
Apps.Secret
- Add support for new resource
See the changelog for more details.
- Ruby
Published by pakrym-stripe about 4 years ago
https://github.com/stripe/stripe-ruby - stripe-ruby v6.1.0
- #1057 API Updates
- 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, andTreasury.Transaction - Add support for
retrieve_payment_methodmethod on resourceCustomer - Add support for
list_ownersandlistmethods on resourceFinancialConnections.Account
- Add support for new resources
See the changelog for more details.
- Ruby
Published by richardm-stripe over 4 years ago
https://github.com/stripe/stripe-ruby - v6.0.0
-
#1056 API Updates
Major version release. The migration guide contains more information.(⚠️ = breaking changes):
- ⚠️ Replace the legacy
OrderAPI with the newOrderAPI.- New methods:
cancel,list_line_items,reopen, andsubmit - Removed methods:
payandreturn_order - Removed resources:
OrderItemandOrderReturn
- New methods:
- ⚠️ Rename
FinancialConnections::Account.refreshtoFinancialConnections::Account.refresh_account
- ⚠️ Replace the legacy
See the changelog for more details.
- Ruby
Published by richardm-stripe over 4 years ago
https://github.com/stripe/stripe-ruby - v5.55.0
- #1055 API Updates
- Add support for new resources
FinancialConnections.AccountOwner,FinancialConnections.AccountOwnership,FinancialConnections.Account, andFinancialConnections.Session
- Add support for new resources
See the changelog for more details.
- Ruby
Published by dcr-stripe over 4 years ago
https://github.com/stripe/stripe-ruby - v5.54.0
- #1053 API Updates
- Add support for new resource
CashBalance
- Add support for new resource
See the changelog for more details.
- Ruby
Published by dcr-stripe over 4 years ago
https://github.com/stripe/stripe-ruby - v5.53.0
- #1050 API Updates
- Add support for
expiretest helper method on resourceRefund
- Add support for
See the changelog for more details.
- Ruby
Published by richardm-stripe over 4 years ago
https://github.com/stripe/stripe-ruby - v5.52.0
- #1046 #1047 API Updates
- Add support for new resources
FundingInstructionsandTerminal.Configuration
- Add support for new resources
See the changelog for more details.
- Ruby
Published by richardm-stripe over 4 years ago
https://github.com/stripe/stripe-ruby - v5.50.0
- #1045 API Updates
- Add support for
increment_authorizationmethod on resourcePaymentIntent
- Add support for
See the changelog for more details.
- Ruby
Published by richardm-stripe over 4 years ago
https://github.com/stripe/stripe-ruby - v5.49.0
- #1043 API Updates
- Add support for
apply_customer_balancemethod on resourcePaymentIntent
- Add support for
See the changelog for more details.
- Ruby
Published by kamil-stripe over 4 years ago
https://github.com/stripe/stripe-ruby - v5.48.0
- #1041 API Updates
- Add support for
cancel_action,process_payment_intent,process_setup_intent, andset_reader_displaymethods on resourceTerminal.Reader
- Add support for
See the changelog for more details.
- Ruby
Published by pakrym-stripe over 4 years ago
https://github.com/stripe/stripe-ruby - v5.47.0
-
#1040 API Updates
- Add support for Search API
- Add support for
searchmethod on resourcesCharge,Customer,Invoice,PaymentIntent,Price,Product, andSubscription
- Add support for
- Add support for Search API
-
#1034 Add supporting classes for test helper generation
See the changelog for more details.
- Ruby
Published by pakrym-stripe over 4 years ago
https://github.com/stripe/stripe-ruby - v5.46.0
See the changelog for more details.
- Ruby
Published by dcr-stripe over 4 years ago
https://github.com/stripe/stripe-ruby - v5.45.0
- #1035 API Updates
- Add support for new resource
TestHelpers.TestClock
- Add support for new resource
See the changelog for more details.
- Ruby
Published by richardm-stripe over 4 years ago
https://github.com/stripe/stripe-ruby - v5.44.0
- #1032 API Updates
- Add support for
verify_microdepositsmethod on resourcesPaymentIntentandSetupIntent
- Add support for
See the changelog for more details.
- Ruby
Published by yejia-stripe over 4 years ago
https://github.com/stripe/stripe-ruby - v5.43.0
- #1031 API Updates
- Add support for new resource
PaymentLink
- Add support for new resource
See the changelog for more details.
- Ruby
Published by richardm-stripe over 4 years ago
https://github.com/stripe/stripe-ruby - v5.42.0
- #1022 Add connection manager logging and include object IDs in logging.
See the changelog for more details.
- Ruby
Published by dcr-stripe over 4 years ago
https://github.com/stripe/stripe-ruby - v5.41.0
- #1017 API Updates
- Add support for new resource
ShippingRate
- Add support for new resource
See the changelog for more details.
- Ruby
Published by yejia-stripe almost 5 years ago
https://github.com/stripe/stripe-ruby - v5.40.0
- #1015 API Updates
- Add support for
expiremethod on resourceCheckout.Session
- Add support for
- #1013 Add tests for child resources.
- #1012 Add tests for namespaced resources.
- #1011 codegen: 3 more files
See the changelog for more details.
- Ruby
Published by richardm-stripe almost 5 years ago
https://github.com/stripe/stripe-ruby - v5.39.0
- #1010 API Updates
- Add support for
list_payment_methodsmethod on resourceCustomer
- Add support for
See the changelog for more details.
- Ruby
Published by richardm-stripe almost 5 years ago
https://github.com/stripe/stripe-ruby - v5.38.0
- #993 Add
request_idto RequestEndEvent - #991 Codegen more files
- #989 Remove unused API error types from docs.
See the changelog for more details.
- Ruby
Published by richardm-stripe about 5 years ago
https://github.com/stripe/stripe-ruby - v5.37.0
- #988 API Updates
- Add support for
list_computed_upfront_line_itemsmethod on resourceQuote
- Add support for
See the changelog for more details.
- Ruby
Published by dcr-stripe about 5 years ago
https://github.com/stripe/stripe-ruby - v5.36.0
- #987 Add support for
QuoteAPI
See the changelog for more details.
- Ruby
Published by richardm-stripe about 5 years ago
https://github.com/stripe/stripe-ruby - v5.35.0
- #985 Update normalize_opts to use dup instead of clone.
- #982 Deprecate travis
- #983 Add support for making a request and receiving the response as a stream.
See the changelog for more details.
- Ruby
Published by dcr-stripe about 5 years ago
https://github.com/stripe/stripe-ruby - v5.34.0
- #981 API Updates
- Add support for
TaxCodeAPI.
- Add support for
See the changelog for more details.
- Ruby
Published by richardm-stripe about 5 years ago
https://github.com/stripe/stripe-ruby - v5.33.0
See the changelog for more details.
- Ruby
Published by seang-stripe over 5 years ago
https://github.com/stripe/stripe-ruby - v5.32.1
- Correct use of regexp
matchin gemspec for old versions of Ruby
See the changelog for more details.
- Ruby
Published by brandur-stripe over 5 years ago
https://github.com/stripe/stripe-ruby - v5.32.0
- #973 Reduce packed gem size
See the changelog for more details.
- Ruby
Published by brandur-stripe over 5 years ago
https://github.com/stripe/stripe-ruby - v5.31.0
- #968 Allow StripeClient to be configured per instance
- #971 On config change, only clear connection managers for changed config
- #972 Rename
Stripe.configurationtoStripe.config - #970 Reserve some critical field names when adding
StripeObjectaccessors - #967 CI: github actions
See the changelog for more details.
- Ruby
Published by brandur-stripe over 5 years ago
https://github.com/stripe/stripe-ruby - v5.30.0
- #965 Add support for the Billing Portal Configuration API
See the changelog for more details.
- Ruby
Published by richardm-stripe over 5 years ago
https://github.com/stripe/stripe-ruby - v5.29.1
- #964 Fix return value of
Customer#delete_discount
See the changelog for more details.
- Ruby
Published by brandur-stripe over 5 years ago
https://github.com/stripe/stripe-ruby - v5.29.0
- #952 Allow client_id configuration on instance config
See the changelog for more details.
- Ruby
Published by brandur-stripe over 5 years ago
https://github.com/stripe/stripe-ruby - v5.28.0
- #950 Add configuration option for
write_timeoutfor connections on Ruby 2.6+
See the changelog for more details.
- Ruby
Published by brandur-stripe almost 6 years ago
https://github.com/stripe/stripe-ruby - v5.27.0
- #951 Add support for the Payout Reverse API
See the changelog for more details.
- Ruby
Published by remi-stripe almost 6 years ago
https://github.com/stripe/stripe-ruby - v5.26.0
- #949 Add support for the
SetupAttemptresource and List API
See the changelog for more details.
- Ruby
Published by remi-stripe almost 6 years ago
https://github.com/stripe/stripe-ruby - v5.25.0
- #944 Add support for the Issuing Dispute Submit API
See the changelog for more details.
- Ruby
Published by remi-stripe almost 6 years ago
https://github.com/stripe/stripe-ruby - v5.24.0
See the changelog for more details.
- Ruby
Published by brandur-stripe almost 6 years ago
https://github.com/stripe/stripe-ruby - v5.23.1
- #936 Rename API resource's
requestmethod
See the changelog for more details.
- Ruby
Published by brandur-stripe about 6 years ago
https://github.com/stripe/stripe-ruby - v5.23.0
- #937 Add support for the
PromotionCoderesource and APIs
See the changelog for more details.
- Ruby
Published by remi-stripe about 6 years ago
https://github.com/stripe/stripe-ruby - v5.22.0
- #918 Add support for the
LineItemresource and APIs
See the changelog for more details.
- Ruby
Published by remi-stripe over 6 years ago
https://github.com/stripe/stripe-ruby - v5.21.0
- #917 Add support for the
Priceresource and APIs
See the changelog for more details.
- Ruby
Published by remi-stripe over 6 years ago
https://github.com/stripe/stripe-ruby - v5.20.0
- #916 Add new
.generate_headermethod for webhooks
See the changelog for more details.
- Ruby
Published by brandur-stripe over 6 years ago
https://github.com/stripe/stripe-ruby - v5.19.0
- #915 Expose
Stripe::Webhook.compute_signaturepublicly
- Ruby
Published by brandur-stripe over 6 years ago
https://github.com/stripe/stripe-ruby - v5.18.0
- #911 Add support for
BillingPortalnamespace andSessionresource and APIs
See the changelog for more details.
- Ruby
Published by remi-stripe over 6 years ago