Skip to content

Commit 72483db

Browse files
committed
[ksqlDb.RestApi.Client]: release v6.4.0
1 parent 813e5eb commit 72483db

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ksqlDb.RestApi.Client/ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ksqlDB.RestApi.Client
22

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+
311
# 6.3.0
412
- added `AsStruct` function to the Fluent API for marking fields as ksqldb `STRUCT` types #89 (proposed by @mrt181)
513

ksqlDb.RestApi.Client/ksqlDb.RestApi.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
Documentation for the library can be found at https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/README.md.
1616
</Description>
1717
<PackageTags>ksql ksqlDB LINQ .NET csharp push query</PackageTags>
18-
<Version>6.3.0</Version>
19-
<AssemblyVersion>6.3.0.0</AssemblyVersion>
18+
<Version>6.4.0</Version>
19+
<AssemblyVersion>6.4.0.0</AssemblyVersion>
2020
<LangVersion>12.0</LangVersion>
2121
<ImplicitUsings>enable</ImplicitUsings>
2222
<PackageReleaseNotes>https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/ksqlDb.RestApi.Client/ChangeLog.md</PackageReleaseNotes>

0 commit comments

Comments
 (0)