Releases: TryGhost/node-sqlite3
Releases · TryGhost/node-sqlite3
v5.0.10
What's Changed
- Updated bundled SQLite to v3.39.2 by @daniellockyer
- Addressed CodeQL warnings by @bpasero in #1614
New Contributors
Full Changelog: v5.0.9...v5.0.10
v5.0.9
What's Changed
- Updated bundled SQLite to v3.39.1 by @daniellockyer
- Fixed method declarations to conform with napi default for methods by @alexanderfloh in #1510
- Fixed propagation of async hook ids through callbacks by @alexanderfloh in #1511
- Updated sqlcipher homebrew CPPFLAGS location by @frovere in #1613
New Contributors
- @alexanderfloh made their first contribution in #1510
- @frovere made their first contribution in #1613
Full Changelog: v5.0.8...v5.0.9
v5.0.8
What's Changed
Full Changelog: v5.0.7...v5.0.8
v5.0.7
What's Changed
- Updated bundled SQLite to v3.38.4 by @daniellockyer in #1604
- Improved performance by fetching column names once by @daniellockyer
Full Changelog: v5.0.6...v5.0.7
v5.0.6
What's Changed
- Updated bundled SQLite to v3.38.3 by @daniellockyer in #1593. This fixes an upstream bug in SQLite that was reported here: #1589
- Added Node 18 to CI by @daniellockyer in #1587
Full Changelog: v5.0.5...v5.0.6
v5.0.5
What's Changed
- Fixed building on certain systems (#1584) by @daniellockyer
- General repository maintenance by @daniellockyer
Thank you to everyone reporting issues with building sqlite3
or the prebuilt binaries 🙂 If you encounter an problem, please search open and closed issues for existing reports or open a new issue with as much system information as possible.
Full Changelog: v5.0.4...v5.0.5
v5.0.4
What's Changed
- Added prebuilt Linux musl binaries - @daniellockyer
- Added prebuilt Linux ARM64 binaries - @daniellockyer
- Fixed older glibc compatibility - @daniellockyer
Full Changelog: v5.0.3...v5.0.4
v5.0.3
What's Changed
- Updated bundled SQLite to v3.38.2 - @daniellockyer
- Enabled math functions in compiler options - @kewde
- Updated
node-gyp
to v8.x - @daniellockyer - Re-enabled Node-API v6 builds - @daniellockyer
- Fixed segfault of invalid toString() object by @kewde in #1450
- Fixed building on MacOS Monterey 12.3 - @daniellockyer
- Replaced Python extraction script with JS by @xPaw in #1570
- Switched prebuilt binary hosting to GitHub Releases - @daniellockyer
Known Problems
- #1578 - the minimum glibc version for prebuilt binaries was bumped to 2.29. We hope to bring this back down within the next few releases but you will need to compile from source if your system ships with a lower version.
- Prebuilt binaries for Linux do not work on musl systems. This should be fixed with 8b2cdd9 but you will need to compile from source to use v5.0.3.
Full Changelog: v5.0.2...v5.0.3