7.0.0-beta.3
Pre-release
Pre-release
oskardudycz
released this
22 Dec 14:04
·
925 commits
to master
since this release
What's Changed
- Child collection linq improvements by @jeremydmiller in #2828
- Feeling good about duplicated value array fields. Closes GH-2768 by @jeremydmiller in #2831
- Making the CreatedAt expression use DateTimeOffset. Might not even ma… by @jeremydmiller in #2832
- using snake case instead of kebab casing for derived column names w/ … by @jeremydmiller in #2833
- using Activator.CreateInstance() to build aggregates w/ no public cto… by @jeremydmiller in #2834
- Fix GH-2835 by @mysticmind in #2836
- Add functionality to support custom sql query using
with select
format by @mysticmind in #2837 - Fix NGram index on nested property throwing an exception by @mysticmind in #2839
- Improved LINQ support for Dictionaries. Closes GH-2651 by @jeremydmiller in #2840
- Ability to define multi-column indexes with anonymous object ala EF C… by @jeremydmiller in #2841
- Better exception for unusable LINQ combination. Closes GH-2649 by @jeremydmiller in #2842
- Making the aggregate projections smarter in the face of mixed Create() & Apply() methods for the same event by @jeremydmiller in #2844
- Allowing users to add LINQ order by operators with literal SQL. Close… by @jeremydmiller in #2845
- Removed FullTextIndex from Marten and used FullTextIndexDefinition instead by @oskardudycz in #2847
- Use built-in snake-casing implementation in .NET 8 by @Hawxy in #2851
- #2762 Include documentation on DevOps including database migrations by @erdtsieck in #2853
- Assorted Linq fixes by @jeremydmiller in #2857
- #2849 ApplyEventException can leak event data to logs by @erdtsieck in #2854
- Propagating tenant override filters to Include() queries. Closes GH-2618 by @jeremydmiller in #2858
- Can order by a combination of string name for the property and string… by @jeremydmiller in #2859
- #2762 menu item to documentation on DevOps by @erdtsieck in #2860
- Add support for NpgsqlDataSource by @oskardudycz in #2855
- LINQ improvements for string.ToLower()/ToUpper() and querying by arra… by @jeremydmiller in #2861
- Using the cast on descending order by. Closes GH-2862 by @jeremydmiller in #2863
- Update storage.md to remove
mt_append_event
by @gfoidl in #2868 - Added Helpdesk sample from EventSourcing.NET repo by @oskardudycz in #2870
- Making the event stream version check work for Append to empty stream… by @jeremydmiller in #2872
- Forcing function names created for flat table projections to be all l… by @jeremydmiller in #2873
- Ability to filter Include() documents. Closes GH-2444 by @jeremydmiller in #2874
- Fix docs: links and minor typos by @schnerring in #2869
- test helper for async projections. Closes GH-2624 by @jeremydmiller in #2875
- Improved LINQ Select() transformations. Closes GH-1926. Closes GH-1026 by @jeremydmiller in #2877
- Add warning about schema changes by @ParadiseFallen in #2880
New Contributors
- @ParadiseFallen made their first contribution in #2880
Full Changelog: 7.0.0-beta.2...7.0.0-beta.3