A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/stripe/stripe-ruby

https://github.com/stripe/stripe-ruby - v11.6.0

  • #1404 Add method to list invoice line items
    • Add methods list_lines() on the class Invoice to list the invoice line items

See the changelog for more details.

- Ruby
Published by ramya-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v11.5.0

  • #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 prathmesh-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v11.5.0-beta.1

  • #1395 Update generated code for beta
    • No new beta features. Merging changes from the main branch.

See the changelog for more details.

- Ruby
Published by ramya-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v11.4.0

  • #1397 Update generated code
    • Add support for update test helper method on resources Treasury.OutboundPayment and Treasury.OutboundTransfer
  • #1399 Pass params to transfer reversal
    • Allow Stripe::Transfer.retrieve_reversal() to accept a params hash as the third argument, followed by opts. No changes to existing calls are necessary, but in a future major version this method will be updated to only accept params as the first argument. Fixes #1393
  • #1389 Removed jaro_winkler as a dependency
  • #1396 Start tracking StripeClient#request usage

See the changelog for more details.

- Ruby
Published by ramya-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v11.4.0-beta.1

  • #1386 Update generated code for beta

See the changelog for more details.

- Ruby
Published by helenye-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v11.3.0

See the changelog for more details.

- Ruby
Published by helenye-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v11.3.0-beta.1

  • #1383 Update generated code for beta

See the changelog for more details.

- Ruby
Published by ramya-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v11.2.0

  • #1385 Update generated code
    • Add support for create_preview method on resource Invoice

See the changelog for more details.

- Ruby
Published by ramya-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v11.1.0

  • #1379 Update generated code
    • Add support for new resource Entitlements.ActiveEntitlementSummary
  • #1382 Revert Makefile change to allow autoformatting in codegen
  • #1380 Rename section for object types

See the changelog for more details.

- Ruby
Published by ramya-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v11.1.0-beta.1

  • #1376 Update generated code for beta
    • Add support for retrieve method on resources Entitlements.ActiveEntitlement and Entitlements.Feature

See the changelog for more details.

- Ruby
Published by ramya-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v11.0.0

  • #1374

    • This release changes the pinned API version to 2024-04-10. Please read the API Upgrade Guide and carefully review the API changes before upgrading.

    ⚠️ Breaking changes

    • 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.

See the changelog for more details.

- Ruby
Published by ramya-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v10.15.0

  • #1377 Add last_response to StripeObject
    • Users can now retrieve raw response from the returned resource, using the last_response property. See README for an example.
  • #1372 Update generated code
    • Add support for new resources Entitlements.ActiveEntitlement and Entitlements.Feature
    • Add support for list and retrieve methods on resource ActiveEntitlement
    • Add support for create, list, retrieve, and update methods on resource Feature
  • #1366 Move executables to exe folder

See the changelog for more details.

- Ruby
Published by ramya-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v10.15.0-beta.1

  • #1373 Update generated code for beta
    • Add support for update method on resource Entitlements.Feature
  • #1370 Update generated code for beta

See the changelog for more details.

- Ruby
Published by ramya-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v10.14.0

  • #1369 Update generated code
    • Add support for new resources Billing.MeterEventAdjustment, Billing.MeterEvent, and Billing.Meter
    • Add support for create, deactivate, list, reactivate, retrieve, and update methods on resource Meter
    • Add support for create method on resources MeterEventAdjustment and MeterEvent

See the changelog for more details.

- Ruby
Published by ramya-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v10.14.0-beta.1

  • #1363 Update generated code for beta
    • Add support for new resources Entitlements.ActiveEntitlementSummary and Entitlements.ActiveEntitlement
    • Add support for list method on resource ActiveEntitlement

See the changelog for more details.

- Ruby
Published by ramya-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v10.13.0

  • #1367 Update generated code
    • Add support for new resources ConfirmationToken and Forwarding.Request
    • Add support for retrieve method on resource ConfirmationToken
    • Add support for create, list, and retrieve methods on resource Request
  • #1362 Exclude sorbet directory and tapioca script when packing gem

See the changelog for more details.

