File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments