|
7 | 7 | #### Breaking Changes
|
8 | 8 |
|
9 | 9 | #### Bugs Fixed
|
| 10 | +* Fixed how the environment variables in the sdk are parsed. See [PR 40303](https://github.com/Azure/azure-sdk-for-python/pull/40303). |
10 | 11 |
|
11 | 12 | #### Other Changes
|
12 | 13 |
|
|
27 | 28 | ### 4.10.0b2 (2025-03-17)
|
28 | 29 |
|
29 | 30 | #### Bugs Fixed
|
30 |
| -* Fixed bug preventing health check in some scenarios. See [PR 39647](https://github.com/Azure/azure-sdk-for-python/pull/39647) |
31 |
| -* Fixed `partition_key` filter for `query_items_change_feed` API. See [PR 39895](https://github.com/Azure/azure-sdk-for-python/pull/39895) |
| 31 | +* Fixed bug preventing health check in some scenarios. See [PR 39647](https://github.com/Azure/azure-sdk-for-python/pull/39647). |
| 32 | +* Fixed `partition_key` filter for `query_items_change_feed` API. See [PR 39895](https://github.com/Azure/azure-sdk-for-python/pull/39895). |
32 | 33 |
|
33 | 34 | #### Other Changes
|
34 |
| -* Moved endpoint health check to the background for async APIs. See [PR 39647](https://github.com/Azure/azure-sdk-for-python/pull/39647) |
| 35 | +* Moved endpoint health check to the background for async APIs. See [PR 39647](https://github.com/Azure/azure-sdk-for-python/pull/39647). |
35 | 36 |
|
36 | 37 | ### 4.10.0b1 (2025-02-13)
|
37 | 38 |
|
38 | 39 | #### Features Added
|
39 |
| -* Added ability to replace `computed_properties` through `replace_container` method. See [PR 39543](https://github.com/Azure/azure-sdk-for-python/pull/39543) |
| 40 | +* Added ability to replace `computed_properties` through `replace_container` method. See [PR 39543](https://github.com/Azure/azure-sdk-for-python/pull/39543). |
40 | 41 |
|
41 | 42 | #### Other Changes
|
42 |
| -* Un-marked `computed_properties` keyword as **provisional**. See [PR 39543](https://github.com/Azure/azure-sdk-for-python/pull/39543) |
| 43 | +* Un-marked `computed_properties` keyword as **provisional**. See [PR 39543](https://github.com/Azure/azure-sdk-for-python/pull/39543). |
43 | 44 |
|
44 | 45 | ### 4.9.1b4 (2025-02-06)
|
45 | 46 |
|
46 | 47 | #### Bugs Fixed
|
47 |
| -* Improved retry logic for read requests to failover on other regions in case of timeouts and any error codes >= 500. See [PR 39596](https://github.com/Azure/azure-sdk-for-python/pull/39596) |
| 48 | +* Improved retry logic for read requests to failover on other regions in case of timeouts and any error codes >= 500. See [PR 39596](https://github.com/Azure/azure-sdk-for-python/pull/39596). |
48 | 49 | * Fixed a regression where read operations were not retrying on timeouts. See [PR 39596](https://github.com/Azure/azure-sdk-for-python/pull/39596)
|
49 | 50 | * Updated default read timeout for `getDatabaseAccount` calls to 3 seconds. See [PR 39596](https://github.com/Azure/azure-sdk-for-python/pull/39596)
|
50 | 51 |
|
51 | 52 | ### 4.9.1b3 (2025-02-04)
|
52 | 53 |
|
53 | 54 | #### Features Added
|
54 |
| -* Improved retry logic by retrying alternative endpoint for writes within a region before performing a cross region retry. See [PR 39390](https://github.com/Azure/azure-sdk-for-python/pull/39390) |
| 55 | +* Improved retry logic by retrying alternative endpoint for writes within a region before performing a cross region retry. See [PR 39390](https://github.com/Azure/azure-sdk-for-python/pull/39390). |
55 | 56 | * Added endpoint health check logic during database account calls. See [PR 39390](https://github.com/Azure/azure-sdk-for-python/pull/39390)
|
56 | 57 |
|
57 | 58 | #### Bugs Fixed
|
58 |
| -* Fixed unnecessary retries on the wrong region for timout retry policy. See [PR 39390](https://github.com/Azure/azure-sdk-for-python/pull/39390) |
59 |
| -* All client connection errors from aiohttp will be retried. See [PR 39390](https://github.com/Azure/azure-sdk-for-python/pull/39390) |
| 59 | +* Fixed unnecessary retries on the wrong region for timout retry policy. See [PR 39390](https://github.com/Azure/azure-sdk-for-python/pull/39390). |
| 60 | +* All client connection errors from aiohttp will be retried. See [PR 39390](https://github.com/Azure/azure-sdk-for-python/pull/39390). |
60 | 61 |
|
61 | 62 | #### Other Changes
|
62 |
| -* Changed defaults for retry delays. See [PR 39390](https://github.com/Azure/azure-sdk-for-python/pull/39390) |
63 |
| -* Changed default connection timeout to be 5 seconds. See [PR 39390](https://github.com/Azure/azure-sdk-for-python/pull/39390) |
64 |
| -* Changed default read timeout to be 65 seconds. See [PR 39390](https://github.com/Azure/azure-sdk-for-python/pull/39390) |
65 |
| -* On database account calls send a client id header for load balancing. See [PR 39390](https://github.com/Azure/azure-sdk-for-python/pull/39390) |
66 |
| -* Removed aiohttp dependency. See [PR 39390](https://github.com/Azure/azure-sdk-for-python/pull/39390) |
| 63 | +* Changed defaults for retry delays. See [PR 39390](https://github.com/Azure/azure-sdk-for-python/pull/39390). |
| 64 | +* Changed default connection timeout to be 5 seconds. See [PR 39390](https://github.com/Azure/azure-sdk-for-python/pull/39390). |
| 65 | +* Changed default read timeout to be 65 seconds. See [PR 39390](https://github.com/Azure/azure-sdk-for-python/pull/39390). |
| 66 | +* On database account calls send a client id header for load balancing. See [PR 39390](https://github.com/Azure/azure-sdk-for-python/pull/39390). |
| 67 | +* Removed aiohttp dependency. See [PR 39390](https://github.com/Azure/azure-sdk-for-python/pull/39390). |
67 | 68 |
|
68 | 69 | ### 4.9.1b2 (2025-01-24)
|
69 | 70 |
|
70 | 71 | #### Features Added
|
71 |
| -* Added new cross-regional retry logic for `ServiceRequestError` and `ServiceResponseError` exceptions. See [PR 39396](https://github.com/Azure/azure-sdk-for-python/pull/39396) |
| 72 | +* Added new cross-regional retry logic for `ServiceRequestError` and `ServiceResponseError` exceptions. See [PR 39396](https://github.com/Azure/azure-sdk-for-python/pull/39396). |
72 | 73 |
|
73 | 74 | #### Bugs Fixed
|
74 | 75 | * Fixed `KeyError` being returned by location cache when most preferred location is not present in cached regions. See [PR 39396](https://github.com/Azure/azure-sdk-for-python/pull/39396).
|
75 |
| -* Fixed cross-region retries on `CosmosClient` initialization. See [PR 39396](https://github.com/Azure/azure-sdk-for-python/pull/39396) |
| 76 | +* Fixed cross-region retries on `CosmosClient` initialization. See [PR 39396](https://github.com/Azure/azure-sdk-for-python/pull/39396). |
76 | 77 |
|
77 | 78 | #### Other Changes
|
78 |
| -* This release requires aiohttp version 3.10.11 and above. See [PR 39396](https://github.com/Azure/azure-sdk-for-python/pull/39396) |
| 79 | +* This release requires aiohttp version 3.10.11 and above. See [PR 39396](https://github.com/Azure/azure-sdk-for-python/pull/39396). |
79 | 80 |
|
80 | 81 | ### 4.9.1b1 (2024-12-13)
|
81 | 82 |
|
82 | 83 | #### Features Added
|
83 |
| -* Added change feed mode support in `query_items_change_feed`. See [PR 38105](https://github.com/Azure/azure-sdk-for-python/pull/38105) |
84 |
| -* Added a **Preview Feature** for adding Diagnostics Handler to filter what diagnostics get logged. This feature is subject to change significantly. See [PR 38105](https://github.com/Azure/azure-sdk-for-python/pull/38581) |
| 84 | +* Added change feed mode support in `query_items_change_feed`. See [PR 38105](https://github.com/Azure/azure-sdk-for-python/pull/38105). |
| 85 | +* Added a **Preview Feature** for adding Diagnostics Handler to filter what diagnostics get logged. This feature is subject to change significantly. See [PR 38105](https://github.com/Azure/azure-sdk-for-python/pull/38581). |
85 | 86 |
|
86 | 87 | ### 4.9.0 (2024-11-18)
|
87 | 88 |
|
|
0 commit comments