Skip to content

[email protected]

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 07 Oct 17:56
2f2fb18

0.28.0 (2025-10-07)

Features Added

  • Added Query::with_text() and Query::append_text() methods to modify query text after creation (#3044)
  • Added PatchDocument::with_condition() methods to allow setting a condition on a patch operation (#2969)

Breaking Changes

  • Client methods that return a Response<T>> asynchronously buffer the entire model within the internal pipeline, so into_body() and other methods on the response are no longer async.