Skip to content

Commit cf67009

Browse files
Merge upstream and update generated code for v2176 and
2 parents fbf0744 + e6c9453 commit cf67009

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## 18.4.0-beta.3 - 2026-02-17
44
* [#1787](https://github.com/stripe/stripe-ruby/pull/1787) Fix v2 typed params sending nil values on GET requests
5-
- Fixes a bug on V2 GET where we were serializing `nil` query parameters as empty strings. The server would return an error in such cases like `'limit: Expected an Integer value got: .'`
5+
- Fixes a bug on V2 GET where we were serializing `nil` query parameters as empty strings. The server would return an error in such cases like `'limit: Expected an Integer value got: .'`
66

77
## 18.4.0-beta.2 - 2026-02-03
88
* [#1775](https://github.com/stripe/stripe-ruby/pull/1775)
9-
* References to Stripe objects from *Param class fields are now fully qualified in `stripe.rbi`. This ensures that the class fields in .rbi files generated with tapioca are able to refer to the correct type.
9+
* References to Stripe objects from *Param class fields are now fully qualified in `stripe.rbi`. This ensures that the class fields in .rbi files generated with tapioca are able to refer to the correct type.
1010

1111
## 18.4.0-beta.1 - 2026-01-28
1212
This release changes the pinned API version to `2026-01-28.preview`.
@@ -35,6 +35,10 @@ This release changes the pinned API version to `2026-01-28.preview`.
3535
- Nil input params are now preserved when calling V2 APIs. Add additional tests for nil when calling V2 services you do not accidentally include an unintentional nil value. V1 API calls are not affected (nil values are stripped from params hashes in V1).
3636
* [#1747](https://github.com/stripe/stripe-ruby/pull/1747) Add EventNotificationHandler example
3737

38+
## 18.3.1 - 2026-02-03
39+
* [#1777](https://github.com/stripe/stripe-ruby/pull/1777)
40+
* References to Stripe objects from *Param class fields are now fully qualified in `stripe.rbi`. This ensures that the class fields in .rbi files generated with tapioca are able to refer to the correct type.
41+
3842
## 18.3.0 - 2026-01-28
3943
This release changes the pinned API version to `2026-01-28.clover`.
4044

CODEGEN_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9d04866843864b95eb2d5dbea5923816e446f09b
1+
e5a785b8374103d84e609caec05bef6deec02a76

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2164
1+
v2176

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,6 @@ just update-certs
420420
# or: bundle exec rake update_certs
421421
```
422422

423-
Update the bundled [stripe-mock] by editing the version number found in
424-
`.travis.yml`.
425-
426423
[api-keys]: https://dashboard.stripe.com/account/apikeys
427424
[connect]: https://stripe.com/connect
428425
[curl]: http://curl.haxx.se/docs/caextract.html

0 commit comments

Comments
 (0)