Skip to content

Commit d51c27d

Browse files
committed
[ksqlDB.RestApi.Client]: added changelog and release v6.5.0
1 parent 9e71619 commit d51c27d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ksqlDb.RestApi.Client/ChangeLog.md

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

3+
# 6.5.0
4+
- added the `AsPseudoColumn` function to the Fluent API for mapping of C# fields or properties as `ksqldb` [pseudocolumns](https://docs.ksqldb.io/en/latest/reference/sql/data-definition/#pseudocolumns).
5+
36
# 6.4.0
47
- added the `IgnoreInDML` function to the Fluent API to exclude fields from INSERT statements #90 (proposed by @mrt181)
58
- added `IgnoreAttribute` to prevent properties or fields from being included in both DDL and DML statement

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.4.0</Version>
19-
<AssemblyVersion>6.4.0.0</AssemblyVersion>
18+
<Version>6.5.0</Version>
19+
<AssemblyVersion>6.5.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)