What's Changed
- Remove all obsolete methods by @sebastienros in #651
- Reduce allocation by @MikeAlhayek in #653
- Clear Trail before counting by @MikeAlhayek in #659
- Remove net6.0 target, add net10.0 to all projects by @sebastienros with @Copilot in #668
- Quote foreign key constraint names to support numeric table prefixes by @sebastienros with @Copilot in #670
- Use MTP by @sebastienros in #677
- Refactor version extraction in publish.yml by @MikeAlhayek in #693
- Enable ThreadSafetyChecks by default on all tests by @MikeAlhayek in #622
- Replace vulnerable Microsoft.Data.Sqlite with Core + explicit SQLitePCLRaw bundle by @sebastienros in #711
- Refactoring by @hishamco in #498
- Use QueryUnbufferedAsync for streaming IAsyncEnumerable results by @sebastienros with @Copilot in #671
- Fix DateTimeOffset round-trip to be timezone independent by @sebastienros in #713
- Complete public API XML documentation by @sebastienros in #714
- Parallelize database tests in CI via a reusable workflow by @sebastienros in #715
- Fix pre-release correctness bugs and robustness issues by @sebastienros in #716
- Performance: faster query translation, SQLite writes, and SQL statement caching by @sebastienros in #717
Full Changelog: v5.4.6...v6.0.0