File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
sdk/core/Azure.Core.Experimental Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 83
83
<!-- Azure SDK packages -->
84
84
<PackageReference Update =" Azure.Communication.Identity" Version =" 1.2.0" />
85
85
<PackageReference Update =" Azure.Communication.Common" Version =" 1.2.1" />
86
- <PackageReference Update =" Azure.Core" Version =" 1.30 .0" />
86
+ <PackageReference Update =" Azure.Core" Version =" 1.31 .0" />
87
87
<PackageReference Update =" Azure.Core.Amqp" Version =" 1.3.0" />
88
88
<PackageReference Update =" Azure.Core.Experimental" Version =" 0.1.0-preview.25" />
89
89
<PackageReference Update =" Azure.Data.SchemaRegistry" Version =" 1.2.0" />
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 0.1.0-preview.26 (Unreleased )
3
+ ## 0.1.0-preview.26 (2023-04-10 )
4
4
5
5
### Features Added
6
6
7
+ - Added basic debugger support for DynamicData
7
8
### Breaking Changes
8
9
10
+ - Removed ` DynamicJson ` type, and moved its functionality into ` DynamicData ` .
11
+ - Sealed the ` DynamicData ` type.
12
+ - Renamed ` DynamicJsonNameMapping ` enum to ` DynamicDataNameMapping ` .
13
+ - Renamed ` DynamicJsonProperty ` to ` DynamicDataProperty ` .
14
+ - Renamed ` ToDynamic() ` extension method on ` BinaryData ` to ` ToDynamicFromJson() ` .
15
+ - Removed ` DynamicJson.ArrayEnumerator ` and ` DynamicJson.ObjectEnumerator ` types.
9
16
### Bugs Fixed
10
17
11
- - Use specified ` DynamicJsonNameMapping ` in array and object enumerators.
12
-
13
- ### Other Changes
18
+ - Use root ` DynamicJsonOptions ` in child elements, arrays, and object enumerators.
14
19
15
20
## 0.1.0-preview.25 (2023-03-02)
16
21
You can’t perform that action at this time.
0 commit comments