Note: APIs may be subject to change.
Breaking changes:
- For
*AsStream
APIs the JSON response bodies on errors are now automatically converted to objects. This change does not impact successful responses (resolve
) cases where the type of theresult
property remains aReadable
stream. For error (reject
) cases the type ofresult
changes from aReadable
to anObject
containing the JSON response. This avoids the need for callers to detect and deserialize the errorresult
content and aligns the errors from*AsStream
calls with other errors in the SDK. It also allows an error from an*AsStream
response to produce a useful message and benefit from the other error message improvements in this release. Other properties on an error in a*AsStream
reject
remain unchanged.
Changes:
- Added new allow fallback option to find query options models.
- Improved error message output and added trace ID to error responses.
- Updated dependencies.
- Updated documentation.