Skip to content

Releases: ncruces/go-sqlite3

v0.17.0

05 Jul 00:10
d27da3f
Compare
Choose a tag to compare

What's Changed

  • Fix go:linkname for mmap in #107
  • Refactor CREATE parser in #111
  • UUID extension in #113
  • Regular expression extension in #114

Breaking change: the uuid SQL function is now an extension, which supports all UUID versions up to 7 (#99).

Full Changelog: v0.16.3...v0.17.0

Artifact attestations

v0.16.3

21 Jun 15:22
Compare
Choose a tag to compare

Performance improvements to the database/sql driver.

Also, artifact attestations.

Full Changelog: v0.16.2...v0.16.3

v0.16.2

11 Jun 23:33
Compare
Choose a tag to compare

Update: wazero 1.7.3

Fix: opening WAL databases as readonly should now work.

Thanks @nalgeon for making sure the driver is compatible with Redka! (#94)

Full Changelog: v0.16.1...v0.16.2

v0.16.1

07 Jun 10:03
Compare
Choose a tag to compare

Support for WAL mode on 64-bit BSD and illumos: #90.

Full Changelog: v0.16.0...v0.16.1

v0.16.0

24 May 11:23
Compare
Choose a tag to compare

Updates:

SQLite 3.46.0
wazero 1.7.2
GORM 1.25.10

Fix: You can now reliably use a context.Context to interrupt busy handlers. The recommended way to use the library is with a large busy timeout, using a context.Context for cancellation. The database/sql driver uses 60s (one minute) by default.

Breaking change: increased Argon2id iterations in 19209b3. This affects Adiantum encrypted databases using the textkey parameter. These can still be opened by using the hexkey parameter. The file format should be stable going forward.

Full Changelog: v0.15.0...v0.16.0

v0.15.0

01 May 11:54
57daee7
Compare
Choose a tag to compare

Highlights:

Adiantum encrypting VFS: #77, #80.
Shared memory API: #81.
Fix illumos: #83

Thanks @NyaaaWhatsUpDoc, @daenney for pushing to make the driver compatible with GoToSocial!

Full Changelog: v0.14.0...v0.15.0

v0.14.0

16 Apr 02:01
Compare
Choose a tag to compare

Full Support for WAL mode on 64-bit Linux and macOS: #71.

Updates:

wazero 1.7.1
SQLite 3.45.3
GORM 1.25.9
WASI SDK 22

Full Changelog: v0.13.0...v0.14.0