Skip to content

Commit 63e62d1

Browse files
committed
Chore: changelog
1 parent b59fb51 commit 63e62d1

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
@@ -6,6 +6,13 @@
66
- Fixed `starfederation.datastar.clojure.adapter.http-kit2/wrap-start-responding`,
77
the async arity was improperly managed.
88

9+
### Changes
10+
- When creating SSE events we need to split on end of lines the text that will
11+
constitute the data lines of the event. This can prevent SSE event injection
12+
problems. The SSE machinery has been refactored so that this splitting happens
13+
in a code path that all API functions go through instead of doing it in every
14+
d* patch function. This way we can't forget that splitting.
15+
916
## 2025-10-30 - RC4
1017

1118
This version's purpose is to transition the SDK to the new Datastar attribute

0 commit comments

Comments
 (0)