Skip to content

Releases: JasperFx/marten

Release 4.0.2

24 Oct 17:33
Compare
Choose a tag to compare

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

24 Oct 17:39
Compare
Choose a tag to compare

Features and Enhancements

  • Async Daemon: Added UseTransactionIdFixToAvoidEventLossInProjectionDaemon feature toggle for enabling fix to events loss in fetcher under heavy load ( see more in #1880 #1879) #1929

Release 4.0.1

24 Oct 15:26
Compare
Choose a tag to compare

Bug Fixes

  • Schema Management: Fixed Primary Key index name migration from older Marten versions #1854 #1938

Release 4.0.0

08 Oct 13:34
Compare
Choose a tag to compare
Update Marten plugin packages to v4.0.0

3.13.5

25 Sep 17:01
Compare
Choose a tag to compare

Bug Fixes

  • Async Daemon: Fix to events loss in fetcher under heavy load #1880 #1879
  • Async Daemon: Fix to async projection skipping events on Stop #1857 #1845

Release 3.13.4

26 Mar 07:25
Compare
Choose a tag to compare

Bug Fixes

  • Connection Management: Fix to close connection on rollback only if it owns the connection #1620
  • Schema: Fix to throw an exception for unique index without any properties #1581
  • LINQ: Throw NotSupportedException in Marten only linq extensions #1736

Documentation

  • Add missing 'no', fix some readability issues. #1728
  • Update loading document documentation with possible null return value and async sample. #1747

Release 3.13.3

18 Nov 17:15
Compare
Choose a tag to compare

Bug Fixes

  • Bulk Loader: Fix BulkInsert performance issue #1598
  • LINQ: Sorting problem with one operation being delete #1607
  • Npgsql/NodaTime: Remove type mappers from nodatime implementation including update of Npgsql min version to 4.1.6 #1605

https://github.com/JasperFx/marten/milestone/58?closed=1

Release 2.10.3

13 Nov 07:06
Compare
Choose a tag to compare

Bug Fixes

  • Bulk Uploader: Fix bulk uploader performace issue by adding limit 0 to create a temp table with schema only #1597

https://github.com/JasperFx/marten/milestone/57?closed=1

Release 3.13.2

31 Oct 08:35
Compare
Choose a tag to compare

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)

https://github.com/JasperFx/marten/milestone/55?closed=1

Release 3.13.1

27 Aug 18:35
Compare
Choose a tag to compare

Bug Fixes

  • .NET 5: Fix enums handling for .NET 5 #1549