Skip to content

Releases: instana/nodejs

v2.11.0

04 Nov 15:06
Compare
Choose a tag to compare

Bug Fixes

  • serverless: do not send x-instana-time header (7ce7673)

Features

  • tracing: instrument prisma (ORM) (ec760f7)

v2.10.0

06 Oct 08:11
Compare
Choose a tag to compare

Features

  • collector: added support for redis v4 (#627) (ad00255)
  • kafka: use kafka header format 'both' by default (b2585cf)

v2.9.0

26 Sep 07:55
Compare
Choose a tag to compare

Features

  • aws-lambda: added heartbeat to reduce timeouts (#612) (79ec77f)

v2.8.1

26 Sep 07:42
Compare
Choose a tag to compare

Bug Fixes

  • redis: suppress error for unsupported redis@4 (ffad2c2)

v2.8.0

20 Sep 07:13
Compare
Choose a tag to compare

Bug Fixes

  • aws-lambda: reduced backend retries & timeout (#611) (cab67dd)
  • db2: redact password also from the end of the connection string (ac4c46d), closes #614

Features

  • dynamodb: capture region as annotation (4ba64f4)

v2.7.1

05 Sep 11:58
Compare
Choose a tag to compare

Bug Fixes

  • sqs, sns: do not add message attributes if that would violate limit (23c8ca1)

v2.7.0

31 Aug 13:15
Compare
Choose a tag to compare

Features

  • aws-lambda: added support for arm64 architecture (#605) (03dd47a), closes #596
  • aws-lambda: send preflight request to the AWS Lambda extension

Bug Fixes

  • lambda: work around req.destroyed not being set in Node.js <= 12
  • lambda: fix concurrency bug in preflight request handling
  • tracing: fix log4js message format call