Skip to content

Releases: JasperFx/marten

Npgsql 4.* support and bug fixes

Restrict Npgsql version >=3.2.5 and <4.0

Bug fixes and more

23 Aug 20:36
Compare
Choose a tag to compare

2.9.0

19 Jul 19:52
Compare
Choose a tag to compare

2.8.0

10 May 14:36
Compare
Choose a tag to compare

v2.7.1

19 Mar 13:24
Compare
Choose a tag to compare

Fix for #987

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