Skip to content

Commit 04f8167

Browse files
authored
Copy azidentity v1.7.0 changelog content (Azure#23166)
1 parent d458344 commit 04f8167

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

sdk/azidentity/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.7.0-beta.2 (Unreleased)
3+
## 1.8.0-beta.1 (Unreleased)
44

55
### Features Added
66

@@ -10,6 +10,16 @@
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

sdk/azidentity/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)