Releases: rhashimoto/wa-sqlite
Releases · rhashimoto/wa-sqlite
v0.9.8
This release fixes a critical IDBBatchAtomicVFS bug that could lead to database corruption under certain conditions.
What's Changed
- Fix #118. Inconsistent file size bug. by @rhashimoto in #119
Full Changelog: v0.9.6...v0.9.8
v0.9.6
v0.9.5
What's Changed
- Add typescript missing constants by @rhashimoto in #103
- Add proof-of-concept demo for retrying VFS idea. by @rhashimoto in #106
- Fix SharedService clientId locking with multiple services. by @rhashimoto in #107
- Update SQLite to 3.43.1. by @rhashimoto in #113
Full Changelog: v0.9.4...v0.9.5
v0.9.4
What's Changed
- Add progress_handler(). by @rhashimoto in #91
- Add SharedService alternative demo using service worker by @rhashimoto in #95
- Code improvements for SharedService-sw. by @rhashimoto in #96
- Align SharedService implementations. by @rhashimoto in #97
- Fix SharedService.js import in Worker. by @rhashimoto in #98
- Add demos that use sync OPFS and ES6 module Worker by @rhashimoto in #92
- Update to SQLite 3.42.0. by @rhashimoto in #101
- Fix bug in AccessHandlePoolVFS path association management. by @rhashimoto in #102
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- Add set_authorizer() and limit() by @rhashimoto in #90
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- Rework IDBBatchAtomicVFS to avoid transaction timeouts by @rhashimoto in #89
New Contributors
- @rhashimoto made their first contribution in #89
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- Fixed 64-bit argument passing bug causing error with VFS files over 2 GB.
- Fixed bug in handling of WASM pointers over 2**31.
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- API changes.
- WASM artifacts checked in on master branch. The buildless branch will no longer be updated.
- Added dist-xl (aka "kitchen sink") build target.
Full Changelog: https://github.com/rhashimoto/wa-sqlite/commits/v0.9.0