Skip to content

Commit eb8f960

Browse files
authored
Preparation for Core release 1.33.0 (#36720)
* Preparation for Core release 1.33.0 * update release date
1 parent c574472 commit eb8f960

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

sdk/core/Azure.Core/CHANGELOG.md

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

3-
## 1.33.0-beta.1 (Unreleased)
3+
## 1.33.0 (2023-06-16)
44

55
### Features Added
66

77
- Added `BinaryData.ToDynamicFromJson()` extension method to enable dynamic access to JSON. See the [aka.ms/azsdk/net/dynamiccontent](https://aka.ms/azsdk/net/dynamiccontent) for further details.
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
139
### Other Changes
1410

1511
- Client redirects are now disabled by default and can be enabled by setting providing a custom transport in `ClientOptions'. Client Authors can also enable redirects by setting `HttpPipelineTransportOptions.IsClientRedirectEnabled` to `true` on the transport options passed to `HttpPipelineBuilder.Build`.

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

0 commit comments

Comments
 (0)