Skip to content

Commit fbf0744

Browse files
Bump version to 18.4.0-beta.3
1 parent 41ad43a commit fbf0744

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 18.4.0-beta.3 - 2026-02-17
4+
* [#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: .'`
6+
37
## 18.4.0-beta.2 - 2026-02-03
48
* [#1775](https://github.com/stripe/stripe-ruby/pull/1775)
59
* 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.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.4.0-beta.2
1+
18.4.0-beta.3

lib/stripe/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Stripe
4-
VERSION = "18.4.0-beta.2"
4+
VERSION = "18.4.0-beta.3"
55
end

0 commit comments

Comments
 (0)