File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.18.1-beta.1 (Unreleased)
4-
5- ### Features Added
6-
7- ### Breaking Changes
3+ ## 1.18.1 (2025-07-10)
84
95### Bugs Fixed
106
117* Fixed incorrect request/response logging try info when logging a request that's being retried.
128* Fixed a data race in ` ResourceID.String() `
139
14- ### Other Changes
15-
1610## 1.18.0 (2025-04-03)
1711
1812### Features Added
1913
2014* Added ` AccessToken.RefreshOn ` and updated ` BearerTokenPolicy ` to consider nonzero values of it when deciding whether to request a new token
2115
22-
2316## 1.17.1 (2025-03-20)
2417
2518### Other Changes
Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ const (
4040 Module = "azcore"
4141
4242 // Version is the semantic version (see http://semver.org) of this module.
43- Version = "v1.18.1-beta.1 "
43+ Version = "v1.18.1"
4444)
You can’t perform that action at this time.
0 commit comments