Skip to content

11.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Dec 05:54

11.0.0 (2025-12-08)

Bug Fixes

  • add missing extensions for esm (c08930d)
  • define module exports for the package and set the type to module (935a9d2)
  • drop Node v18 (46de5f2)
  • import a single obj from spdy (ee96af3)
  • import spdy only when using it (385b70f)
  • remove unnecessary check (7530b2b)
  • typo on default value (9fd84c5)
  • typo on type name (c0c3118)
  • update dependencies (8245c8f)
  • update regex to cover new stack trace (c6672ef)
  • use node prefix for importing internals (ed1df9e)
  • use the right import path (7ed1721)

BREAKING CHANGES

  • The VersionValidator default option for popup.message
    was changed from vesion:conflict to version:confict
  • The type HTTPContructorOptions was renamed to
    HTTPConstructorOptions
  • This package is now esm only
  • Node v18 is not longer supported. Node v20.19 is the minimum
    required version now.