Releases: lukas-reining/eventsource
Releases · lukas-reining/eventsource
v2.1.0
v2.0.0
2.0.0 (2024-12-15)
⚠ BREAKING CHANGES
- remove deprecated extraOptions (#28)
- change credentials mode from "omit" to "same-origin" when set to false (#27)
Caution
This is a breaking change, as users with withCredentials
not set or set to false, will now send cookies to same-site
instead of sending not them.
Be sure that this is acceptable for your use case.
Tip
If the credentials
mode should still be set to omit
, you can set the omitCredentials
parameter to true
.
If withCredentials
is also set to true
, omitCredentials
will take precedence.
Bug Fixes
Miscellaneous Chores
v1.7.0
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
v1.5.2
v1.5.1
1.5.1 (2024-09-06)
Features
- add custom loggers (14c16b6)
Bug Fixes
- add module type to package.json and use correct file ending for cjs (f07ee9b)
- broken import in readme (eaa57db)
- bump version to 1.4.5 (7c3a1a8)
- empty message yielded after only seeing a comment (ad8eb89)
- misleading error message (bcd1bbd)
- package: define exports (48d581d)
- release version with exports (ce4c1d5)
- stop reconnecting if the eventsource is closed (c294aae)