We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e168bf6 commit d6e0220Copy full SHA for d6e0220
1 file changed
fern/products/sdks/generators/php/changelog/2026-05-14.mdx
@@ -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
10
## 2.9.7
11
**`(chore):`** Patch the bundled `ip-address` to v10.2.0 in the php-sdk container to
12
address CVE-2026-42338 / GHSA-v2v4-37r5-5v8g (XSS in `Address6` HTML-
0 commit comments