We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c23fe commit f86f5dbCopy full SHA for f86f5db
CHANGELOG.md
@@ -1,13 +1,13 @@
1
## Changelog
2
3
-- Add `with_advisory_lock!`, which raises an error if the lock acquisition fails
4
-- Add a `disable_query_cache` option to `with_advisory_lock`
5
-
6
### 5.0.0
7
-- Drop support for EOL rubies and activerecord (ruby below 2.7 and activerecord below 6.0).
+- Drop support for EOL rubies and activerecord (ruby below 2.7 and activerecord below 6.1).
8
- Allow lock name to be integer
9
- Jruby support
10
- Truffleruby support
+- Add `with_advisory_lock!`, which raises an error if the lock acquisition fails
+- Add `disable_query_cache` option to `with_advisory_lock`
+- Drop support for mysql < 5.7.5
11
12
### 4.6.0
13
0 commit comments