Skip to content

Releases: DataDog/dd-trace-js

0.19.0

05 Mar 17:26
f636a35
Compare
Choose a tag to compare

Bug Fixes

  • http: fix http plugin url tag and agent requests being traced (#883)

Features

  • aws-sdk: add aws-sdk integration (#856)

0.18.1

25 Feb 15:42
98c2f82
Compare
Choose a tag to compare

Bug Fixes

  • core: fix koa router double patched on every request causing a stack overflow (#873), fixes #870 #874

0.18.0

21 Feb 20:27
Compare
Choose a tag to compare

Bug Fixes

  • core: fix runtime metrics having prefix in double (#843), fixes #842
  • koa-router: fix wrong route for koa-router 8 (#844)
  • fastify: fix context propagation for route handlers in fastify (#845), fixes #830
  • http: Account for path conventions for WHATWG url (#848), fixes #847

Features

  • @google-cloud/pubsub: Add @google-cloud/pubsub integration (#834)

Improvements

  • express: Add configuration option to disable Express middleware span instrumentation (#775)

0.13.3

11 Feb 18:11
530990f
Compare
Choose a tag to compare

Bug Fixes

  • core: fix missing gc type for runtime metrics (#681), fixes #680

0.17.1

05 Feb 22:02
e7b41ec
Compare
Choose a tag to compare

Bug Fixes

  • core: fix duplicated runtime metrics prefix (#843), fixes #842
  • fastify: fix context propagation for route handlers in fastify (#845), fixes #830
  • koa: fix wrong route for koa-router 8 (#844)

0.13.2

31 Jan 17:45
68f9f12
Compare
Choose a tag to compare

Bug Fixes

  • tedious: fix crash for stored procedure calls in tedious requests (#662), fixes #661

0.17.0

28 Jan 15:27
d0d2e9b
Compare
Choose a tag to compare

Announcement

This project is now dual licensed under either BSD-3-Clause or Apache-2.0. Please see #811 for more details.

Bug Fixes

  • core: fix log injection removing symbols from log records (#819), fixes #817
  • bluebird: fix instrumentation not working with getNewLibraryCopy (#813)
  • cassandra-driver: fix plugin not working for cassandra-driver >=4.4 (#825)
  • http: fix support for WHATWG URL in http client (#833), fixes #829
  • mysql2: fix possible stack overflow with mysql2 command executions (#821)

Features

  • core: update tracer to support numeric tags (#804)
  • core: add support for disabling plugins by environment variable (#733)
  • elasticsearch: add span hook for elasticsearch query (#818) , thanks @joeyfromspace!
  • fs: add support for fs (#814)
  • rhea: add support for rhea (#801)

Improvements

  • core: add new metrics when runtime metrics are enabled (#748, #753)

0.16.3

11 Dec 16:54
9d56898
Compare
Choose a tag to compare

Bug Fixes

  • core: fix base scope missing the _activate protected method (#791), fixes #790
  • core: fix log injection not working when logger is required before dd-trace (#781), fixes #780

0.16.2

03 Dec 21:34
9c9e961
Compare
Choose a tag to compare

Bug Fixes

  • core: update async scope tracking to not track itself (#773)
  • core: fix async scope tracking not resolving awaited promises (#772)
  • core: fix log injection removing inherited properties on log records (#771)
  • graphql: fix error with unpatched context values (#765)

0.16.1

20 Nov 18:58
b15855a
Compare
Choose a tag to compare

Bug Fixes

  • core: fix grpc parsing error causing an exception from the plugin (#750), fixes #747
  • core: fix runtime metrics in node 8 for windows and mac (#745)