Skip to content

System.ClientModel_1.16.0

Latest

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 17 Sep 23:33
dcd5b3a

1.16.0 (2026-09-16)

Features Added

  • AsyncStreamingResult and AsyncStreamingResult<T> are now generally available and no longer require suppressing the SCME0005 experimental diagnostic.
  • Added automatic reconnection for eligible non-buffered server-sent event responses after abrupt connection loss, honoring server-provided retry intervals and Last-Event-ID when available.

Breaking Changes

  • Renamed the experimental AsyncStreamingClientResult and AsyncStreamingClientResult<T> types to AsyncStreamingResult and AsyncStreamingResult<T>, respectively.