File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ ## [ 0.4.0] - 2023-12-10
4
+
5
+ - Ensure transactions are IMMEDIATE and not DEFERRED
6
+ - Ensure that our ` busy_handler ` is the very first configuration to be set on a connection
7
+ - Simplify and speed up our ` busy_handler ` implementation
8
+
3
9
## [ 0.3.0] - 2023-12-06
4
10
5
11
- Added a more performant implementation of the the ` timeout ` mechanism
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- activerecord-enhancedsqlite3-adapter (0.3 .0 )
4
+ activerecord-enhancedsqlite3-adapter (0.4 .0 )
5
5
activerecord (>= 7.1 )
6
6
sqlite3 (~> 1.6 )
7
7
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module EnhancedSQLite3
4
- VERSION = "0.3 .0"
4
+ VERSION = "0.4 .0"
5
5
end
You can’t perform that action at this time.
0 commit comments