Skip to content

Commit

Permalink
[ksqlDB.RestApi.Client]: release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfabian committed Apr 24, 2024
1 parent beb5316 commit e7ba0e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion ksqlDb.RestApi.Client/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# ksqlDB.RestApi.Client

# 5.1.0
- added `InsertIntoAsync` Qbservable extension for executing `INSERT INTO <stream-name> SELECT` statements.
- added `FieldTypeBuilderExtensions` `WithHeader` for configuring **byte[] types** as **HEADER**
- added model builder function `WithHeaders` for configuring columns as **HEADERS**

# 5.0.0
- added `ModelBuilder` to **configure the model**, allowing the customization of **keys** and ignoring properties during code generation
- added `FieldTypeBuilderExtensions` for configuring **decimal types** #66 (requested by @mrt181)
- added `IFromItemTypeConfiguration` to apply model-related configurations using the provided `ModelBuilder`
- added `IConventionConfiguration` to apply model-related conventions. `DecimalTypeConvention` represents a decimal type convention for configuring precision and scale.
- added `IConventionConfiguration` to apply model-related conventions. `DecimalTypeConvention` represents a decimal type convention for configuring precision and scale
- see also [breakingchanges.md](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/breaking_changes.md#v500)

# 4.0.2
Expand Down
4 changes: 2 additions & 2 deletions ksqlDb.RestApi.Client/ksqlDb.RestApi.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
Documentation for the library can be found at https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/README.md.
</Description>
<PackageTags>ksql ksqlDB LINQ .NET csharp push query</PackageTags>
<Version>5.0.0</Version>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<Version>5.1.0</Version>
<AssemblyVersion>5.1.0.0</AssemblyVersion>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<PackageReleaseNotes>https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/ksqlDb.RestApi.Client/ChangeLog.md</PackageReleaseNotes>
Expand Down

0 comments on commit e7ba0e2

Please sign in to comment.