Releases: solarwinds/appoptics-bindings-node
Releases · solarwinds/appoptics-bindings-node
v.11.2.1
v11.2.0
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
v11.0.0
v10.0.0
- 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
Bug fix
Fix incorrect minimum values for GC and eventloop metrics when no occurrences took place. [AO-15731]
v9.0.0
- runtime metrics [AO-10912]
- new function
sendMetrics()
- deprecate
sendMetric()
- separated memory tests due to time to execute
v8.0.0
- 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
- fetch docker ID in azure (oboe 7.0.0)
v7.0.0
- implement new oboe interface to support trigger trace [AO-13534]
- add tests for new interface.
- add ec2MetadataTimeout option to oboeInit() [AO-13521]