We are happy to announce the release of Cognibase 0.8.8, the flexible Distributed Object Management System for .NET. This release is mainly a maintenance one fixing various issues, but few additions are also included.
What's included in version 0.8.8:
- Modernized Configuration Management. This is the first version providing support for Json
appSettings.json
and Environment Variables. - Reverted SQlite adapter to use Microsoft.Data.Sqlite for modern .NET and keep using System.Data.Sqlite for legacy framework version (i.e. 4.x).
- Added support for MAUI applications running on Windows (WinUI 3).
- Fix a bug for WPF SynchronizationContext so that background threads dispatch the event handlers correctly into the UI thread for bound objects.
- Re-engineered the client connection session info to fix a long-lasting bug that prevented connections in cases when there were clients with the same local IP.
- Enhancements in handling multiple domains in the same database/schema at all adapters.
- Other minor fixes.
Head over to Github and experiment with the samples, explore the documentation at cognibase.com, and jump start using the Visual Studio extension. If you encounter any issue, please submit a ticket in the Issue Tracker.