Skip to content

Releases: instana/nodejs

v6.0.0

18 May 11:40

Choose a tag to compare

For a detailed overview of the breaking changes introduced in this release, please refer to the official Node.js collector breaking changes documentation.

💥 BREAKING CHANGES

  • Fixed inconsistent configuration precedence behavior(#2492) (9fbd738)

    The collector now enforces the following order across all configuration sources:

    environment variable > in-code configuration > agent configuration > default
    

    Existing setups that relied on the previous behavior may experience unexpected configuration changes after upgrading. Review your current configuration setup before upgrading.

  • The environment variable INSTANA_DEV_MIN_DELAY_BEFORE_SENDING_SPANS has been removed (#2431) (a964c50)

    Please use INSTANA_TRACING_TRANSMISSION_DELAY instead.

🐞 Bug Fixes

  • captured database URL for Prisma MariaDB adapter (#2543) (dacba21)

✨ Features

v5.5.0

14 May 05:39

Choose a tag to compare

Bug Fixes

  • bumped @opentelemetry/core from 2.6.1 to 2.7.1 (#2529) (c3416c0)
  • bumped @opentelemetry/instrumentation-fs from 0.34.0 to 0.36.0 (#2542) (1edc043)
  • bumped @opentelemetry/instrumentation-oracledb from 0.39.0 to 0.40.0 (#2520) (50e8d00)
  • bumped @opentelemetry/instrumentation-restify from 0.59.0 to 0.60.0 (#2521) (6f63dec)
  • bumped semver from 7.7.4 to 7.8.0 (#2541) (d0f9d7c)

Features

v5.4.3

27 Apr 07:11

Choose a tag to compare

Bug Fixes

  • bumped @opentelemetry/api from 1.9.0 to 1.9.1 (#2442 ) (ce1ff54)
  • bumped @opentelemetry/instrumentation-fs from 0.33.0 to 0.34.0 (#2499) (5ac8eef)
  • bumped @opentelemetry/instrumentation-restify from 0.58.0 to 0.59.0 (#2484) (3daa455)
  • bumped @opentelemetry/instrumentation-socket.io from 0.60.0 to 0.61.0 (#2485) (f90e62a)
  • disabled collector init process events (#2517) (5642b36)
  • enforced max limit on metrics transmission config (#2511) (ebcfebd)

v5.4.2

16 Apr 12:48

Choose a tag to compare

Bug Fixes

  • amqp: cleaned up headers (#2494) (88181a0)
  • bumped @opentelemetry/core from 2.6.0 to 2.6.1 (#2443) (462ac5e)
  • bumped @opentelemetry/instrumentation-fs from 0.32.0 to 0.33.0 (#2462) (f3bedf5)
  • bumped @opentelemetry/instrumentation-oracledb from 0.38.0 to 0.39.0 (#2463) (76ad468)
  • bumped @opentelemetry/instrumentation-socket.io from 0.59.0 to 0.60.0 (#2418) (300e710)

Features

v5.4.1

25 Mar 13:07

Choose a tag to compare

Bug Fixes

v5.4.0

17 Mar 15:37

Choose a tag to compare

Bug Fixes

  • bumped @opentelemetry/instrumentation-oracledb from 0.36.0 to 0.38.0 (#2406) (ee6963b)
  • bumped @opentelemetry/instrumentation-restify from 0.57.0 to 0.58.0 (#2407) (b3f3d61)
  • core: improved handling of malformed or incomplete URLs (#2412) (bec19ce)
  • shared-metrics: bumped tar from 7.5.10 to 7.5.11 (9e1fded)
  • shared-metrics: merged activeHandles and activeRequests into activeResources (#2149) (84bd294)
  • updated db instrumentations with safety promise check (#2392) (fb67a0f)

Features

  • added instrumentation support for db2 executeNonQuery (#2413) (cd13d25)
  • added support for error.cause (#2383) (af25af6)

v5.3.0

10 Mar 07:55

Choose a tag to compare

Bug Fixes

  • added safety promise checks in redis, mongodb (#2363) (479bb87)
  • bumped @opentelemetry/core from 2.5.1 to 2.6.0 (#2396) (c6dc4c2)
  • bumped @opentelemetry/instrumentation-fs from 0.28.0 to 0.32.0 (#2397) (9023179)
  • bumped @opentelemetry/instrumentation-restify from 0.56.0 to 0.57.0 (#2380) (3d32dac)
  • bumped @opentelemetry/instrumentation-socket.io from 0.57.0 to 0.59.0 (#2381) (4da53dd)
  • bumped semver from 7.7.3 to 7.7.4 (#2368) (4480e12)
  • shared-metrics: bumped tar from v7.5.9 to v7.5.10 (#2389) (26e511b)

Features

v5.2.3

24 Feb 07:13

Choose a tag to compare

Bug Fixes

  • aws-lambda: reduced cold start duration (#2321) (566a284)
  • bumped @opentelemetry/instrumentation-socket.io from 0.55.1 to 0.57.0 (#2320) (c3cecb7)
  • bumped nan from 2.24.0 to 2.25.0 (#2319) (1f655e3)
  • elasticsearch: resolved "Cannot find module" (#2358) (ca47b00)
  • pg: handled non-promise returns (#2335) (f7a8b8d)
  • shared-metrics: bumped tar from v7.5.7 to v7.5.9 (#2347) (3c413c1)

v5.2.2

02 Feb 10:11

Choose a tag to compare

Bug Fixes

  • bumped @opentelemetry/instrumentation-oracledb from 0.34.1 to 0.36.0 (#2308) (14b316c)
  • bumped @opentelemetry/instrumentation-restify from 0.53.0 to 0.56.0 (#2309) (85a2501)
  • shared-metrics: bumped min version of tar to 7.5.7 (c79c2f8)

v5.2.1

22 Jan 08:22

Choose a tag to compare

Bug Fixes

  • bumped tar from v7.5.3 to v7.5.6 (5ea5a38)
  • redis: improved data capturing for legacy mode (#2295) (f9d1654)
  • resolved "RunTree is not a constructor" (#2298) (c046cca)