Releases: tomasfabian/ksqlDB.RestApi.Client-DotNet
Releases · tomasfabian/ksqlDB.RestApi.Client-DotNet
v7.1.5
🐛 Bug Fixes
- casting nulls while generating the insert statement. #115 (contributed by @vidyaranya92)
v7.1.4
v7.1.3
v7.1.2
v7.1.1
v7.1.0
🚀 New Features
- the usage of the Http-Basic authentication
mechanism can be activated directly when the credentials are provided to theKSqlDbContextOptions
.
This enables updating the credentials at runtime by setting them on theKSqlDbContextOptions
singleton instance. #108 (contributed by @mrt181).
v7.0.0
🚀 New Features
- added .NET 9.0 target framework
💥 Breaking changes
- removed usupported .NET 6.0, and 7.0 target frameworks
- upgraded Microsoft packages to v9.0.0:
Microsoft.Extensions.DependencyInjection
,Microsoft.Extensions.Http
, andMicrosoft.Extensions.Logging.Abstractions
- upgraded
System.Text.Json
to v9.0.0
v6.5.2
v6.5.1
v6.5.0
🚀 New Features
- Added the
AsPseudoColumn
function to the Fluent API for mapping of C# fields or properties asksqldb
pseudocolumns.