What rqlite/rqlite shipped
Generated by FoxPlug from public activity — not affiliated with Rqlite.
Week of September 14, 2026
What shipped
- v10.3.5 released. Release
- Configurable slow-query logging added with `-query-log` flag supporting stderr or JSON file output and minimum duration thresholds. Pull request #2768
- Snapshot IDs now include generation information. Pull request #2807
- Snapshots can be filtered by term and index. Pull request #2810
- PRAGMA syntax validation strengthened to reject alternate forms that could bypass disallowed-PRAGMA checks. Pull request #2794
- CDC event handling fixed to discard rolled-back events from failed autocommit inserts. Pull request #2791
- HTTP logic error for queued statements corrected. Pull request #2802
- HTTP last backup time access synchronized for thread safety. Pull request #2799
- Dependencies upgraded. Pull request #2811
Why it matters
This week's releases include improvements to query logging observability, snapshot filtering capabilities, and several critical bug fixes for CDC events, PRAGMA validation, and HTTP operations. These changes enhance debugging capabilities and system reliability for distributed deployments.
Changelog entry
- Added configurable slow-query logging via `-query-log` flag with support for stderr or JSON file output and minimum query duration thresholds Pull request #2768
- Snapshot IDs now contain generation information Pull request #2807
- Snapshots can be filtered by term and index Pull request #2810
- Strengthened PRAGMA validation to reject alternate syntax forms including parenthetical notation that could bypass checks Pull request #2794
- Fixed CDC event handling to discard rolled-back preupdate events from failed autocommit inserts Pull request #2791
- Fixed HTTP logic error for queued statements Pull request #2802
- Synchronized HTTP last backup time access for thread safety Pull request #2799
- Set Served by header before first backup byte Pull request #2800
- Set DB load response time for all formats Pull request #2801
- Added handling for negative trailing logs Pull request #2798
- Fixed UI console issues Pull request #2804
- Tweaked query logging Pull request #2805
- Changed DriverConfig to use pointer semantics Pull request #2806
- Upgraded dependencies Pull request #2811
rqlite v10.3.5 is out. Configurable slow-query logging, snapshot filtering, stronger PRAGMA validation, and CDC event fixes improve observability and reliability.
rqlite v10.3.5 released with configurable slow-query logging for SQL observability, snapshot filtering by term and index, reinforced PRAGMA syntax validation, and fixes for CDC event handling in failed transactions. These improvements enhance debugging, filtering, security, and distributed database reliability.