Skip to content

Releases: DataDog/dc-polyfill

v0.1.11

Choose a tag to compare

@bm1549 bm1549 released this 08 May 18:05
v0.1.11
f5afb7d

What's Changed

  • fix: memoize channel(name) to make Channel identity stable per name by @bm1549 in #27
  • docs: add RELEASING.md by @bm1549 in #29

Full Changelog: v0.1.10...v0.1.11

v0.1.10

Choose a tag to compare

@tlhunter tlhunter released this 16 Sep 15:51
d591b8a

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

Choose a tag to compare

@tlhunter tlhunter released this 16 Sep 15:51
40852e6

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

Choose a tag to compare

@tlhunter tlhunter released this 16 Sep 15:50
01f203d

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

Choose a tag to compare

@tlhunter tlhunter released this 20 Mar 21:19
23cc702

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

Choose a tag to compare

@tlhunter tlhunter released this 16 May 21:18
a012459

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

Choose a tag to compare

@tlhunter tlhunter released this 09 May 16:21
4364631

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

Choose a tag to compare

@tlhunter tlhunter released this 05 Feb 16:09
cbf4222

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

Choose a tag to compare

@tlhunter tlhunter released this 07 Nov 17:02
ae1aa05

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

Choose a tag to compare

@tlhunter tlhunter released this 16 Oct 20:09
5cb4ab4

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