We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf2434 commit b9a4227Copy full SHA for b9a4227
1 file changed
fern/products/sdks/generators/go/changelog/2026-05-27.mdx
@@ -0,0 +1,9 @@
1
+## 1.43.0
2
+**`(feat):`** Expose `Stream[T].LastRetryMs()` on the SSE runtime, mirroring `LastEventID()`.
3
+It returns the most recently advertised `retry:` reconnection time in
4
+milliseconds (sticky per the SSE spec), so callers can read the directive
5
+even when the server sends it in its own frame with no `data:` — in which
6
+case the per-event `StreamEvent.Retry` is 0. The value persists across
7
+reconnects.
8
+
9
0 commit comments