Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions fern/products/sdks/overview/java/changelog/2025-10-02.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.8.6
**`(fix):`** Fixed SSE stream terminator parsing for OpenAI-style `data: [DONE]` format. Terminators are now
checked after data extraction and only at event boundaries to prevent data loss.


## 3.8.5
**`(fix):`** Fix SSE parser concatenating multiple events into malformed JSON. Events are now properly
separated at blank line boundaries per SSE specification, with correct handling of multiline
Expand Down