Skip to content

Releases: rokob/nodedc

nodedc: v0.6.0

31 Mar 16:17
c22c6f8

Choose a tag to compare

0.6.0 (2026-03-31)

Features

  • clean up transport api and make dictionary operations async (f534b66)
  • make dictionary compression async and complete brotli stream support (1d333a1)

nodedc: v0.5.0

25 Mar 12:45
d1e5469

Choose a tag to compare

0.5.0 (2026-03-25)

Features

  • stream: move dictionary compression onto async worker threads (bb8cd57)

nodedc: v0.4.0

24 Mar 15:17
44f35a7

Choose a tag to compare

0.4.0 (2026-03-24)

Features

  • http: make compression negotiation algorithm preference configurable (b707627)

Bug Fixes

  • http: align dictionary negotiation with RFC 9842 (8da6ccb)

nodedc: v0.3.0

23 Mar 19:14
e79767b

Choose a tag to compare

0.3.0 (2026-03-23)

Features

  • add dictionary file loading and zstd reuse benchmark (60680ce)
  • add store-optimized compression negotiation (bf0c2fa)

nodedc: v0.2.1

23 Mar 16:34
3b4b3c9

Choose a tag to compare

0.2.1 (2026-03-23)

Bug Fixes

  • use node 24 for trusted publishing (f3450a8)

nodedc: v0.2.0

23 Mar 15:59
c95df45

Choose a tag to compare

0.2.0 (2026-03-23)

Features

  • automate releases and scoped npm publishing (d1f0c31)
  • prepare automated release pipeline (329a5f9)

Bug Fixes

  • enable c++ exceptions for linux builds (37dd51e)