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
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,23 @@
6
6
7
7
### Ruby
8
8
9
-
This release drops support for Ruby 2.7.
9
+
This release drops support for Ruby 2.7. [#453]@flavorjones
10
+
11
+
12
+
### Added
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
15
+
16
+
17
+
### Improved
18
+
19
+
- Avoid leaking memory for statements that are not closed properly. [#392]@haileys
20
+
- Moved some C code into Ruby. [#451, #455]@tenderlove
10
21
11
22
12
23
### Removed
13
24
14
-
- Remove `SQLite3::VersionProxy` which has been deprecated since v1.3.2.
25
+
- Remove `SQLite3::VersionProxy` which has been deprecated since v1.3.2.[#453]@flavorjones
0 commit comments