Skip to content

Releases: instana/nodejs

v6.2.2

Choose a tag to compare

@instanacd instanacd released this 06 Jul 09:04

Bug Fixes

v6.2.1

Choose a tag to compare

@instanacd instanacd released this 19 Jun 11:24

Bug Fixes

  • bumped js-yaml from 4.1.1 to 4.2.0 (a4c3b36)
  • bumped otel core packages (b08138d)
  • bumped tar from 7.5.11 to 7.5.16 (8b62abe)
  • opentelemetry-exporter: updated otel sdk-trace-base and resource packages to 2.8.0 (#2601) (d512793)

v6.2.0

Choose a tag to compare

@instanacd instanacd released this 10 Jun 05:59

Bug Fixes

  • bumped @opentelemetry/instrumentation-restify from 0.60.0 to 0.63.0 (#2573) (f758b73)
  • bumped @opentelemetry/instrumentation-socket.io from 0.61.0 to 0.65.0 (#2587) (1f17fac)
  • bumped semver from 7.8.0 to 7.8.1 (#2572) (a1b6aab)

Features

v6.1.1

Choose a tag to compare

@instanacd instanacd released this 29 May 10:22

Bug Fixes

v6.1.0

Choose a tag to compare

@instanacd instanacd released this 27 May 11:33

Bug Fixes

  • bumped @opentelemetry/instrumentation-fs from 0.36.0 to 0.37.0 (#2562) (1c226d3)
  • bumped @opentelemetry/instrumentation-oracledb from 0.40.0 to 0.43.0 (#2563) (6d3b6b8)

Features

v6.0.0

Choose a tag to compare

@instanacd instanacd released this 18 May 11:40

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

Choose a tag to compare

@instanacd instanacd released this 14 May 05:39

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

Choose a tag to compare

@instanacd instanacd released this 27 Apr 07:11

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

Choose a tag to compare

@instanacd instanacd released this 16 Apr 12:48

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

Choose a tag to compare

@instanacd instanacd released this 25 Mar 13:07

Bug Fixes