Skip to content

3.7.0 Release

Compare
Choose a tag to compare
@j82w j82w released this 03 Apr 14:09
bec4b34

3.7.0 - 2020-03-26

Added

  • #1268 Add GetElapsedClientLatency to CosmosDiagnostics
  • #1239 Made MultiPolygon and PolygonCoordinates classes public.
  • #1233 PartitionKey now supports operators ==, != for equality comparison.
  • #1285 Add query plan retrevial to diagnostics
  • #1289 Query ORDER BY Resume Optimization
  • #1074 Bulk API congestion control

Fixed

  • #1213 CosmosException now returns the original stack trace.
  • #1213 ResponseMessage.ErrorMessage is now always correctly populated. There was bug in some scenarios where the error message was left in the content stream.
  • #1298 CosmosException.Message contains the same information as CosmosException.ToString() to ensure all the information is being tracked
  • #1242 Client encryption - Fix bug in read path without encrypted properties
  • #1189 Query diagnostics shows correct overall time.
  • #1189 Fixed a bug that caused duplicate information in diagnostic context.
  • #1263 Fix a bug where retry after internval did not get set on query stream responses
  • #1198 Fixes null reference exception when calling a disposed CosmosClient
  • #1274 ObjectDisposedException is thrown when calling all SDK objects like Database and Container that reference a disposed client
  • #1268 Fix bug where Request Options was getting lost for Database.ReadStreamAsync and Database.DeleteStreamAsync
  • #1304 Fixed XML documentation so it now is visible in Visual Studio