Skip to content

Releases: DataDog/dc-polyfill

v0.1.10

16 Sep 15:51
v0.1.10
d591b8a

Choose a tag to compare

Note

This version tracks against diagnostics_channel as of Node.js v20.6.0.
It contains some functionality backported from v22.0.0 / v20.13.0 but not enough to call it fully compatible.

  • Fix hasSubscribers when channel only has bindStore subscriptions in node <=20 #19

v0.1.9

16 Sep 15:51
40852e6

Choose a tag to compare

Note

This version tracks against diagnostics_channel as of Node.js v20.6.0.
It contains some functionality backported from v22.0.0 / v20.13.0 but not enough to call it fully compatible.

  • fix runStores/bindStore without reference #18

v0.1.8

16 Sep 15:50
01f203d

Choose a tag to compare

Note

This version tracks against diagnostics_channel as of Node.js v20.6.0.
It contains some functionality backported from v22.0.0 / v20.13.0 but not enough to call it fully compatible.

  • make ESM exports actually work #17

v0.1.7

20 Mar 21:19
23cc702

Choose a tag to compare

Note

This version tracks against diagnostics_channel as of Node.js v20.6.0.
It contains some functionality backported from v22.0.0 / v20.13.0 but not enough to call it fully compatible.

  • support destructured importing via esm by @bengl in #16

v0.1.6

16 May 21:18
a012459

Choose a tag to compare

Note

This version tracks against diagnostics_channel as of Node.js v20.6.0.
It contains some functionality backported from v22.0.0 / v20.13.0 but not enough to call it fully compatible.

  • no longer replace internal TracingChannel on Node.js v18.19+ (#13)

v0.1.5

09 May 16:21
4364631

Choose a tag to compare

Note

This version tracks against diagnostics_channel as of Node.js v20.6.0.
It also backports some functionality from v22.0.0 / v20.13.0 but not enough to call it fully compatible.

  • add support for TracingChannel#hasSubscribers (#11)

v0.1.4

05 Feb 16:09
cbf4222

Choose a tag to compare

Note

This version tracks against diagnostics_channel as of Node.js v20.6.0.

  • fixes a bug where versions of Node.js >= 21.6.0 would throw an error
  • can lead to failures containing TypeError: Cannot read properties of undefined (reading 'has')

v0.1.3

07 Nov 17:02
ae1aa05

Choose a tag to compare

Note

This version tracks against diagnostics_channel as of Node.js v20.6.0.

  • remove superfluous patching for versions v20.0 - v20.5
  • some non-package changes including updating the README and a test

v0.1.2

16 Oct 20:09
5cb4ab4

Choose a tag to compare

Note

This version tracks against diagnostics_channel as of Node.js v20.6.0.

Tip

No code changes were made as of this release.

  • renaming package back to dc-polyfill since the name is clearer
  • add some missing metadata URLs to package.json

v0.1.1

16 Oct 12:37
b26f2b5

Choose a tag to compare

Note

This version tracks against diagnostics_channel as of Node.js v20.6.0.

Tip

No code changes were made as of this release.

  • license was always MIT (specified in package.json) but added an additional LICENSE file