Skip to content

v22.0.0

Choose a tag to compare

@brandonlehmann brandonlehmann released this 03 Apr 17:13
· 2 commits to master since this release
6d84d98

What's Changed

  • Node >=22 — Dropped Node 20 support, CI matrix now tests Node 22 and 24
  • node:test migration — Replaced mocha/ts-node with node:test/tsx
  • OIDC publishing — CI now uses npm trusted publishing instead of classic NPM_TOKEN
  • GitHub Actions v4 — Bumped all workflow actions to latest
  • TypeScript config cleanup — Removed deprecated downlevelIteration, dom/scripthost libs; added rootDir
  • Fixed test race condition — Multi-interface multicast loopback could poison the multiple-messages test with leftover packets
  • Improved README — Added badges, architecture overview, helper exports documentation, IPv6 and error handling examples