Releases: JasperFx/marten
Releases · JasperFx/marten
Release 4.0.2
Bug Fixes
- Schema Management: Fixed renaming primary key constraint when there are foreign keys defined. #1940 #1944
- Diagnostics: Fixed exception logging in Async Daemon Hot Cold Coordinator. #1923
- Compiled Queries: Fixed compilation failure when the compiled query type itself uses generics and the type parameters are types from a different assembly and are not referenced in ICompiledQuery interface type parameters. #1851 #1852
- CI: Added docs linting/spellcheck in Pull Requests #1919 #1920
Milestone details: https://github.com/JasperFx/marten/milestone/66?closed=1
Release 3.14.1
Release 4.0.1
Release 4.0.0
Update Marten plugin packages to v4.0.0
3.13.5
Release 3.13.4
Release 3.13.3
Release 2.10.3
Bug Fixes
- Bulk Uploader: Fix bulk uploader performace issue by adding limit 0 to create a temp table with schema only #1597
Release 3.13.2
Bug Fixes
- DocumentStore/LINQ: Fix negating a predicate that contains an and operator results in an incorrect query #1568
- Npgsql/NodaTime: Update minimum npgsql to 4.1.5, fixes the long-running problem of combining NodaTime with BCL DateTime types #1579
- DocumentStore/DuplicateField: Allow null enum values to be parsed in duplicated field resolution (related to #1585 ported from 4.x to 3.x)
Release 3.13.1
Bug Fixes
- .NET 5: Fix enums handling for .NET 5 #1549