Compare commits

..

No commits in common. "900ecf2db917450061a1a4b37ce926eeca9689c1" and "1af83889bbd7186627d431fb7ca1de5f8a7d9c48" have entirely different histories.

8 changed files with 7 additions and 56 deletions

View File

@ -1,42 +1,5 @@
# Changelog # Changelog
## 8.7.0-beta.1 - 2023-07-13
* [#1245](https://github.com/stripe/stripe-ruby/pull/1245) Update generated code for beta
Release specs are identical.
* [#1243](https://github.com/stripe/stripe-ruby/pull/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](https://github.com/stripe/stripe-ruby/pull/1239) Update generated code for beta
## 8.6.0 - 2023-07-13
* [#1244](https://github.com/stripe/stripe-ruby/pull/1244) Update generated code
* Add support for new resource `Tax.Settings`
* Add support for `retrieve` and `update` methods on resource `Settings`
* [#1241](https://github.com/stripe/stripe-ruby/pull/1241) Update generated code
* [#1209](https://github.com/stripe/stripe-ruby/pull/1209) Update shoulda-context version
* [#1235](https://github.com/stripe/stripe-ruby/pull/1235) Allow "error" string as log level
* [#1238](https://github.com/stripe/stripe-ruby/pull/1238) Update log level error message to include `error`
* [#1231](https://github.com/stripe/stripe-ruby/pull/1231) fix: variable typo in README for instrumentation
* [#1234](https://github.com/stripe/stripe-ruby/pull/1234) Update generated code
* [#1230](https://github.com/stripe/stripe-ruby/pull/1230) Update generated code
* Release specs are identical.
* [#1226](https://github.com/stripe/stripe-ruby/pull/1226) Update generated code
* [#1223](https://github.com/stripe/stripe-ruby/pull/1223) Update generated code
* [#1225](https://github.com/stripe/stripe-ruby/pull/1225) Downgrade jaro_winkler
* [#1219](https://github.com/stripe/stripe-ruby/pull/1219) Update generated code
Documentation updates.
* [#1215](https://github.com/stripe/stripe-ruby/pull/1215) Update generated code
* [#1208](https://github.com/stripe/stripe-ruby/pull/1208) Update generated code
* [#1204](https://github.com/stripe/stripe-ruby/pull/1204) Update generated code
## 8.6.0-beta.6 - 2023-06-22 ## 8.6.0-beta.6 - 2023-06-22
* [#1237](https://github.com/stripe/stripe-ruby/pull/1237) Update generated code for beta * [#1237](https://github.com/stripe/stripe-ruby/pull/1237) Update generated code for beta
* Add support for new resource `CustomerSession` * Add support for new resource `CustomerSession`
@ -57,6 +20,7 @@
* [#1216](https://github.com/stripe/stripe-ruby/pull/1216) Update generated code for beta * [#1216](https://github.com/stripe/stripe-ruby/pull/1216) Update generated code for beta
* [#1214](https://github.com/stripe/stripe-ruby/pull/1214) Update generated code for beta * [#1214](https://github.com/stripe/stripe-ruby/pull/1214) Update generated code for beta
## 8.6.0-beta.3 - 2023-04-17 ## 8.6.0-beta.3 - 2023-04-17
* [#1211](https://github.com/stripe/stripe-ruby/pull/1211) Update generated code for beta * [#1211](https://github.com/stripe/stripe-ruby/pull/1211) Update generated code for beta
* [#1210](https://github.com/stripe/stripe-ruby/pull/1210), [#1212](https://github.com/stripe/stripe-ruby/pull/1212), [#1213](https://github.com/stripe/stripe-ruby/pull/1213) Add support for request signing * [#1210](https://github.com/stripe/stripe-ruby/pull/1210), [#1212](https://github.com/stripe/stripe-ruby/pull/1212), [#1213](https://github.com/stripe/stripe-ruby/pull/1213) Add support for request signing
@ -66,9 +30,11 @@
* Add support for `collect_payment_method` and `confirm_payment_intent` methods on resource `Terminal.Reader` * Add support for `collect_payment_method` and `confirm_payment_intent` methods on resource `Terminal.Reader`
* [#1205](https://github.com/stripe/stripe-ruby/pull/1205) Update generated code for beta * [#1205](https://github.com/stripe/stripe-ruby/pull/1205) Update generated code for beta
## 8.6.0-beta.1 - 2023-03-30 ## 8.6.0-beta.1 - 2023-03-30
* [#1202](https://github.com/stripe/stripe-ruby/pull/1202) Update generated code for beta * [#1202](https://github.com/stripe/stripe-ruby/pull/1202) Update generated code for beta
## 8.5.0 - 2023-03-30 ## 8.5.0 - 2023-03-30
* [#1203](https://github.com/stripe/stripe-ruby/pull/1203) Update generated code * [#1203](https://github.com/stripe/stripe-ruby/pull/1203) Update generated code
* Remove support for `create` method on resource `Tax.Transaction` * Remove support for `create` method on resource `Tax.Transaction`

View File

@ -1 +1 @@
v417 v406

View File

@ -1 +1 @@
8.7.0-beta.1 8.6.0-beta.6

View File

@ -4,6 +4,6 @@
module Stripe module Stripe
module ApiVersion module ApiVersion
CURRENT = "2022-11-15" CURRENT = "2022-11-15"
PREVIEW = "20230712T200515" PREVIEW = "2023-06-08.preview-v2"
end end
end end

View File

@ -77,7 +77,6 @@ module Stripe
PaymentIntent::OBJECT_NAME => PaymentIntent, PaymentIntent::OBJECT_NAME => PaymentIntent,
PaymentLink::OBJECT_NAME => PaymentLink, PaymentLink::OBJECT_NAME => PaymentLink,
PaymentMethod::OBJECT_NAME => PaymentMethod, PaymentMethod::OBJECT_NAME => PaymentMethod,
PaymentMethodConfiguration::OBJECT_NAME => PaymentMethodConfiguration,
Payout::OBJECT_NAME => Payout, Payout::OBJECT_NAME => Payout,
Person::OBJECT_NAME => Person, Person::OBJECT_NAME => Person,
Plan::OBJECT_NAME => Plan, Plan::OBJECT_NAME => Plan,

View File

@ -64,7 +64,6 @@ require "stripe/resources/order"
require "stripe/resources/payment_intent" require "stripe/resources/payment_intent"
require "stripe/resources/payment_link" require "stripe/resources/payment_link"
require "stripe/resources/payment_method" require "stripe/resources/payment_method"
require "stripe/resources/payment_method_configuration"
require "stripe/resources/payout" require "stripe/resources/payout"
require "stripe/resources/person" require "stripe/resources/person"
require "stripe/resources/plan" require "stripe/resources/plan"

View File

@ -1,13 +0,0 @@
# File generated from our OpenAPI spec
# frozen_string_literal: true
module Stripe
# An object detailing payment method configurations.
class PaymentMethodConfiguration < APIResource
extend Stripe::APIOperations::Create
extend Stripe::APIOperations::List
include Stripe::APIOperations::Save
OBJECT_NAME = "payment_method_configuration"
end
end

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Stripe module Stripe
VERSION = "8.7.0-beta.1" VERSION = "8.6.0-beta.6"
end end