CHANGELOG

This commit is contained in:
Philip O'Toole
2026-01-09 01:08:24 -05:00
parent 9b2927b1de
commit b179f5f7d5

View File

@@ -1,3 +1,7 @@
## v9.3.14 (unreleased)
### Implementation changes and bug fixes
- [PR #2444](https://github.com/rqlite/rqlite/pull/2444): Increase WAL Checkpoint busy timeout to 250ms.
## v9.3.13 (January 8th 2026)
### Implementation changes and bug fixes
- [PR #2443](https://github.com/rqlite/rqlite/pull/2443): Don't scan for rows if zero columns returned by query. Fixes issue [#2441](https://github.com/rqlite/rqlite/issues/2441).