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
* Prepare for the June Identity GA release.
* Validate azure arc.
* Update changelog entry.
* Update cspell, fixup gtest skip, and remove unnecessary logging.
* Move gtest_skip call inside the gtest.
* Use system command due to permissions on creating a directory, on linux.
* Pass in a c_str() to system.
* Update permissions to create keys and address pr feedback (rename test
var and method to remove 'valid').
* Address PR feedback - nits.
* Fix remaining rename of local variable.
Copy file name to clipboardexpand all lines: sdk/identity/azure-identity/CHANGELOG.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
1
# Release History
2
2
3
-
## 1.7.0-beta.3 (Unreleased)
3
+
## 1.8.0 (2024-06-11)
4
4
5
5
### Features Added
6
6
7
-
### Breaking Changes
7
+
-[[#4474]](https://github.com/Azure/azure-sdk-for-cpp/issues/4474) Enable proactive renewal of Managed Identity tokens.
8
+
-[[#5116]](https://github.com/Azure/azure-sdk-for-cpp/issues/5116)`AzureCliCredential`: Added support for the new response field which represents token expiration timestamp as time zone agnostic value.
0 commit comments