Skip to content

Commit f1eae2e

Browse files
authored
updated CHANGELOG.md with the release information 4.14.0b3 (2025-09-09) (#42921)
* updated CHANGELOG.md for the with the release date * fix: removing unused import from sample file
1 parent 71ce452 commit f1eae2e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
## Release History
22

3-
### 4.14.0b3 (Unreleased)
3+
### 4.14.0b3 (2025-09-09)
44

55
#### Features Added
66
* Added read_items API to provide an efficient method for retrieving multiple items in a single request. See [PR 42167](https://github.com/Azure/azure-sdk-for-python/pull/42167).
77
* Added ability to replace a container's indexing policy if a vector embedding policy was present. See [PR 42810](https://github.com/Azure/azure-sdk-for-python/pull/42810).
88

9-
#### Breaking Changes
10-
119
#### Bugs Fixed
1210
* Improved the resilience of Database Account Read metadata operation against short-lived network issues by increasing number of retries. See [PR 42525](https://github.com/Azure/azure-sdk-for-python/pull/42525).
1311
* Fixed bug where during health checks read regions were marked as unavailable for write operations. See [PR 42525](https://github.com/Azure/azure-sdk-for-python/pull/42525).

sdk/cosmos/azure-cosmos/samples/index_management_async.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import azure.cosmos.exceptions as exceptions
99
from azure.cosmos.partition_key import PartitionKey
1010
import urllib3
11-
from requests.utils import DEFAULT_CA_BUNDLE_PATH as CaCertPath
1211

1312
import asyncio
1413
import config

0 commit comments

Comments
 (0)