We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f44b26 commit 5233dd9Copy full SHA for 5233dd9
2 files changed
CHANGES.md
@@ -2,6 +2,9 @@
2
3
### Unreleased
4
5
+### 2026-06-03 (2.19.8)
6
+
7
+* Fix 1-byte buffer overread on EOS errors.
8
* Handle invalid types passed as `max_nesting` option.
9
10
### 2026-05-28 (2.19.7)
lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module JSON
- VERSION = '2.19.7'
+ VERSION = '2.19.8'
end
0 commit comments