Skip to content

Releases: journeyapps/node-sqlcipher

v6.0.0

29 Apr 11:30
5240d73

Choose a tag to compare

Major Changes

  • a430515: Drop Windows support and switch the package to source-build-only installs on macOS and Linux. Remove node-pre-gyp, prebuilt binary publishing, and the vendored Windows OpenSSL toolchain from the repository for this phase.

Patch Changes

  • ecb71fa: Update node-addon-api to ^8.3.1 so source builds succeed on Node 24 when prebuilt binaries are unavailable.
  • d7004d1: Update dependencies to fix vulnerabilities.
  • 21acf78: Switch release automation to Changesets-based package publishing and GitHub Actions workflows.

v5.3.1

12 Jan 07:56

Choose a tag to compare

What's Changed

  • Linux: Downgrade glibc requirement to 2.24, supporting Ubuntu 16.10+ and Debian 9 (Stretch)+ again.

Full Changelog: v5.3.0...v5.3.1

v5.3.0

13 Dec 14:27

Choose a tag to compare

What's Changed

  • Pre-built binaries for macos/darwin arm64 in #90
  • Add typescript types in #91
  • Don't fallback to building from source in #90
  • Smaller NPM package (build dependencies not included anymore) in #90
  • BREAKING: Requires glibc 2.28+ on Linux. This means Ubuntu 18.10+ or Debian 10+. Will be fixed in v5.3.1.

Full Changelog: v5.2.0...v5.3.0

v5.2.0

13 Dec 14:04

Choose a tag to compare

What's Changed

  • Statically link OpenSSL on Linux and Windows, in addition to MacOS. No more DLLs distributed.
  • Upgrade to OpenSSL 1.1.1i.
  • Provide pre-built binaries for ARM64 on Windows (not regularly tested, but should work).

Full Changelog: v5.1.0...v5.2.0