Releases: ClosureTree/with_advisory_lock
Releases · ClosureTree/with_advisory_lock
with_advisory_lock: v6.0.0
6.0.0 (2025-05-28)
⚠ BREAKING CHANGES
- Remove private APIs (Base, DatabaseAdapterSupport). Add full mixed adapter support for PostgreSQL/MySQL in same app. Add JRuby compatibility.
- drop support for sqlite3
- drop legacy version of ruby/rails (#113)
Features
with_advisory_lock: v5.3.0
5.3.0 (2025-04-25)
Features
with_advisory_lock: v5.2.0
5.2.0 (2025-04-24)
Features
- use current connnection instead of the one in ActiveRecord::Base (#90) (c28a172)
Bug Fixes
- Removed MySQL unused lock variable and broaden SQLite detection. (#94) (f818a18)
with_advisory_lock: v5.1.0
5.1.0 (2024-01-21)
Features
- use zeitwerk loader instead of ActiveSupport::Autoload (b5082fd)
with_advisory_lock: v5.0.1
5.0.1 (2024-01-21)
Features
- add release workflow (5d32520)
- add ruby 3.1 test/support (#60) (514f042)
- Add testing for activerecord 7.1 and support for trilogy adapter (#77) (69c23fe)
- add truffleruby support (#62) (ec34bd4)
Bug Fixes
- User may sometimes pass in non-strings, such as integers (#55) (9885597)