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
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
1
# Release History
2
2
3
-
## 1.36.0 (Unreleased)
3
+
## 1.36.1 (Unreleased)
4
+
5
+
### Features Added
6
+
7
+
### Breaking Changes
8
+
9
+
### Bugs Fixed
10
+
11
+
### Other Changes
12
+
13
+
- 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
14
+
15
+
## 1.36.0 (2025-10-14)
4
16
5
17
### Features Added
6
18
@@ -14,7 +26,6 @@
14
26
15
27
### Other Changes
16
28
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
29
- Removed `six` as a dependency since it was unused. #39962
19
30
- Added caching to the tracing implementation detection function to prevent potential performance issues from repeated import attempts. #43338
0 commit comments