Skip to content

Releases: Venemo/node-lmdb

v0.10.1

29 May 22:32
ef1c424
Compare
Choose a tag to compare
Merge pull request #220 from jeffesquivels/master

Update prebuildify version

v0.10.0

18 Aug 21:36
Compare
Choose a tag to compare
Update version

least-invasive-release

18 Aug 21:33
Compare
Choose a tag to compare
Fix Github Actions

This commit fixes Github Actions by:

* Updating Node version from 12 to 14.

* Updating GHA runner images from Ubuntu 18.04 to 20.04.

* Moving from `manylinux_2_24_x86_64` container image to
  `node:14-buster`.

* Updating C++ version used by MacOS compilation to 17.

big-changes-release

18 Aug 21:37
Compare
Choose a tag to compare
Refactor Github Actions testing and prebuilding

This commit changes the current way of testing + prebuilding native
addons on Githugb Actions by introducing the following changes:

* Separate the test workflow (run on any push) from the prebuilding
  workflow (run only on new tags).

* Use prebuildify-cross to compile native addons for two architectures
  (x64, arm64) and for two different libc implementations (glibc, musl)
  on Linux.

* Upgrade to v3 of the checkout and setup-node actions.

* Prebuild the native addon and test on x64 Windows too.

* Use compiler defaults for C++ version on MacOS.

v0.9.7

12 Mar 14:30
Compare
Choose a tag to compare
Update version

v0.9.6

27 Nov 14:12
Compare
Choose a tag to compare
Skip failing test

v0.7.0

18 Jun 14:16
Compare
Choose a tag to compare
Upgrade to Node 12 V8 APIs