Skip to content

Commit fa4e2d3

Browse files
authored
Preparation for release of Azure.Core 1.44.0 (#46411)
* Preparation for release of Azure.Core 1.44.0 * update CHANGELOG
1 parent 56e5a7f commit fa4e2d3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

sdk/core/Azure.Core/CHANGELOG.md

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

3-
## 1.44.0-beta.1 (Unreleased)
3+
## 1.44.0 (2024-10-03)
44

55
### Features Added
66

@@ -9,12 +9,10 @@
99
- Moved implementation of `Azure.AzureKeyCredential` into `System.ClientModel.ApiKeyCredential` and made `ApiKeyCredential` the base type for `AzureKeyCredential` ([#46128](https://github.com/Azure/azure-sdk-for-net/pull/46128)).
1010
- `BearerTokenAuthenticationPolicy` now will attempt to handle Continuous Access Evaluation (CAE) challenges, if present, by default ([#46277](https://github.com/Azure/azure-sdk-for-net/pull/46277)).
1111

12-
### Breaking Changes
13-
14-
### Bugs Fixed
15-
1612
### Other Changes
1713

14+
- Upgraded `System.Memory.Data` package dependency to 6.0.0 ([#46134](https://github.com/Azure/azure-sdk-for-net/pull/46134)).
15+
1816
## 1.43.0 (2024-09-12)
1917

2018
### Other Changes

sdk/core/Azure.Core/src/Azure.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This is the implementation of the Azure Client Pipeline</Description>
44
<AssemblyTitle>Microsoft Azure Client Pipeline</AssemblyTitle>
5-
<Version>1.44.0-beta.1</Version>
5+
<Version>1.44.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.43.0</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>

0 commit comments

Comments
 (0)