Fix/unify links in CHANGELOG.md files (#6048)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
parent
488b65e6a2
commit
171386533a
@ -110,7 +110,7 @@ Thank you to our developer community members who helped to make Azure Core bette
|
||||
### Bugs Fixed
|
||||
|
||||
- [[#5450]](https://github.com/Azure/azure-sdk-for-cpp/issues/5450) Reverted libcurl connection pool to use more conservative caching strategy.
|
||||
- [[#4352]](https://github.com/Azure/azure-sdk-for-cpp/pull/5371) Fixed compilation error on Visual Studio 2017. (A community contribution, courtesy of _[morten-ofstad](https://github.com/morten-ofstad)_)
|
||||
- [[#5371]](https://github.com/Azure/azure-sdk-for-cpp/pull/5371) Fix use of namespace qualifiers that have not been explicitly introduced. (A community contribution, courtesy of _[morten-ofstad](https://github.com/morten-ofstad)_)
|
||||
|
||||
### Acknowledgments
|
||||
|
||||
@ -122,7 +122,7 @@ Thank you to our developer community members who helped to make Azure Core bette
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
- [[5244]](https://github.com/Azure/azure-sdk-for-cpp/issues/5244) WinHTTP transport not closing correctly in case of a request timeout.
|
||||
- [[#5244]](https://github.com/Azure/azure-sdk-for-cpp/issues/5244) WinHTTP transport not closing correctly in case of a request timeout.
|
||||
|
||||
### Other Changes
|
||||
|
||||
@ -161,7 +161,7 @@ Thank you to our developer community members who helped to make Azure Core bette
|
||||
|
||||
### Other Changes
|
||||
|
||||
- [[#4756]] (https://github.com/Azure/azure-sdk-for-cpp/issues/4756) `BearerTokenAuthenticationPolicy` now uses shared mutex lock for read operations.
|
||||
- [[#4756]](https://github.com/Azure/azure-sdk-for-cpp/issues/4756) `BearerTokenAuthenticationPolicy` now uses shared mutex lock for read operations.
|
||||
|
||||
### Acknowledgments
|
||||
|
||||
@ -504,7 +504,7 @@ Thank you to our developer community members who helped to make Azure Core bette
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
[2848](https://github.com/Azure/azure-sdk-for-cpp/issues/2848) Update the libcurl transport adapter to work with HTTP/1.1 only.
|
||||
- [[#2848]](https://github.com/Azure/azure-sdk-for-cpp/issues/2848) Update the libcurl transport adapter to work with HTTP/1.1 only.
|
||||
|
||||
### Other Changes
|
||||
|
||||
@ -515,7 +515,7 @@ Thank you to our developer community members who helped to make Azure Core bette
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
- [2785](https://github.com/Azure/azure-sdk-for-cpp/issues/2785) Fix to build on g++ 5.5.
|
||||
- [[#2785]](https://github.com/Azure/azure-sdk-for-cpp/issues/2785) Fix to build on g++ 5.5.
|
||||
|
||||
### Other Changes
|
||||
|
||||
@ -530,8 +530,8 @@ Thank you to our developer community members who helped to make Azure Core bette
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
- [2647](https://github.com/Azure/azure-sdk-for-cpp/issues/2647) Make the curl transport adapter to check the connection close header.
|
||||
- [2474](https://github.com/Azure/azure-sdk-for-cpp/issues/2474) Fix compiling with MSVC and `/analyze`.
|
||||
- [[#2647]](https://github.com/Azure/azure-sdk-for-cpp/issues/2647) Make the curl transport adapter to check the connection close header.
|
||||
- [[#2474]](https://github.com/Azure/azure-sdk-for-cpp/issues/2474) Fix compiling with MSVC and `/analyze`.
|
||||
- Make WinHTTP transport adapter to NOT use SSL/TLS for unsecured HTTP connections.
|
||||
|
||||
### Other Changes
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
- Fixed [#5297](https://github.com/Azure/azure-sdk-for-cpp/issues/5297). The actual fix for this was to use a single management client per connection.
|
||||
- Fixed [[#5297]](https://github.com/Azure/azure-sdk-for-cpp/issues/5297). The actual fix for this was to use a single management client per connection.
|
||||
|
||||
## 1.0.0-beta.6 (2024-02-06)
|
||||
|
||||
|
||||
@ -263,7 +263,7 @@ No changes since `1.2.0-beta.1`.
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
- [2741](https://github.com/Azure/azure-sdk-for-cpp/issues/2741) Fixed linking problem when Azure SDK is built as DLL.
|
||||
- [[#2741]](https://github.com/Azure/azure-sdk-for-cpp/issues/2741) Fixed linking problem when Azure SDK is built as DLL.
|
||||
|
||||
## 1.1.0 (2021-08-10)
|
||||
|
||||
|
||||
@ -55,7 +55,7 @@ Thank you to our developer community members who helped to make Azure Key Vault
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
- [3366](https://github.com/Azure/azure-sdk-for-cpp/issues/4466) Fixed the user-agent string sent to the service to include the "keys" suffix in the value, when using `CryptographyClient`.
|
||||
- [[#4466]](https://github.com/Azure/azure-sdk-for-cpp/issues/4466) Fixed the user-agent string sent to the service to include the "keys" suffix in the value, when using `CryptographyClient`.
|
||||
|
||||
## 4.4.0-beta.1 (2023-04-11)
|
||||
|
||||
@ -65,7 +65,7 @@ Thank you to our developer community members who helped to make Azure Key Vault
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
- [3366](https://github.com/Azure/azure-sdk-for-cpp/issues/4466) Fixed the user-agent string sent to the service to include the "keys" suffix in the value, when using `CryptographyClient`.
|
||||
- [[#4466]](https://github.com/Azure/azure-sdk-for-cpp/issues/4466) Fixed the user-agent string sent to the service to include the "keys" suffix in the value, when using `CryptographyClient`.
|
||||
|
||||
## 4.3.0 (2022-10-11)
|
||||
|
||||
@ -88,7 +88,7 @@ Thank you to our developer community members who helped to make Azure Key Vault
|
||||
|
||||
### Features Added
|
||||
|
||||
- [2833](https://github.com/Azure/azure-sdk-for-cpp/issues/2833) Added `GetCryptographyClient()` to `KeyClient` to return a `CryptographyClient` that uses the same options, policies, and pipeline as the `KeyClient` that created it.
|
||||
- [[#2833]](https://github.com/Azure/azure-sdk-for-cpp/issues/2833) Added `GetCryptographyClient()` to `KeyClient` to return a `CryptographyClient` that uses the same options, policies, and pipeline as the `KeyClient` that created it.
|
||||
|
||||
## 4.1.0 (2021-09-08)
|
||||
|
||||
@ -98,7 +98,7 @@ Thank you to our developer community members who helped to make Azure Key Vault
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
- [2750](https://github.com/Azure/azure-sdk-for-cpp/issues/2750) Support for Azure `managedhsm` cloud and any other non-public Azure cloud.
|
||||
- [[#2750]](https://github.com/Azure/azure-sdk-for-cpp/issues/2750) Support for Azure `managedhsm` cloud and any other non-public Azure cloud.
|
||||
|
||||
## 4.0.0 (2021-08-10)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user