A summary of data about the Ruby ecosystem.

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 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 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_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 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, and update methods on resource Token

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.CardDesign and Issuing.CardBundle to Issuing.PersonalizationDesign and Issuing.PhysicalBundle

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, 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 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_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 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, and validate methods on resource PaymentMethodDomain

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_invoices to QuotePreviewInvoice.list and Quote.preview_schedules to QuotePreviewSchedules.list

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 create method on resource AccountSession
  • #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 QuotePreviewInvoice and QuotePreviewSchedule
  • #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

    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 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 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 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_card test helper method on resource Issuing.Card
  • #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, 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 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, and update methods on resource PaymentMethodConfiguration
  • #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 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 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 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 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 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 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_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 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 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 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.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 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, 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 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_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 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_transactions method on resource Tax.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.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 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_payment method on resource Terminal.Reader

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 list method on resource Transaction

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 resume method on resource Subscription
  • #1171 Remove unused partial param from initialize_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_transactions method on resource Tax.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.Settings resource.

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_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 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_quote method on resource Quote

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 TaxCalculation and TaxTransaction to Tax::Calculation and Tax::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, 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 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, FinancingSummary and FinancingTransaction resources.

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-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 almost 4 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 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_payment method 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 Order resource 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 Invoice methods
  • #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 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 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, and ship_card test helper methods on resource Issuing.Card
  • #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_balance test helper method on resource Customer
  • #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

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, and Treasury.Transaction
    • Add support for retrieve_payment_method method on resource Customer
    • Add support for list_owners and list methods on resource FinancialConnections.Account

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 Order API with the new Order API.
      • New methods: cancel, list_line_items, reopen, and submit
      • Removed methods: pay and return_order
      • Removed resources: OrderItem and OrderReturn
    • ⚠️ Rename FinancialConnections::Account.refresh to FinancialConnections::Account.refresh_account

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, and FinancialConnections.Session

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

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 expire test helper method on resource Refund

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 FundingInstructions and Terminal.Configuration

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_authorization method on resource PaymentIntent

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_balance method on resource PaymentIntent

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, and set_reader_display methods on resource Terminal.Reader

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 search method on resources Charge, Customer, Invoice, PaymentIntent, Price, Product, and Subscription
  • #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

  • #1039 API Updates
    • Add support for cancel method on resource Refund
  • #992 Add support for Search API

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

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_microdeposits method on resources PaymentIntent and SetupIntent

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

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

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 expire method on resource Checkout.Session
  • #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_methods method on resource Customer

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_id to 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_items method on resource Quote

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 Quote API

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 TaxCode API.

See the changelog for more details.

- Ruby
Published by richardm-stripe about 5 years ago

https://github.com/stripe/stripe-ruby - v5.33.0

  • #979 API Updates
  • #975 Add Truffleruby head to CI

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 match in 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.configuration to Stripe.config
  • #970 Reserve some critical field names when adding StripeObject accessors
  • #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_timeout for 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 SetupAttempt resource 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

  • #939 Extract configurations into separate object
  • #940 Fix typo in documentation of stripe_object.rb

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 request method

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 PromotionCode resource 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 LineItem resource 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 Price resource 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_header method 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_signature publicly

- Ruby
Published by brandur-stripe over 6 years ago

https://github.com/stripe/stripe-ruby - v5.18.0

  • #911 Add support for BillingPortal namespace and Session resource and APIs

See the changelog for more details.

- Ruby
Published by remi-stripe over 6 years ago