You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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