Skip to content

3.10.0

Compare
Choose a tag to compare
@j82w j82w released this 18 Jun 10:54
· 1411 commits to master since this release
72850ed

Added

  • #1613 Query FeedIterator: Add IDisposable to fix memory leak. WARNING: This will require changes to fix static anlysis tools checking for dispose.
  • #1550 CosmosOperationCanceledException: This enables users to access the diagnsotics when an operation is canceled via the cancellation token. The new type extends OperationCanceledException so it does not break current exception handling and includes the CosmosDiagnostic in the ToString().
  • #1578 Query: Add memory optimization to prevent coping the buffer
  • #1578 Query: Add support for ignore case for Contains and StartsWith functions.
  • #1602 Diagnostics: Add CPU usage to all operations
  • #1603 Documentation: Add new exception handling documentation

Fixed

  • #1530 ContainerDefinition : Fix WithDefaultTimeToLive argument spelling (Thanks to tony-xia)
  • #1547 & #1582 Query and Readfeed: Fix exceptions caused by not properly handling splits
  • #1578 ApplicationRegion: Fix ApplicationRegion to ensure the correct order is being used for failover scenarios
  • #1585 Query : Fix Multi- ORDER BY continuation token support with QueryExecutionInfo response headers