Skip to content

Commit d6e0220

Browse files
Update changelogs from fern repo (#5511)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent e168bf6 commit d6e0220

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

fern/products/sdks/generators/php/changelog/2026-05-14.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.10.0
2+
**`(feat):`** Support streaming response bodies in generated PHP SDKs (Server-Sent Events,
3+
NDJSON, and raw text). Endpoints with a `response-stream` now return a typed
4+
`SseStream<T>`, `JsonStream<T>`, or `TextStream` that iterates the response
5+
frame-by-frame and deserializes each one into the declared payload type.
6+
Previously these endpoints were emitted as broken `void` methods that always
7+
threw `<Sdk>ApiException` regardless of HTTP status.
8+
9+
110
## 2.9.7
211
**`(chore):`** Patch the bundled `ip-address` to v10.2.0 in the php-sdk container to
312
address CVE-2026-42338 / GHSA-v2v4-37r5-5v8g (XSS in `Address6` HTML-

0 commit comments

Comments
 (0)