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.
The key has expired.
4.28.0 (2022-03-18)
Features Added
Added the "VM Unique ID" - see Accessing and Using Azure VM Unique ID - to the request diagnostics. This information helps to simplify investigating any network issues between an application hosted in Azure and the corresponding Cosmos DB service endpoint. - See PR 27692
Added overload of read api on ClientEncryptionKey with request options for cosmos encrytion project. - See PR 27210
Key Bugs Fixes
Added decodeTime in CosmosDiagnostics - See PR 22808
Other Changes
Reduced CPU usage for some String operations by switching to APIs that don't compile a pattern for each call. - See PR 27654
Reduced GC (Garbage Collection) pressure when executing queries returning many documents by pushing down type conversion. - See PR 27440