You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/core/azure-core/CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Release History
2
2
3
-
## 1.35.2 (Unreleased)
3
+
## 1.36.0 (Unreleased)
4
4
5
5
### Features Added
6
6
@@ -15,7 +15,8 @@
15
15
### Other Changes
16
16
17
17
- Updated `BearerTokenCredentialPolicy` and `AsyncBearerTokenCredentialPolicy` to set the `enable_cae` parameter to `True` by default. This change enables Continuous Access Evaluation (CAE) for all token requests made through these policies. #42941
18
-
- Removed `six` as a dependency since it was unused.
18
+
- Removed `six` as a dependency since it was unused. #39962
19
+
- Added caching to the tracing implementation detection function to prevent potential performance issues from repeated import attempts. #43338
0 commit comments