Skip to content

Releases: JasperFx/marten

Bug fixes and improvements to ViewProjection

06 Mar 14:54
Compare
Choose a tag to compare

2.6.0

02 Mar 20:50
Compare
Choose a tag to compare

Lots and lots of bug fixes and new convenience methods for event sourcing projections. See https://github.com/JasperFx/marten/milestone/21?closed=1

2.4.0

14 Nov 19:44
Compare
Choose a tag to compare
  • IDocumentSession.Eject()
  • Ability to create a session with an existing connection, transaction, or enlist in ambient TransactionScope
  • Feature schema extensions

2.3.2 Bug fix release

03 Oct 02:29
Compare
Choose a tag to compare
  • Using fields in compiled query objects
  • Bug where it was erroneously checking the existence of the event store schema every time
  • Permutation bug w/ FK's + subclasses

Marten 2.3.0

14 Sep 15:52
Compare
Choose a tag to compare

Netstandard 2 Support