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
fixed EntityInfo.Members to handle nested metadata definitions and CreateEntity.PrintProperties to ignore empty and invalid STRUCT columns. #109 (contributed by @mrt181)
the usage of the Http-Basic authentication
mechanism can be activated directly when the credentials are provided to the KSqlDbContextOptions.
This enables updating the credentials at runtime by setting them on the KSqlDbContextOptions singleton instance. #108 (contributed by @mrt181).
removed usupported .NET 6.0, and 7.0 target frameworks
upgraded Microsoft packages to v9.0.0: Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.Http, and Microsoft.Extensions.Logging.Abstractions