Skip to content

Releases: solarwinds/appoptics-apm-node

v5.6.1

13 Sep 18:33
Compare
Choose a tag to compare
  • use appoptics-bindings v5.5.1 (alpine detection fix)

v5.6.0

12 Sep 22:56
Compare
Choose a tag to compare
  • 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 [email protected] for host metadata changes [AO-9660]

v5.4.2 [AO-9655]

28 Aug 19:18
Compare
Choose a tag to compare
  • Add missing 4th argument to hapi.decorate (#21).
  • Issue patching log messages whenever a hapi patch fails.

v5.4.1

21 Aug 15:22
Compare
Choose a tag to compare
  • Update generic-pool to promise-based interface. [AO-9469], [AO-9473] (#15)
  • Fix bindEmitter errors. [AO-8936], [AO-9309]
  • Define missing log object in hapi probe. [AO-9467] (#14)

v5.4.0

14 Aug 22:02
Compare
Choose a tag to compare
  • 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

02 Aug 13:59
Compare
Choose a tag to compare
  • Fix x-trace formatting bug [AO-9238]

v5.3.1

02 Aug 02:03
Compare
Choose a tag to compare
  • 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

10 Jul 17:07
Compare
Choose a tag to compare
  • 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

06 Jul 03:18
Compare
Choose a tag to compare
  • fix ao.bind - not a function warning. [AO-8880]

v5.2.1

03 Jul 17:49
Compare
Choose a tag to compare
  • 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