Skip to content

v4.0.0

Compare
Choose a tag to compare
@tomasfabian tomasfabian released this 19 Mar 16:38
· 225 commits to main since this release
  • introduced new overloads for dropping entities: DropTableAsync, DropTypeAsync, and DropStreamAsync in KSqlDbRestApiClient. These overloads now accept an argument DropFromItemProperties, providing more flexibility in configuring the drop operations.
  • extracted IKSqlDbDropRestApiClient and IKSqlDbCreateRestApiClient interfaces from IKSqlDbRestApiClient
  • see also breakingchanges.md
  • enabled nullable reference types in ksqlDb.RestApi.Client project #64