Skip to content

Commit b0f63f2

Browse files
committed
[ksqlDb.RestApi.Client]: v6.2.0 release
1 parent fb31800 commit b0f63f2

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

ksqlDb.RestApi.Client/ChangeLog.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# ksqlDB.RestApi.Client
22

3-
# Unreleased changes
4-
3+
# 6.2.0
4+
5+
1. **KSqlDbRestApiClient Constructor Update**:
6+
- The `KSqlDbRestApiClient` class constructor now includes a parameter for `KSqlDBRestApiClientOptions`.
7+
8+
2. **EntityCreationMetadata Update**:
9+
- The `EntityCreationMetadata.ShouldPluralizeEntityName` property was modified to be a nullable boolean (`bool?`), and the default value of `true` was removed.
10+
11+
3. **Method Behavior Update in KSqlDbRestApiClient**:
12+
- Methods within the `KSqlDbRestApiClient` class now check if the `ShouldPluralizeEntityName` field of the following types is null:
13+
- `TypeProperties`
14+
- `DropTypeProperties`
15+
- `InsertProperties`
16+
- `DropFromItemProperties`
17+
- If `ShouldPluralizeEntityName` is null, the methods will set it using the value from the `KSqlDBRestApiClientOptions`.
18+
519
# BugFix
620
- `KSqlDBContext` removed `!NETSTANDARD` pragma from `OnDisposeAsync`
721

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.1.0</Version>
19-
<AssemblyVersion>6.1.0.0</AssemblyVersion>
18+
<Version>6.2.0</Version>
19+
<AssemblyVersion>6.2.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)