You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ksqlDb.RestApi.Client/ChangeLog.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# ksqlDB.RestApi.Client
2
2
3
+
# 6.4.0
4
+
- added the `IgnoreInDML` function to the Fluent API to exclude fields from INSERT statements #90 (proposed by @mrt181)
5
+
- added `IgnoreAttribute` to prevent properties or fields from being included in both DDL and DML statement
6
+
-`Headers` property was marked as obsolete in the `Record` type
7
+
8
+
## BugFix
9
+
-`IgnoreByInsertsAttribute` no longer excludes fields or properties from DDL statements. For this purpose, a new `IgnoreAttribute` has been introduced.
10
+
3
11
# 6.3.0
4
12
- added `AsStruct` function to the Fluent API for marking fields as ksqldb `STRUCT` types #89 (proposed by @mrt181)
0 commit comments