Skip to content

Commit ca4f6f5

Browse files
authored
v8.3.1 is released (#1038)
1 parent 7bd98a6 commit ca4f6f5

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
### Bug Fixes
88

9+
### Changes
10+
11+
## 8.3.0 (2026-06-05)
12+
13+
### New Features
14+
15+
### Bug Fixes
16+
917
* [#1037](https://github.com/toptal/chewy/pull/1037): `#scroll_batches` now clears the scroll context opened for an empty result. The `_scroll_id` was only captured while iterating batches, so a zero-hit scope (which still opens a context on the initial request) leaked it until the scroll keepalive expired, contributing to `search.max_open_scroll_context` exhaustion.
1018

1119
### Changes

lib/chewy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Chewy
2-
VERSION = '8.3.0'.freeze
2+
VERSION = '8.3.1'.freeze
33
end

0 commit comments

Comments
 (0)