Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions sdk/core/azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Release History

## 1.40.1 (Unreleased)
## 1.41.0 (2026-05-07)
Comment thread
xiangyan99 marked this conversation as resolved.

### Features Added

- `AZURE_LOG_LEVEL` now accepts `VERBOSE` (case-insensitive) as an alias for `DEBUG`. #46668

### Breaking Changes

### Bugs Fixed

### Other Changes

- Invalid values for the `AZURE_LOG_LEVEL`, `AZURE_TRACING_ENABLED`, and `AZURE_SDK_TRACING_IMPLEMENTATION` environment variables no longer raise errors. Instead, a warning is logged and the default value is used (`INFO` for `AZURE_LOG_LEVEL`). #46668
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core/azure/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "1.40.1"
VERSION = "1.41.0"
Loading