Skip to content

Releases: instana/nodejs

v4.0.1

28 Oct 11:10
Compare
Choose a tag to compare

Bug Fixes

  • aws-lambda: resolved Cannot find module 'aws-sdk' error during agent key retrieval from SSM (#1402) (6329c66)

v4.0.0

23 Oct 15:09
Compare
Choose a tag to compare

✨ Features

💥 BREAKING CHANGES

  • Dropped support for node v14 and v16 (#1348) (aaa9ad4)

  • Dropped support for lambda runtimes v14 and v16 (#1352) (4d28d6b)

  • kafka: enforced 'string' format for Kafka trace headers and dropped binary support(#1296) (2c822d3)

    • Removed the ability to configure the header format; headers will always be sent in 'string' format.
    • Removed support for 'binary' format and code related to sending headers in 'binary' or 'both' formats.
    • Migration: Remove any references to the environment variable INSTANA_KAFKA_HEADER_FORMAT or the in-code configuration option for tracing: { kafka: { headerFormat: .... }}}.
  • Dropped support for X-Instana-Service header (#1355) (7aa5f4b)

  • Dropped support for disabling AWS SDK instrumentation in old syntax. (#1383) (48bebf3)
    (48bebf3))

    • Removed the old syntax, disabledTracers: ['aws-sdk/v2/index'].
    • Migration: Use the new syntax for disabling instrumentation: disabledTracers: ['aws-sdk/v2'].
  • Removed deprecated INSTANA_URL and INSTANA_KEY environment variables(#1373) (955cf67)

    • Migration: Any references to these variables should be replaced with the environment variables INSTANA_ENDPOINT_URL and INSTANA_AGENT_KEY.
  • Dropped support for q library (#1377) (c7f1fa5)

🐞 Fixes

v3.21.0

17 Oct 15:38
Compare
Choose a tag to compare

Features

v3.20.2

09 Oct 10:53
Compare
Choose a tag to compare

Bug Fixes

  • enhanced typescript support for currentSpan().span (#1370) (762af17)

v3.20.1

04 Oct 16:55
Compare
Choose a tag to compare

Bug Fixes

  • added log to capture instana headers from incoming request (89c3051)
  • resolved ts error "instana.currentSpan is not a type" (#1357) (f32b3c1)

v3.20.0

01 Oct 19:54
Compare
Choose a tag to compare

Bug Fixes

  • connected deferred exit span with original entry span (#1346) (98f99e1), closes #1297
  • lambda: changed memory warning when using the lambda extension (#1344) (3e94f9e)
  • lambda: fixed heartbeat error (#1351) (0c001c8)

Features

v3.19.0

25 Sep 11:59
Compare
Choose a tag to compare

Features

v3.18.2

17 Sep 10:41
Compare
Choose a tag to compare

Bug Fixes

v3.18.1

12 Sep 14:02
Compare
Choose a tag to compare

⚠️ ❗️ Please update to 3.18.2 if you are using ioredis. See #1327.

Bug Fixes

v3.18.0

06 Sep 16:20
Compare
Choose a tag to compare

⚠️ ❗️ Please update to 3.18.2 if you are using ioredis. See #1327.


Bug Fixes

  • serverless: resolved printing debug logs by default (#1317) (d5dfbd7), closes #1316

Features