Skip to content

Commit e82793b

Browse files
authored
Preparation for release of Azure.Core 1.43.0 (Azure#45903)
* Preparation for release of Azure.Core 1.43.0 * CHANGELOG updates
1 parent 864cadf commit e82793b

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

sdk/core/Azure.Core/CHANGELOG.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
# Release History
22

3-
## 1.43.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.43.0 (2024-09-12)
104

115
### Other Changes
126

13-
- Upgraded dependency on System.Text.Json to 6.0.9
7+
- Upgraded `System.Text.Json` package dependency to 6.0.9 ([#45416](https://github.com/Azure/azure-sdk-for-net/pull/45416)).
148
- Added a new constructor on `AzureEventSourceListener` for callers that don't need the formatted message ([#45191](https://github.com/Azure/azure-sdk-for-net/pull/45191)).
15-
- Remove unused callback from `HttpRequestMessage` options in `HttpClientTransport` transport.
9+
- Remove unused callback from `HttpRequestMessage` options in `HttpClientTransport` transport ([#45696](https://github.com/Azure/azure-sdk-for-net/pull/45696)).
10+
- Added `RequiresUnreferencedCode` and `RequiresDynamicCode` attributes to `ToDynamicFromJson` extension methods and `DynamicData` APIs to support AOT scenarios ([#45417](https://github.com/Azure/azure-sdk-for-net/pull/45417)).
1611

1712
## 1.42.0 (2024-08-01)
1813

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.43.0-beta.1</Version>
5+
<Version>1.43.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.42.0</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>

0 commit comments

Comments
 (0)