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
+1-5Lines changed: 1 addition & 5 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.31.0 (Unreleased)
3
+
## 1.31.0 (2024-09-12)
4
4
5
5
### Features Added
6
6
@@ -12,10 +12,6 @@
12
12
-`BearerTokenCredentialPolicy` and `AsyncBearerTokenCredentialPolicy` now first check if a credential has the `get_token_info` method defined. If so, the `get_token_info` method is used to acquire a token. Otherwise, the `get_token` method is used. #36565
13
13
- These policies now also check the `refresh_on` attribute when determining if a new token request should be made.
14
14
15
-
### Breaking Changes
16
-
17
-
### Bugs Fixed
18
-
19
15
### Other Changes
20
16
21
17
- The Azure Core OpenTelemetry tracing plugin will now be the preferred tracing plugin over the OpenCensus plugin. If both plugins are installed and `opentelemetry` is imported, then OpenTelemetry will be used to trace Azure SDK operations. #35050
0 commit comments