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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# ksqlDB.RestApi.Client
2
2
3
+
# 7.1.0
4
+
5
+
## 🚀 New Features
6
+
- the usage of the [Http-Basic authentication](https://docs.ksqldb.io/en/latest/operate-and-deploy/installation/server-config/security/#configuring-listener-for-http-basic-authenticationauthorization)
7
+
mechanism can be activated directly when the credentials are provided to the `KSqlDbContextOptions`.
8
+
This enables updating the credentials at runtime by setting them on the `KSqlDbContextOptions` singleton instance. #108 (contributed by @mrt181).
0 commit comments