Skip to content

Commit fae76e8

Browse files
committed
[ksqlDb.RestApi.Client]: added bug fix changelog
1 parent 5a7c8c2 commit fae76e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ksqlDb.RestApi.Client/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- `IgnoreByInsertsAttribute` no longer excludes fields or properties from DDL statements. For this purpose, a new `IgnoreAttribute` has been introduced.
1010
- the `Record` type's fields `RowOffset` and `RowPartition` are decorated with `IgnoreAttribute` instead of `IgnoreByInsertsAttribute`
1111
- the `Record` type's field `RowTime` is decorated with an internal `IgnoreInDDLAttribute` instead of `IgnoreByInsertsAttribute`
12+
- fixed the issue of multiple mappings not working on the same property in the model builder
1213

1314
# 6.3.0
1415
- added `AsStruct` function to the Fluent API for marking fields as ksqldb `STRUCT` types #89 (proposed by @mrt181)

0 commit comments

Comments
 (0)