Azure Cosmos DB Java SDK Changelog
v4.45.0
[2024-07-25]
-
Added: Support for query paging in multi-region writes.
-
Modified: Improved error handling for connection pool exhaustion.
-
Fixed: Resolved an issue with stale read requests under high load.
v4.44.0
[2024-07-18]
-
Added: Preview of reactive operations for container management.
-
Modified: Optimized metadata refresh interval for improved performance.
-
Fixed: Corrected a memory leak in the HTTP client implementation.
v4.43.1
[2024-07-11]
-
Fixed: Addressed a potential deadlock scenario during bulk operations.
-
Modified: Enhanced logging for network-related errors.
v4.43.0
[2024-07-04]
-
Added: Support for server-side batched transactions in multi-master environments.
-
Modified: Refined retry policy for transient network failures.
-
Fixed: Resolved an issue where partition key statistics were not always up-to-date.
v4.42.0
[2024-06-27]
-
Added: New API for managing stored procedures and UDFs.
-
Modified: Improved diagnostic telemetry for request duration.
-
Fixed: Corrected behavior for empty result sets in point read operations.
v4.41.0
[2024-06-20]
-
Added: Support for custom headers in operations.
-
Modified: Optimized JSON serialization for large documents.
-
Fixed: Fixed an issue with session token management across multiple clients.
v4.40.0
[2024-06-13]
-
Added: Enhanced TTL support for auto-expired documents.
-
Modified: Improved performance of change feed processing.
-
Fixed: Resolved a race condition in the HTTP connection manager.
v4.39.0
[2024-06-06]
-
Added: Support for hybrid indexing policies.
-
Modified: Reduced latency for cross-partition queries.
-
Fixed: Corrected the handling of null values in query parameters.
v4.38.0
[2024-05-30]
-
Added: New method for efficient upsert operations.
-
Modified: Streamlined the initialization process for `CosmosClient`.
-
Fixed: Addressed an issue with connection retries after network interruptions.
v4.37.0
[2024-05-23]
-
Added: Support for the
SELECT * FROM c OFFSET LIMIT
syntax.
-
Modified: Improved error messages for invalid partition keys.
-
Fixed: Resolved an issue with query pagination when using
continuationToken
.