File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.7 .0-beta.2 (Unreleased)
3+ ## 1.8 .0-beta.1 (Unreleased)
44
55### Features Added
66
1010
1111### Other Changes
1212
13+ ## 1.7.0 (2024-06-20)
14+
15+ ### Features Added
16+ * ` AzurePipelinesCredential ` authenticates an Azure Pipelines service connection with
17+ workload identity federation
18+
19+ ### Breaking Changes
20+ > These changes affect only code written against a beta version such as v1.7.0-beta.1
21+ * Removed the persistent token caching API. It will return in v1.8.0-beta.1
22+
1323## 1.7.0-beta.1 (2024-06-10)
1424
1525### Features Added
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ const (
1414 module = "github.com/Azure/azure-sdk-for-go/sdk/" + component
1515
1616 // Version is the semantic version (see http://semver.org) of this module.
17- version = "v1.7 .0-beta.2 "
17+ version = "v1.8 .0-beta.1 "
1818)
You can’t perform that action at this time.
0 commit comments