1.16.0 (2026-09-16)
Features Added
AsyncStreamingResultandAsyncStreamingResult<T>are now generally available and no longer require suppressing theSCME0005experimental diagnostic.- Added automatic reconnection for eligible non-buffered server-sent event responses after abrupt connection loss, honoring server-provided retry intervals and
Last-Event-IDwhen available.
Breaking Changes
- Renamed the experimental
AsyncStreamingClientResultandAsyncStreamingClientResult<T>types toAsyncStreamingResultandAsyncStreamingResult<T>, respectively.