What's Changed
- Readme: requires Node.js v20 or later by @Prinzhorn in #1443
- Update SQLite to version 3.51.3 in #1460
- fix: use HolderV2() for PropertyCallbackInfo on V8 >= 12.5 by @tstone-1 in #1459
New Contributors
Why SQLite v3.51.3 instead of v3.52.0
From the SQLite team:
Some important issues have been found with version 3.52.0. In order to give us time to deal with those issues, we plan to withdraw the 3.52.0 release. In its place, we will put up a new 3.51.3 patch release that includes a fix for the recently discovered WAL-reset bug as well as other patches. This will happen probably within about the next twelve hours.
Hence, if you were planning to upgrade to 3.52.0 tomorrow (Friday, 2026-03-14), perhaps it would be better to wait a day or so for 3.51.3.
At some point we will do version 3.52.1 which will hopefully resolve the issues that have arisen with the 3.52.0 release.
Full Changelog: v12.7.1...v12.8.0