File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments