Skip to content

Commit 35b15d7

Browse files
committed
[ksqlDB.RestApi.Client]: release v7.1.0
1 parent e0b1def commit 35b15d7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

ksqlDb.RestApi.Client/ChangeLog.md

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

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).
9+
310
# 7.0.0
411

512
## 🚀 New Features

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>7.0.0</Version>
19-
<AssemblyVersion>7.0.0.0</AssemblyVersion>
18+
<Version>7.1.0</Version>
19+
<AssemblyVersion>7.1.0.0</AssemblyVersion>
2020
<LangVersion>13.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)