- Ruby
Published by ramya-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v10.13.0-beta.1

  • #1360 Update generated code for beta
    • Add support for new resources Billing.MeterEventAdjustment, Billing.MeterEvent, and Billing.Meter
    • Add support for create, deactivate, list, reactivate, retrieve, and update methods on resource Meter
    • Add support for create method on resources MeterEventAdjustment and MeterEvent
    • Add support for create test helper method on resource ConfirmationToken
    • Add support for add_lines, remove_lines, and update_lines methods on resource Invoice

See the changelog for more details.

- Ruby
Published by ramya-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v10.12.0

  • #1359 Update generated code
    • Add support for new resources Issuing.PersonalizationDesign and Issuing.PhysicalBundle
    • Add support for create, list, retrieve, and update methods on resource PersonalizationDesign
    • Add support for list and retrieve methods on resource PhysicalBundle
  • #1354 Refactor after SDK based generation pattern
  • #1347 Reorder methods with lexographical sort
  • #1355 Disable Metrics/ClassLength
  • #1351 Update CHANGELOG.md

See the changelog for more details.

- Ruby
Published by ramya-stripe almost 2 years ago

https://github.com/stripe/stripe-ruby - v10.12.0-beta.1

  • #1352 Update generated code for beta
    Release specs are identical.

  • #1350 Update generated code for beta

  • #1341 Update generated code for beta

    • Remove support for resource Entitlements.Event
  • #1343 Add a helper to add a beta version

See the changelog for more details.

- Ruby
Published by anniel-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.11.0

  • #1348 Use sorbet gem instead of sorbet-static
  • #1342 Update generated code
    • Add list_refunds and retrieve_refund methods on resource Charge.
  • #1345 Update README to use add_beta_version

See the changelog for more details.

- Ruby
Published by anniel-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.2.0

  • #1292 Update generated code

    • Add support for new resources Climate.Order, Climate.Product, and Climate.Supplier
    • Add support for cancel, create, list, retrieve, and update methods on resource Order
    • Add support for list and retrieve methods on resources Product and Supplier
  • #1295 Upgrade rubocop

  • #1291 Update generated code

  • #1290 Update generated code

  • #1288 Update generated code

See the changelog for more details.

- Ruby
Published by anniel-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.11.0-beta.1

  • #1335 Update generated code for beta

See the changelog for more details.

- Ruby
Published by pakrym-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.10.0

  • #1336 Update generated code
    • Add InvoiceLineItem.update method.
  • #1334 Add TaxIds API
    • Add support for all, create, and retrieve methods on resource TaxId
    • 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.
    • 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.

See the changelog for more details.

- Ruby
Published by pakrym-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.10.0-beta.1

  • #1332 Update generated code for beta
    • Add support for decrement_authorization method on resource PaymentIntent
  • #1328 Update generated code for beta

See the changelog for more details.

- Ruby
Published by helenye-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.9.0

See the changelog for more details.

- Ruby
Published by helenye-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.9.0-beta.1

  • #1321 Update generated code for beta
    • Release specs are identical.

See the changelog for more details.

- Ruby
Published by anniel-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.8.0

  • #1322 Update generated code
  • #1323 Extract other CRUDL api operations from mixins
    • Extract more CRUDL operations, namely create, delete, update, and list into the resources. These methods will no longer rely on the APIOperation mixins.
  • #1314 Update mocha gem to 1.16

See the changelog for more details.

- Ruby
Published by anniel-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.7.1

See the changelog for more details.

- Ruby
Published by anniel-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.8.0-beta.1

  • #1318 Update generated code for beta
    • Add support for new resources Entitlements.Event and Entitlements.Feature
    • Add support for create method on resource Event
    • Add support for create and list methods on resource Feature

See the changelog for more details.

- Ruby
Published by richardm-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.7.0

  • #1317 Remove list method in child resources
    • Removes list method mixin from child resources, as these methods always return InvalidRequestError and never succeed
  • #1311 Use the deprecation gem in search and clean up usage of the gem

See the changelog for more details.

- Ruby
Published by richardm-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.7.0-beta.3

  • #1313 Update generated code for beta
    • Add support for create_preview method on resource Invoice
  • #1307 Beta: report raw request usage

See the changelog for more details.

- Ruby
Published by pakrym-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.7.0-beta.2

  • #1307 Beta: report raw request usage

See the changelog for more details.

