We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4bd31 commit 4c8d17fCopy full SHA for 4c8d17f
CHANGELOG.md
@@ -1,14 +1,17 @@
1
# Changelog
2
3
-## master (unreleased)
+## 8.0.0 (2026-02-25)
4
5
### New Features
6
7
### Changes
8
9
+* **(Breaking)** Drop support for Ruby < 3.2 and Rails < 7.2. Chewy now requires Ruby ~> 3.2 and ActiveSupport >= 7.2. ([@bbatsov][])
10
+
11
### Bugs Fixed
12
13
* [#964](https://github.com/toptal/chewy/pull/964): Fix `delayed_sidekiq` worker to handle UUID primary keys correctly.
14
+* Fix `FrozenError` in `Syncer` when ActiveRecord returns frozen arrays from `pluck`. ([@bbatsov][])
15
16
## 8.0.0-beta (2024-08-27)
17
lib/chewy/version.rb
@@ -1,3 +1,3 @@
module Chewy
- VERSION = '8.0.0-beta'.freeze
+ VERSION = '8.0.0'.freeze
end
0 commit comments