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
#2509 Change Feed: Adds change feed iterator APIs on containers
#2558 Diagnostics: Adds Duration field to HttpResponseStatistics in Diagnostics
#2491 Change Feed Processor: Adds support for Graph API accounts. Graph API accounts can now create lease containers with /partitionKey instead of /id.
Fixed
#2567 ReadMany: Fixes AddRequestHeaders request option and missing headers and message on failure scenarios
#2510 Query: Fixes InvalidOperationException when partitions are merged. Introduced in 3.17.0 PR #2084.
#2510 Query: Fixes handling of pipeline execution on partition merge. Introduced in 3.17.0 PR #2084.
#2547 Query: Fixes incorrect order by query when the field is an object or array
#2511 Availability: Fixes get account info retry logic to not go to secondary regions on 403(Forbidden)
#2512 Caches: Fixes the cache to remove values if generator throws an exception. Thanks @johngallardo.
#2516 Diagnostics: Fixes a race condition causing InvalidOperationException. Introduced in 3.17.0 PR #2097
#2530 Gateway: Fixes container recreate scenarios for Gateway Mode in session consistency. Introduced in 3.18.0 PR #2165
#2552 UserAgent: Fixes UserAgent to have the correct number of clients
#2562 Diagnostics: Fixes NullReferenceException in service unavailable scenarios. Introduced in 3.18.0 PR #2312