- Ruby
Published by richardm-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.7.0-beta.1

  • #1309 Update generated code for beta
  • #1305 Update generated code for beta

See the changelog for more details.

- Ruby
Published by pakrym-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.6.0

  • #1310 Update generated code
    • Add support for new resource CustomerSession
    • Add support for create method on resource CustomerSession

See the changelog for more details.

- Ruby
Published by pakrym-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.6.0-beta.1

  • #1302 Update generated code for beta
    • Updated stable APIs to the latest version

See the changelog for more details.

- Ruby
Published by richardm-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.5.0

  • #1306 Update generated code
    • Add support for retrieve method on resource Tax.Registration

See the changelog for more details.

- Ruby
Published by richardm-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.5.0-beta.1

  • #1302 Update generated code for beta

See the changelog for more details.

- Ruby
Published by pakrym-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.4.0

  • #1303 Update generated code
    • Add support for new resource FinancialConnections.Transaction
    • Add support for list and retrieve methods on resource Transaction
    • Add support for subscribe and unsubscribe methods on resource FinancialConnections.Account
  • #1304 Add support for updatable singleton resources

See the changelog for more details.

- Ruby
Published by pakrym-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.4.0-beta.1

Updated stable APIs to the latest version

See the changelog for more details.

- Ruby
Published by richardm-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.3.0

  • #1294 Support sending parameters inside singleton retrieve

See the changelog for more details.

- Ruby
Published by richardm-stripe about 2 years ago

https://github.com/stripe/stripe-ruby - v10.3.0-beta.1

  • #1298 Update generated code for beta
  • #1296 Merge master into beta

See the changelog for more details.

- Ruby
Published by anniel-stripe over 2 years ago

https://github.com/stripe/stripe-ruby - v10.2.0-beta.1

  • #1287 Update generated code for beta
    • Add support for attach_payment_intent method on resource Invoice
  • #1285 Update generated code for beta

See the changelog for more details.

- Ruby
Published by richardm-stripe over 2 years ago

https://github.com/stripe/stripe-ruby - v10.1.0

  • #1286 Update generated code
    • Add support for new resource Tax.Registration
    • Add support for create, list, and update methods on resource Registration

See the changelog for more details.

- Ruby
Published by richardm-stripe over 2 years ago

https://github.com/stripe/stripe-ruby - v10.1.0-beta.2

  • #1285 Update generated code for beta
    • Add support for new resource Margin
    • Add support for create, list, retrieve, and update methods on resource Margin

See the changelog for more details.

- Ruby
Published by anniel-stripe over 2 years ago

https://github.com/stripe/stripe-ruby - v10.1.0-beta.1

  • #1284 Update generated code for beta
    • Update pinned API version to 2023-10-16
  • #1282 Update generated code for beta

See the changelog for more details.

- Ruby
Published by pakrym-stripe over 2 years ago

https://github.com/stripe/stripe-ruby - v10.0.0

  • This release changes the pinned API version to 2023-10-16. Please read the API Upgrade Guide and carefully review the API changes before upgrading stripe-ruby.
  • #1283 Update generated code
    • Updated pinned API version
  • #1281 Update generated code
    • Documentation only changes

See the changelog for more details.

- Ruby
Published by pakrym-stripe over 2 years ago

https://github.com/stripe/stripe-ruby - v9.5.0-beta.2

  • #1280 Update generated code for beta
    • Add support for new resources AccountNotice and Issuing.CreditUnderwritingRecord
    • Add support for list, retrieve, and update methods on resource AccountNotice
    • Add support for correct, create_from_application, create_from_proactive_review, list, report_decision, and retrieve methods on resource CreditUnderwritingRecord

See the changelog for more details.

- Ruby
Published by pakrym-stripe over 2 years ago

https://github.com/stripe/stripe-ruby - v9.5.0-beta.1

  • #1278 Update generated code for beta
    • Add support for mark_draft and mark_stale methods on resource Quote
    • Remove support for draft_quote and mark_stale_quote methods on resource Quote
    • Rename preview_invoice_lines to list_preview_invoice_lines on resource Quote

See the changelog for more details.

- Ruby
Published by anniel-stripe over 2 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, and update methods on resource Token

See the changelog for more details.

