7.0.0-beta.2
Pre-release
Pre-release
oskardudycz
released this
29 Nov 14:18
·
1111 commits
to master
since this release
What's New
- Added support for
IsNullOrEmpty
andIsNullOrWhiteSpace
string operators in Linq queries by @oskardudycz in #2823
✏️ What's Changed
- Fixed Ordering in combination Count/CountAsync in Linq queries. by @jeremydmiller in #2811
- Fixed tenant id usage within compiled queries. by @jeremydmiller in #2826
- Fixed edge scenarios when deleting multiple document types in one identity session by @jeremydmiller in #2818
- Fixed EventProjection to respect global ordering by @oskardudycz in #2824
- Made SelectMany().Distinct().Count() combination works in Linq queries by @jeremydmiller in #2814
Fixed querying events with
QueryRawEventDataOnly` with string stream identity when Id is selected* by @jeremydmiller in #2819 - Fixed unit of work list of changes to yield all information in dirty-tracking session by @jeremydmiller in #2820
- Ensured that
BadLinqExpressionException
is not being thrown anymore when using Contains in Where Linq clause. by @jeremydmiller in #2812 - Ensured that querying child collections doesn't impact each other by @T0shik in #2674
- Ensured that Include() gets proper count of documents when used with Take() in Linq queries by @luboshl in #2448
- Ensured that Include() plus ToPagedList() works after the LINQ overhaul by @jeremydmiller in #2816
- Ensured that Compiled Query with Guid list works correctly by @jeremydmiller in #2817
- Ensured that multiple members' comparisons work in Linq queries. by @jeremydmiller in #2827
📄 Docs
Full Changelog: 7.0.0-beta.1...7.0.0-beta.2