You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+10-3
Original file line number
Diff line number
Diff line change
@@ -11,19 +11,26 @@ This release drops support for Ruby 2.7. [#453] @flavorjones
11
11
12
12
### Added
13
13
14
-
-`Database#busy_handler_timeout=` introduced as an alternative to `#busy_timeout=` that can be used when it's desired to release the GVL between retries. [#443]@fractaledmind
14
+
-`Database#busy_handler_timeout=` introduced as an alternative to `#busy_timeout=` that can be used when it's desired to release the GVL between retries. [#443, #456]@fractaledmind
15
+
- Support the `SUPER_JOURNAL` flag which is an alias for `MASTER_JOURNAL` as of sqlite 3.33.0. [#467]@flavorjones
16
+
-`Statement#stat` and `Statement#memused` introduced to report statistics. [#461]@fractaledmind
15
17
16
18
17
19
### Improved
18
20
19
21
- Avoid leaking memory for statements that are not closed properly. [#392]@haileys
20
22
- Moved some C code into Ruby. [#451, #455]@tenderlove
23
+
- Improve performance of `ResultSet` hashes. [#154, #484, #468]@tenderlove
24
+
- Fix a GC compaction issue with `busy_handler`. [#466]@byroot
0 commit comments