- Ruby
Published by anniel-stripe over 2 years ago

https://github.com/stripe/stripe-ruby - v9.4.0-beta.3

  • #1276 Update generated code for beta
    • Rename resources Issuing.CardDesign and Issuing.CardBundle to Issuing.PersonalizationDesign and Issuing.PhysicalBundle

See the changelog for more details.

- Ruby
Published by richardm-stripe over 2 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 over 2 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 over 2 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, and update methods on resource PaymentMethodConfiguration
  • #1271 Update generated code
    • Add support for capture, create, expire, increment, and reverse test helper methods on resource Issuing.Authorization
    • Add support for create_force_capture, create_unlinked_refund, and refund test helper methods on resource Issuing.Transaction

See the changelog for more details.

- Ruby
Published by richardm-stripe over 2 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_card test helper method on resource Issuing.Card
  • #1265 Update generated code for beta

    • Rename Quote.preview_invoices to QuotePreviewInvoice.list and Quote.preview_schedules to QuotePreviewSchedules.list
  • #1264 Update generated code for beta

    • Add support for new resources QuotePreviewInvoice and QuotePreviewSchedule
  • #1259 Update generated code for beta

  • #1257 Update generated code for beta

  • #1254 Update generated code for beta

    • Add support for submit_card test helper method on resource Issuing.Card
  • #1252 Remove developer_message support

See the changelog for more details.

- Ruby
Published by pakrym-stripe over 2 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, and validate methods on resource PaymentMethodDomain

See the changelog for more details.

- Ruby
Published by pakrym-stripe over 2 years ago

https://github.com/stripe/stripe-ruby - v9.2.0-beta.1

  • #1265 Update generated code for beta
    • Rename Quote.preview_invoices to QuotePreviewInvoice.list and Quote.preview_schedules to QuotePreviewSchedules.list

See the changelog for more details.

- Ruby
Published by richardm-stripe over 2 years ago

https://github.com/stripe/stripe-ruby - v9.1.0

  • #1266 Update generated code
    • Add support for new resource AccountSession
    • Add support for create method on resource AccountSession
  • #1262 Explicitly format timestamp in SignatureVerificationError message

See the changelog for more details.

- Ruby
Published by richardm-stripe over 2 years ago

https://github.com/stripe/stripe-ruby - v9.0.0-beta.1

  • #1264 Update generated code for beta
    • Add support for new resources QuotePreviewInvoice and QuotePreviewSchedule
  • #1259 Update generated code for beta

See the changelog for more details.

