Skip to content

Commit ed60f11

Browse files
authored
azcore v1.9.0-beta.1 release (Azure#21698)
Updated changelog with v1.8.0 release notes.
1 parent 985c875 commit ed60f11

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

sdk/azcore/CHANGELOG.md

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

3-
## 1.8.0-beta.4 (Unreleased)
3+
## 1.9.0-beta.1 (2023-10-05)
4+
5+
### Other Changes
6+
7+
* The beta features for tracing and fakes have been reinstated.
8+
9+
## 1.8.0 (2023-10-05)
410

511
### Features Added
612

13+
* This includes the following features from `v1.8.0-beta.N` releases.
14+
* Claims and CAE for authentication.
15+
* New `messaging` package.
16+
* Various helpers in the `runtime` package.
17+
* Deprecation of `runtime.With*` funcs and their replacements in the `policy` package.
718
* Added types `KeyCredential` and `SASCredential` to the `azcore` package.
819
* Includes their respective constructor functions.
920
* Added types `KeyCredentialPolicy` and `SASCredentialPolicy` to the `azcore/runtime` package.
1021
* Includes their respective constructor functions and options types.
1122

1223
### Breaking Changes
24+
> These changes affect only code written against beta versions of `v1.8.0`
25+
* The beta features for tracing and fakes have been omitted for this release.
1326

1427
### Bugs Fixed
1528

sdk/azcore/internal/shared/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ const (
3636
Module = "azcore"
3737

3838
// Version is the semantic version (see http://semver.org) of this module.
39-
Version = "v1.8.0-beta.4"
39+
Version = "v1.9.0-beta.1"
4040
)

0 commit comments

Comments
 (0)