Releases: ncruces/go-sqlite3
Releases · ncruces/go-sqlite3
v0.24.0
v0.23.3
v0.23.1
What's Changed
Updates:
- Go 1.24
- SQLite 3.49.1
- wazero v1.9.0
- Binaryen 122
Full Changelog: v0.23.0...v0.23.1
v0.23.0
What's Changed
Updates:
- SQLite 3.49.0
Breaking changes:
- fixed
regexp.GlobPrefix
in #220
Full Changelog: v0.22.0...v0.23.0
v0.22.0
What's Changed
Updates:
- SQLite 3.48.0
Breaking changes:
vfs.FilePersistWAL
renamed in f025ffb- Wasm atomics not used since #211
- enable
experimental.CoreFeaturesThreads
explicitly if needed
- enable
Full Changelog: v0.21.3...v0.22.0
v0.21.3
v0.21.2
v0.21.1
What's Changed
Updates:
- wasi-sdk-25
Changes:
Fairer locking, with blocking locks on macOS and Windows, and no backoff on other platforms. See:
https://fractaledmind.github.io/2024/07/19/sqlite-in-ruby-backoff-busy-handler-problems/
Full Changelog: v0.21.0...v0.21.1
v0.21.0
What's Changed
Updates:
- SQLite 3.47.2
Breaking changes:
Stmt.Columns(dest ...any)
API changed- from
Stmt.Columns(dest []any)
(the difference matters!)
- from
- Remove
sqlite3_nosys
build tagsqlite3_dotlk
should work everywhere
BEGIN CONCURRENT
and Wal2 moved to their own module
Full Changelog: v0.20.3...v0.21.0
v0.20.3
What's Changed
Updates:
- SQLite 3.47.1
- wazero v1.8.2
Changes:
- compiler on NetBSD, DragonFly BSD, illumos and Solaris
- fixes and improvements to
sqlite3_dotlk
Full Changelog: v0.20.2...v0.20.3