stripe 6.6.0.pre.beta.1 → 7.1.0.pre.beta.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a286445665c480e3a76c430167b3ab15b3cfee150bbe8dac88c11b6f659a0ad
4
- data.tar.gz: abecc95e3a2bca67e57d7fd45568566f04ea5ae633e93dd6fcfdc67da0f1e35b
3
+ metadata.gz: e2e7b040047cac21858806b95ee7acbe05671f7e362fb251028c688214ca7f91
4
+ data.tar.gz: 9c33b413e3bb963a64d6ed7845f310f3a71b0e4b4cf23774d7b44004209cb6ce
5
5
  SHA512:
6
- metadata.gz: 3831e6f6fa2348dcb6abac005264e128cbb6028ba2f45e4d542c2c35788ad0c1a80547c49fe80d03ae3fa933abc4c9d9c0377600b53c9b75c3ccaccd2ada0e94
7
- data.tar.gz: 8beebb89c127e5b66bbb0d4d1358dc41395f39ed282a1b36650615ef705fc0c59da277ee05ba642d07c7001804f2ed5df743e572f66eb50ef01537a325dc120d
6
+ metadata.gz: 7df8eded9e11c521b40aa83ac3808c2bbf6a019c7a94f164df095f0c1b17d9457616f3936ef5356c6ea4437555a28e37f2d23302835a2778028ad810f0c39432
7
+ data.tar.gz: 6ee25a16bae8c25ae4f431ad34ff7a0d5ac852557095b512f6ddd3705e77e713d7a25a52084c1bfac241f2b461984afeae44644f4329b9858ea47c75a54d8411
data/CHANGELOG.md CHANGED
@@ -1,22 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.1.0-beta.2 - 2022-08-11
4
+ * [#1113](https://github.com/stripe/stripe-ruby/pull/1113) API Updates for beta branch
5
+ - Updated stable APIs to the latest version
6
+ - Add `refund_payment` method to Terminal resource
7
+
8
+ ## 7.1.0-beta.1 - 2022-08-03
9
+ * [#1107](https://github.com/stripe/stripe-ruby/pull/1107) API Updates for beta branch
10
+ - Updated stable APIs to the latest version
11
+ - Added the `Order` resource support
12
+
13
+ ## 7.0.0 - 2022-08-02
14
+
15
+ 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.
16
+
17
+ "⚠️" symbol highlights breaking changes.
18
+
19
+ * [#1106](https://github.com/stripe/stripe-ruby/pull/1106) API Updates
20
+ * [#1092](https://github.com/stripe/stripe-ruby/pull/1092) API Updates
21
+ * [#1090](https://github.com/stripe/stripe-ruby/pull/1090) Use auto-generation for `Invoice` methods
22
+ * [#1103](https://github.com/stripe/stripe-ruby/pull/1103) Next major release changes
23
+
3
24
  ## 6.6.0-beta.1 - 2022-07-22
4
25
  * [#1100](https://github.com/stripe/stripe-ruby/pull/1100) API Updates for beta branch
5
- - Updated stable APIs to the latest version
6
- - Add `QuotePhase` resource
26
+ - Updated stable APIs to the latest version
27
+ - Add `QuotePhase` resource
7
28
  * [#1097](https://github.com/stripe/stripe-ruby/pull/1097) API Updates for beta branch
8
- - Updated stable APIs to the latest version
29
+ - Updated stable APIs to the latest version
9
30
  - Add `SubscriptionSchedule.amend` method.
10
31
  * [#1093](https://github.com/stripe/stripe-ruby/pull/1093) API Updates for beta branch
11
- - Include `server_side_confirmation_beta=v1` beta
12
- - Add `secretKeyConfirmation` to `PaymentIntent`
32
+ - Include `server_side_confirmation_beta=v1` beta
33
+ - Add `secretKeyConfirmation` to `PaymentIntent`
13
34
  * [#1085](https://github.com/stripe/stripe-ruby/pull/1085) API Updates for beta branch
14
35
  - Updated stable APIs to the latest version
15
36
  * [#1075](https://github.com/stripe/stripe-ruby/pull/1075) Use the generated API version
16
37
 
17
38
  ## 6.5.0 - 2022-06-29
18
39
  * [#1084](https://github.com/stripe/stripe-ruby/pull/1084) API Updates
19
- * Add support for `deliver_card`, `fail_card`, `return_card`, and `ship_card` test helper methods on resource `Issuing.Card`
40
+ * Add support for `deliver_card`, `fail_card`, `return_card`, and `ship_card` test helper methods on resource `Issuing.Card`
20
41
  * [#1076](https://github.com/stripe/stripe-ruby/pull/1076) fix: Update logging to coerce ASCII-8BIT into UTF-8.
21
42
 
22
43
  ## 6.4.0 - 2022-06-17
@@ -26,7 +47,7 @@
26
47
  * [#1072](https://github.com/stripe/stripe-ruby/pull/1072) Trigger workflows on beta branches
27
48
  * [#1071](https://github.com/stripe/stripe-ruby/pull/1071) Use request_stripe_object for all requests
28
49
  * [#1070](https://github.com/stripe/stripe-ruby/pull/1070) API Updates
29
-
50
+
30
51
  Switch from using meta-programing to generating explicit methods for custom methods.
31
52
  * [#1069](https://github.com/stripe/stripe-ruby/pull/1069) chore: Stop special implementation of Account.persons method.
32
53
 
data/OPENAPI_VERSION CHANGED
@@ -1 +1 @@
1
- v170
1
+ v178
data/VERSION CHANGED
@@ -1 +1 @@
1
- 6.6.0-beta.1
1
+ 7.1.0-beta.2