- Ruby
Published by anniel-stripe over 2 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

    1. (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-16 back 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.

    2. (Alternative option) Specify a version other than 2023-08-16 when initializing stripe-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 over 2 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 over 2 years ago

https://github.com/stripe/stripe-ruby - v8.7.0

  • #1256 Update generated code
    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.

See the changelog for more details.

- Ruby
Published by richardm-stripe over 2 years ago

https://github.com/stripe/stripe-ruby - v8.7.0-beta.3

  • #1254 Update generated code for beta
    • Add support for submit_card test helper method on resource Issuing.Card
  • #1252 Remove developer_message support

See the changelog for more details.

- Ruby
Published by anniel-stripe over 2 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, and retrieve methods on resource Form
  • #1249 Update generated code for beta
  • #1246 Update generated code for beta

See the changelog for more details.

- Ruby
Published by pakrym-stripe over 2 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, and update methods on resource PaymentMethodConfiguration
  • #1239 Update generated code for beta

See the changelog for more details.

- Ruby
Published by anniel-stripe over 2 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 retrieve and update methods on resource Settings
  • #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 over 2 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 create method on resource CustomerSession
  • #1233 Update generated code for beta
  • #1229 Update generated code for beta

See the changelog for more details.

- Ruby
Published by anniel-stripe over 2 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 almost 3 years ago

https://github.com/stripe/stripe-ruby - v8.6.0-beta.4

  • #1220 Update generated code for beta
    • Add support for subscribe and unsubscribe methods on resource FinancialConnections.Account
  • #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 almost 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 almost 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_method and confirm_payment_intent methods on resource Terminal.Reader
  • #1205 Update generated code for beta

See the changelog for more details.

- Ruby
Published by pakrym-stripe almost 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 almost 3 years ago

https://github.com/stripe/stripe-ruby - v8.5.0

  • #1203 Update generated code
    • Remove support for create method on resource Tax.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_calculation method.
  • #1201 Update save deprecation message

See the changelog for more details.

- Ruby
Published by anniel-stripe almost 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.CalculationLineItem and Tax.TransactionLineItem
    • Add support for collect_inputs method on resource Terminal.Reader

See the changelog for more details.

- Ruby
Published by pakrym-stripe almost 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, and Tax.Transaction
    • Add support for create and list_line_items methods on resource Calculation
    • Add support for create_from_calculation, create_reversal, create, list_line_items, and retrieve methods on resource Transaction
  • #1152 Symbolize hash keys inside convert_to_stripe_object_with_params

See the changelog for more details.

- Ruby
Published by pakrym-stripe almost 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_calculation method on resource Tax.Transaction
  • #1188 Update generated code for beta (new)
    • Remove support for resources Capital.FinancingOffer and Capital.FinancingSummary
    • Remove support for list, mark_delivered, and retrieve methods on resource FinancingOffer
    • Remove support for retrieve method on resource FinancingSummary
  • #1187 Merge upstream master

See the changelog for more details.

- Ruby
Published by richardm-stripe almost 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_transactions method on resource Tax.Transaction

See the changelog for more details.

- Ruby
Published by anniel-stripe almost 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.CardBundle and Issuing.CardDesign
    • Add support for list and retrieve methods on resource CardBundle
    • Add support for list, retrieve, and update methods on resource CardDesign

See the changelog for more details.

- Ruby
Published by pakrym-stripe about 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 about 3 years ago

https://github.com/stripe/stripe-ruby - v8.3.0

  • #1175 API Updates
    • Add support for refund_payment method on resource Terminal.Reader

See the changelog for more details.

- Ruby
Published by anniel-stripe about 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 list method on resource Transaction

See the changelog for more details.

- Ruby
Published by richardm-stripe about 3 years ago

https://github.com/stripe/stripe-ruby - v8.2.0

  • #1173 API Updates
    • Add support for resume method on resource Subscription
  • #1171 Remove unused partial param from initialize_from

See the changelog for more details.

- Ruby
Published by richardm-stripe about 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_transactions method on resource Tax.Transaction

See the changelog for more details.

- Ruby
Published by anniel-stripe about 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.Settings resource.

See the changelog for more details.

- Ruby
Published by pakrym-stripe about 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_quote implementation to from calling POST /v1/quotes/{quote}/draft to POST /v1/quotes/{quote}/mark_draft
    • Add support for Tax::Register resource

See the changelog for more details.

- Ruby
Published by richardm-stripe about 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 about 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_quote method on resource Quote

See the changelog for more details.

- Ruby
Published by anniel-stripe about 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 TaxCalculation and TaxTransaction to Tax::Calculation and Tax::Transaction.

See the changelog for more details.

- Ruby
Published by richardm-stripe about 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, and TaxTransaction
    • Add support for create and list_line_items methods on resource TaxCalculation
    • Add support for create_reversal, create, and retrieve methods on resource TaxTransaction
  • #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 about 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 about 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 over 3 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 over 3 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 over 3 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, FinancingSummary and FinancingTransaction resources.

See the changelog for more details.

- Ruby
Published by pakrym-stripe over 3 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 over 3 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-Version beta 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 over 3 years ago

https://github.com/stripe/stripe-ruby - v7.1.0

  • #1116 API Updates
    • Add support for new resource CustomerCashBalanceTransaction
  • #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 over 3 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_payment method to Terminal resource

See the changelog for more details.

- Ruby
Published by pakrym-stripe over 3 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 Order resource support

See the changelog for more details.

- Ruby
Published by pakrym-stripe over 3 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 Invoice methods
  • #1103 Next major release changes

See the changelog for more details.

- Ruby
Published by pakrym-stripe over 3 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 QuotePhase resource
  • #1097 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add SubscriptionSchedule.amend method.
  • #1093 API Updates for beta branch
    • Include server_side_confirmation_beta=v1 beta
    • Add secretKeyConfirmation to PaymentIntent
  • #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 over 3 years ago