Skip to content

azure-cosmos_4.26.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 11 Feb 16:14
6c8f279

4.26.0 (2022-02-11)

Features Added

  • Added support to resume a "multi order by query" from a continuation token - See PR 26267
  • Added RNTBD - open connections information in ClientTelemetry.
  • Added Beta API to set custom Reactor scheduler to be used by the ChangeFeedProcessor implementation - See PR 26750
  • Added support for correlating queries executed via the Cosmos Spark connector with service-telemetry based on the correlationActivityId - See PR 26908

Key Bug Fixes

  • Fixed an issue in ChangeFeedProcessor related to leases that were found expired - See PR 26750
  • Fixed an issue with QueryPlan caching double initialization - See PR 26825