Skip to content

Releases: solarwinds/appoptics-bindings-node

v.11.2.1

24 May 18:21
Compare
Choose a tag to compare

Maintenance

  • Fixed issue. No longer passing xtrace string to Oboe when empty.
  • Added node-pre-gyp distributable binaries for Node 18.
  • Updated the value of the entry point for the bindings addon as per documentation.

Breaking changes

  • None

v11.2.0

12 Jan 17:43
Compare
Choose a tag to compare

Maintenance:

  • Liboboe c-lib checksum verification at build
  • Added node-pre-gyp distributable binaries for Node 17 (preview for 18)
  • Only builds a single NAPI 4 compatible version of the binaries.
  • Using oboe c-lib v10.2.0
  • Updated dependencies. Moved up node-addon-api a major to 4.2.0

Breaking changes:

  • None

v11.1.0

28 Nov 03:30
Compare
Choose a tag to compare

Maintenance:

  • Published using GitHub Actions
  • Added node-pre-gyp distributable binaries for Node 16
  • Using oboe c-lib v10.1.1
  • Updated dependencies
  • Code lint

Breaking changes:

  • None

v11.0.0

04 Feb 20:52
873f6b2
Compare
Choose a tag to compare
  • build distributable binaries using node-pre-gyp
  • added .eslintrc.json and package-lock.json
  • updated to Apache 2.0 license
  • c-lib v10.1.0

v10.0.0

02 Oct 19:14
10329d2
Compare
Choose a tag to compare
  • support proxy
  • no longer expose c-lib metadata
  • internal restructuring of c++ code
  • back to only one version of alpine
  • c-lib v10.0.0
  • notifier work

v9.0.1

27 Feb 03:14
d8d9655
Compare
Choose a tag to compare

Bug fix

Fix incorrect minimum values for GC and eventloop metrics when no occurrences took place. [AO-15731]

v9.0.0

19 Feb 12:08
5094da9
Compare
Choose a tag to compare
  • runtime metrics [AO-10912]
  • new function sendMetrics()
  • deprecate sendMetric()
  • separated memory tests due to time to execute

v8.0.0

28 Dec 10:46
Compare
Choose a tag to compare
  • ignore node warnings when fetching N-API location in binding.gyp
  • send span functions can now return error codes - breaking change
  • update license property format in package.json

v7.1.0

01 Oct 23:07
0e104b4
Compare
Choose a tag to compare
  • fetch docker ID in azure (oboe 7.0.0)

v7.0.0

29 Aug 13:09
6fc0d59
Compare
Choose a tag to compare
  • implement new oboe interface to support trigger trace [AO-13534]
  • add tests for new interface.
  • add ec2MetadataTimeout option to oboeInit() [AO-13521]