Skip to content

v0.16.0

Compare
Choose a tag to compare
@ncruces ncruces released this 24 May 11:23
· 50 commits to main since this release

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