Upgrade rqlite-go-sqlite3

This commit is contained in:
Philip O'Toole
2026-01-16 19:01:32 -05:00
committed by GitHub
parent c1c857b9c0
commit a86a145ca3
3 changed files with 6 additions and 5 deletions

View File

@@ -1,8 +1,9 @@
## v9.3.15 (unreleased)
## v9.3.15 (January 16th 2026)
### Implementation changes and bug fixes
- [PR #2447](https://github.com/rqlite/rqlite/pull/2447): Upgrade SQL parser.
- [PR #2448](https://github.com/rqlite/rqlite/pull/2448): Upgrade SQLite to 3.51.2.
## v9.3.14 (January 9th 2025)
## v9.3.14 (January 9th 2026)
### Implementation changes and bug fixes
- [PR #2444](https://github.com/rqlite/rqlite/pull/2444): Increase WAL Checkpoint busy timeout to 250ms.
- [PR #2445](https://github.com/rqlite/rqlite/pull/2445): Implement a must-checkpoint-WAL after multiple failures policy.

2
go.mod
View File

@@ -82,5 +82,5 @@ require (
replace (
github.com/armon/go-metrics => github.com/hashicorp/go-metrics v0.5.1
github.com/mattn/go-sqlite3 => github.com/rqlite/go-sqlite3 v1.43.0
github.com/mattn/go-sqlite3 => github.com/rqlite/go-sqlite3 v1.44.0
)

4
go.sum
View File

@@ -237,8 +237,8 @@ github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsT
github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+GxbHq6oeK9A=
github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/rqlite/go-sqlite3 v1.43.0 h1:D1dno0cZ/ex99XME+R1r1MAp/XlvMWbFvx4KHO63S8Y=
github.com/rqlite/go-sqlite3 v1.43.0/go.mod h1:R9H7CatgYBt3c+fSV/5yo2vLh4ZjCB0aMHdkv69fP4A=
github.com/rqlite/go-sqlite3 v1.44.0 h1:XAwsGVSEite2L5MyqjD75Ce75Sg4x44hXPURGjlDdLQ=
github.com/rqlite/go-sqlite3 v1.44.0/go.mod h1:R9H7CatgYBt3c+fSV/5yo2vLh4ZjCB0aMHdkv69fP4A=
github.com/rqlite/raft-boltdb/v2 v2.0.0-20230523104317-c08e70f4de48 h1:NZ62M+kT0JqhyFUMc8I4SMmfmD4NGJxhb2ePJQXjryc=
github.com/rqlite/raft-boltdb/v2 v2.0.0-20230523104317-c08e70f4de48/go.mod h1:CRnsxgy5G8fAf5J+AM0yrsSdxXHKkIYOaq2sm+Q4DYc=
github.com/rqlite/rqlite-disco-clients v0.0.0-20250205044118-8ada2b350099 h1:5cqkVLdl6sGJSY3kiF2dqaA3bD+8OS5FUdZqO0BxXLU=