Skip to content

Commit 8e61a00

Browse files
authored
Cosmos DB Python SDK Version updates to 4.11.0b1 (Azure#40817)
1 parent 8f330a1 commit 8e61a00

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sdk/cosmos/azure-cosmos/CHANGELOG.md

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

3-
### 4.10.0b5 (Unreleased)
3+
### 4.11.0b1 (2025-04-30)
44

55
#### Features Added
66
* Added ability to set `throughput_bucket` header at the client level and for all requests. See [PR 40340](https://github.com/Azure/azure-sdk-for-python/pull/40340).
77
* Added ability to use Filters from Logging module on Diagnostics Logging based on Http request/response related attributes. See [PR 39897](https://github.com/Azure/azure-sdk-for-python/pull/39897).
88
* Added ability to use `excluded_locations` on client level and document API request level. See [PR 40298](https://github.com/Azure/azure-sdk-for-python/pull/40298)
99

10-
#### Breaking Changes
11-
1210
#### Bugs Fixed
1311
* Fixed bug where change feed requests would not respect the partition key filter. See [PR 40677](https://github.com/Azure/azure-sdk-for-python/pull/40677).
1412
* Fixed how the environment variables in the sdk are parsed. See [PR 40303](https://github.com/Azure/azure-sdk-for-python/pull/40303).

sdk/cosmos/azure-cosmos/azure/cosmos/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020
# SOFTWARE.
2121

22-
VERSION = "4.10.0b5"
22+
VERSION = "4.11.0b1"

0 commit comments

Comments
 (0)