Skip to content

ksqlDB.RestApi.Client v2.1.0

Compare
Choose a tag to compare
@tomasfabian tomasfabian released this 16 Jun 19:33
· 1030 commits to main since this release

Right Join

  • select all records for the right side of the join and the matching records from the left side. If the matching records on the left side are missing, the corresponding columns will contain null values.

Aggregation functions

  • MIN and MAX aggregates support for DATE, TIME, and TIMESTAMP types

CreationMetadata

Support explicit message types for Protobuf with multiple definitions:

  • added KeySchemaFullName and ValueSchemaFullName