We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59fb51 commit 63e62d1Copy full SHA for 63e62d1
CHANGELOG.md
@@ -6,6 +6,13 @@
6
- Fixed `starfederation.datastar.clojure.adapter.http-kit2/wrap-start-responding`,
7
the async arity was improperly managed.
8
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
+
16
## 2025-10-30 - RC4
17
18
This version's purpose is to transition the SDK to the new Datastar attribute
0 commit comments