1.3.0 (2025-02-12)
Features Added
- Added limited support for cross-partition queries that can be served by the gateway. See PR 23926 and https://learn.microsoft.com/rest/api/cosmos-db/querying-cosmosdb-resources-using-the-rest-api#queries-that-cannot-be-served-by-gateway for more details.
Other Changes
- All queries now set the
x-ms-documentdb-query-enablecrosspartition
header. This should not impact single-partition queries, but in the event that it does cause problems for you, this behavior can be disabled by setting theEnableCrossPartitionQuery
value onazcosmos.QueryOptions
tofalse
.