We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e365a8a commit 2c86cc5Copy full SHA for 2c86cc5
1 file changed
CHANGELOG.md
@@ -1,11 +1,21 @@
1
# Changelog
2
3
-## [Unreleased]
+## [5.4.1] - 2026-04-16
4
+
5
+### Added
6
7
+- Added a child-process regression test covering the `exec` callback and
8
+ concurrent statement preparation/finalization on a shared `FULLMUTEX`
9
+ connection.
10
11
### Changed
12
13
- Removed the `clib:pthread` OPAM tag, keeping only `clib:sqlite3` as package
14
classification metadata.
15
+- Bumped `ocamlformat` to version `0.29.0`.
16
17
+### Fixed
18
19
- Released the OCaml runtime lock around more explicit SQLite API calls that can
20
contend on SQLite connection or statement mutexes, reducing the risk of
21
deadlocks in multi-threaded code.
0 commit comments