Releases: TryGhost/node-sqlite3
Releases · TryGhost/node-sqlite3
v5.1.7
What's Changed
- Updated bundled SQLite to v3.44.2 by @daniellockyer
- Replaced
@mapbox/node-pre-gyp
withprebuild
+prebuild-install
(605c7f9) by @daniellockyer- this should fix a lot of bundling issues reported by the community
- Improved
RowToJS
performance by removingNapi::String::New
instantiation by @daniellockyer - Various minor code refactors and improvements (thanks @zenon8adams!)
New Contributors
- @zenon8adams made their first contribution in #1701
Full Changelog: v5.1.6...v5.1.7
v5.1.7-rc.0
Please install v5.1.7
instead.
Full Changelog: v5.1.6...v5.1.7-rc.0
v5.1.6
What's Changed
- Fixed glibc compatibility by hardcoding lower version for
log2
by @daniellockyer - Add generic type annotations for Statement and Database get/all/each methods callback rows by @stevescruz in #1686
New Contributors
- @stevescruz made their first contribution in #1686
Full Changelog: v5.1.5...v5.1.6
v5.1.5
What's Changed
- 🔒 Fixed code execution vulnerability due to Object coercion by @daniellockyer
- Updated bundled SQLite to v3.41.1 by @daniellockyer
- Fixed rpath linker option when using a custom sqlite by @jeromew in #1654
Full Changelog: v5.1.4...v5.1.5
v5.1.4
What's Changed
- Fixed glibc compatibility by downgrading CI to Ubuntu 20 by @daniellockyer in #1664
Full Changelog: v5.1.3...v5.1.4
v5.1.3
v5.1.2
v5.1.1
What's Changed
- Added Darwin ARM64 binaries by @daniellockyer in #1594
A huge thanks to MacStadium for providing an M1 Mac Mini so we can offer ARM64 binaries.
Full Changelog: v5.1.0...v5.1.1
v5.1.0
✨ We're very excited to announce node-sqlite3's first minor release of v5, packed with features and improvements.
If you encounter any problems, please open a detailed issue using the templates.
What's Changed
- Updated bundled SQLite to v3.39.3 by @daniellockyer
- Added ability to receive updates from
sqlite3_update_hook
by @soukand in #1267 - Added support for setting SQLite limits by @paulfitz in #1548
- Added library types file by @bpasero in #1527
- Added
package-lock.json
to.gitignore
by @JoelEinbinder in #1628 - Fixed remaining method declarations by @alexanderfloh in #1633
- Fixed importing
sqlite3#verbose
using destructuring syntax by @mahdi-farnia in #1632
New Contributors
- @JoelEinbinder made their first contribution in #1628
- @mahdi-farnia made their first contribution in #1632
- @soukand made their first contribution in #1267
Full Changelog: v5.0.11...v5.1.0
v5.0.11
What's Changed
- Restored compatibility for Alpine 3.15 by @daniellockyer in #1626
Full Changelog: v5.0.10...v5.0.11