Skip to content

Commit bdd6163

Browse files
committed
Chore: changelog
1 parent c9af284 commit bdd6163

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@
33
## 2025-11-27 - RC5
44

55
### Fixed
6+
67
- Fixed `starfederation.datastar.clojure.adapter.http-kit2/wrap-start-responding`,
78
the async arity was improperly managed.
89

910
### Changes
11+
1012
- The internals of the Ring SSE generator have been reworked. The SSE gen won't error
1113
if a user reuses it for different requests anymore. Documentation is in place to warn
1214
against such reuse and this change makes for much simpler code.
15+
- When creating SSE events we need to split on end of lines the text that will
16+
constitute the data lines of the event. This can prevent SSE event injection
17+
problems. The SSE machinery has been refactored so that this splitting happens
18+
in a code path that all API functions go through instead of doing it in every
19+
d* patch function. This way we can't forget that splitting.
1320

1421
## 2025-10-30 - RC4
1522

0 commit comments

Comments
 (0)