Skip to content

Commit 5e1a8e3

Browse files
committed
[ksqlDb.RestApi.Client]: added release v6.3.0-rc.1 #89
1 parent 14d8cbd commit 5e1a8e3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

ksqlDb.RestApi.Client/ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# ksqlDB.RestApi.Client
22

3+
# 6.3.0-rc.1
4+
- added `AsStruct` function to the Fluent API for marking fields as ksqldb `STRUCT` types
5+
36
# 6.2.1
47

58
## BugFix
6-
- Source table can't be queried #87 - fixed `KSqlDbRestApiClient.CreateSourceTableAsync` and `KSqlDbRestApiClient.CreateSourceStreamAsync`
9+
- source table can't be queried #87 - fixed `KSqlDbRestApiClient.CreateSourceTableAsync` and `KSqlDbRestApiClient.CreateSourceStreamAsync`
710

811
# 6.2.0
912

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.2.1</Version>
19-
<AssemblyVersion>6.2.0.0</AssemblyVersion>
18+
<Version>6.3.0-rc.1</Version>
19+
<AssemblyVersion>6.3.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)