- Added target frameworks for Net46, Net47, Net471, Net472, Net48, Net481
- Relaxed ServiceQuery.EntityFrameworkCore references for Net 6, 7, 8 and 9 to be base 0 versions
- Changed ServiceQuery.EntityFrameworkCore Net8 to target EntityFrameworkCore 9
- Updated MongoDb driver to 3.2.1
- Fixes for compiler warnings in tests
- Support async operations with an inmemory provider
- Added new NuGet packages for ServiceQuery.EntityFrameworkCore and ServiceQuery.MongoDb for async support
- Support sorting for nullable datatypes
- Update project structure for future release versions
- Support for datatypes DateOnly, TimeOnly and UInt128
- Unit test code coverage at 95%
- Change ServiceQueryServiceFilter.FilterType enum to a string for easier serialization
- Refactor library to contain no external nuget package references
- Support .NET 8.0
- DateTime parsing using System.Globalization.DateTimeStyles.RoundtripKind
- Full source code release with unit and integration tests