Skip to content

Releases: EventSource/eventsource

v3.0.2

13 Dec 00:13
Compare
Choose a tag to compare

3.0.2 (2024-12-13)

Bug Fixes

  • reference possibly missing event typings (d3b6849)

This release is also available on:

v3.0.1

07 Dec 19:15
Compare
Choose a tag to compare

3.0.1 (2024-12-07)

Bug Fixes

  • run build prior to publishing (f86df19)

This release is also available on:

v3.0.0

07 Dec 19:12
Compare
Choose a tag to compare

3.0.0 (2024-12-07)

⚠ BREAKING CHANGES

  • Drop support for Node.js versions below v18
  • The module now uses a named export instead of a default export.
  • UMD bundle dropped. Use a bundler.
  • headers in init dict dropped, pass a custom fetch function instead.
  • HTTP/HTTPS proxy support dropped. Pass a custom fetch function instead.
  • https.* options dropped. Pass a custom fetch function that provides an agent/dispatcher instead.
  • New default reconnect delay: 3 seconds instead of 1 second.
  • Reconnecting after a redirect will now always use the original URL, even if the status code was HTTP 307.

Features

  • modernize - use fetch, WebStreams, TypeScript, ESM (#330) (40655f7)

Bug Fixes

  • dispatchEvent now emits entire event object (eb430c0)
  • empty options no longer disable certificate checks (372d387)

This release is also available on: