Skip to content

Commit affa515

Browse files
authored
Update CHANGELOG for Azure.Core.Experimental release. (Azure#33889)
* prep for release * Correct release date
1 parent 6271caa commit affa515

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

sdk/core/Azure.Core.Experimental/CHANGELOG.md

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

3-
## 0.1.0-preview.24 (Unreleased)
3+
## 0.1.0-preview.24 (2023-02-06)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
- Moved `JsonData` into `Azure.Core.Dynamic` namespace, and removed all public APIs with the exception of operators.
10-
- Added extension method `ToDynamic()` to `BinaryData`.
7+
- Added types `MutableJsonDocument` and `MutableJsonElement`. These types have APIs similar to the BCL types `JsonDocument` and `JsonElement`, but allow the JSON content to be changed.
8+
- Added types `DynamicJson` and `DynamicData`, which provide a dynamic layer over a data payload. This allows schematized data to be accessed using patterns similar to those used with standard .NET types.
9+
- Added extension method `ToDynamic()` to `BinaryData`. This enables retrieving `DynamicJson` from the `Response.Content` property.
1110

12-
### Bugs Fixed
11+
### Breaking Changes
1312

14-
### Other Changes
13+
- Removed `JsonData` type.
1514

1615
## 0.1.0-preview.23 (2022-11-08)
1716

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Experimental types that might eventually move to Azure.Core</Description>
44
<AssemblyTitle>Microsoft Azure Client Pipeline Experimental Extensions</AssemblyTitle>

0 commit comments

Comments
 (0)