Skip to content

Commit 7e06216

Browse files
committed
Update release notes for breeze.server.net 7.3.0.
1 parent f5b72d0 commit 7e06216

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc-net/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ layout: doc-net
55

66
## .NET Core Release Notes
77

8+
### <a name="Core730"></a>7.3.0 <span class="doc-date">May 15, 2024</span>
9+
10+
Release for .NET 5, 6, 7, and 8
11+
- Make separate BreezeQueryFilter and BreezeAsyncQueryFilter with cancellationToken handling. For issue [#195](https://github.com/Breeze/breeze.server.net/issues/195)
12+
- Handle string or int enums via BreezeConfig.Instance.UseIntEnums flag - affects metadata generation and JSON serialization. For issue [#196](https://github.com/Breeze/breeze.server.net/issues/196)
13+
- Add params to JsonSerializationFns.UpdateWithDefaults to toggle camelCasing and useIntEnums
14+
- Add NoAnonSerializationBinder for optionally removing names from anonymous type serialization
15+
816
### <a name="Core722"></a>7.2.2 <span class="doc-date">April 30, 2024</span>
917

1018
Release for .NET 5, 6, 7, and 8

0 commit comments

Comments
 (0)