You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.