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
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,21 @@
1
1
# ksqlDB.RestApi.Client
2
2
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
+
5
19
# BugFix
6
20
-`KSqlDBContext` removed `!NETSTANDARD` pragma from `OnDisposeAsync`
0 commit comments