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
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# ksqlDB.RestApi.Client
2
2
3
+
# 7.1.5
4
+
5
+
## 🐛 Bug Fixes
6
+
- casting nulls while generating insert statement. #115 (contributed by @vidyaranya92)
7
+
3
8
# 7.1.4
4
9
5
10
## 🐛 Bug Fixes
@@ -80,7 +85,7 @@ This enables updating the credentials at runtime by setting them on the `KSqlDbC
80
85
## 🚀 New Features
81
86
1.**KSqlDbRestApiClient Constructor Update**:
82
87
- The `KSqlDbRestApiClient` class constructor now includes a parameter for `KSqlDBRestApiClientOptions`.
83
-
88
+
84
89
2.**EntityCreationMetadata Update**:
85
90
- The `EntityCreationMetadata.ShouldPluralizeEntityName` property was modified to be a nullable boolean (`bool?`), and the default value of `true` was removed.
86
91
@@ -91,7 +96,7 @@ This enables updating the credentials at runtime by setting them on the `KSqlDbC
91
96
-`InsertProperties`
92
97
-`DropFromItemProperties`
93
98
- If `ShouldPluralizeEntityName` is null, the methods will set it using the value from the `KSqlDBRestApiClientOptions`.
94
-
99
+
95
100
## 🐛 Bug Fix
96
101
-`KSqlDBContext` removed `!NETSTANDARD` pragma from `OnDisposeAsync`
97
102
@@ -124,7 +129,7 @@ This enables updating the credentials at runtime by setting them on the `KSqlDbC
124
129
- see also [breakingchanges.md](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/breaking_changes.md#v600)
125
130
126
131
## 🐛 Bug Fix
127
-
- CreateQueryStream doesn't always use configured parameters. The PullQuery functionality was overriding the options configured for the PushQuery. #75 reported by @jbkuczma
132
+
- CreateQueryStream doesn't always use configured parameters. The PullQuery functionality was overriding the options configured for the PushQuery. #75 reported by @jbkuczma
128
133
129
134
# 5.1.0
130
135
- added `InsertIntoAsync` Qbservable extension for executing `INSERT INTO <stream-name> SELECT` statements.
0 commit comments