Releases: solarwinds/appoptics-apm-node
Releases · solarwinds/appoptics-apm-node
v5.6.1
- use appoptics-bindings v5.5.1 (alpine detection fix)
v5.6.0
- Fixes possible file corruption by http instrumentation [AO-9715, AO-9739]
- Add support for koa@2 [AO-9864]
- Use cls-hooked for node versions 8+
- Maintain context for redis pub/sub.
- Logging improvements.
- Testing improvements.
- Use appoptics-bindings@5.4.1 for host metadata changes [AO-9660]
v5.4.2 [AO-9655]
- Add missing 4th argument to hapi.decorate (#21).
- Issue patching log messages whenever a hapi patch fails.
v5.4.1
v5.4.0
- Do not re-execute appoptics-apm require file even if cache entry is deleted. [AO-8936]
- Do not log warning if a domain prefix is added to a custom transaction name. [AO-9459]
- Add test to verify single execution of appoptics-apm. [AO-8066]
v5.3.2
- Fix x-trace formatting bug [AO-9238]
v5.3.1
- Add diagnostic information to bind emitter errors. [AO-8942]
- Debounce repetitive bind emitter errors. [AO-8942]
- Improve checking when adding edges. [AO-8974]
- Fix missing context for pg (postgres).
- Fix spurious txname changed warnings.
- Setup composite tests (multiple modules in combination).
- Add checks for bad x-trace header in response headers.
- Test improvements.
- Work towards eslint compliance.
v5.2.3
- Tighten checks on inbound x-trace IDs.
- Avoid expected info logging during startup.
- Don't edge to unsampled x-trace [AO-8895]
- Avoid creating string for sampling check.
- Add tests for sampling checks.
- Incremental eslintification.
v5.2.2
- fix ao.bind - not a function warning. [AO-8880]
v5.2.1
- alpine support [AO-7325]
- bindings 5.3.0
- improve install
- start eslint cleanup
- move oracle and pg installs to
deps.sh
- log warning on library transaction name change
- bluebird update for v3
- update "bash" test configuration
- move levelup test-db location
- change README to reflect node 4 no longer in LTS window