Skip to content

Releases: akkadotnet/Akka.Persistence.MongoDB

Akka.Persistence.MongoDB v1.4.0-beta2

31 Oct 18:38
601b781
Compare
Choose a tag to compare
Pre-release

1.4.0-beta2 October 31 2019

Fixed an issue with Snapshot serialization in v1.4.0-beta1

Changes:

  • 601b781 Merge pull request #100 from akkadotnet/dev
  • 24ceb62 added v1.4.0-beta2 release notes (#99)
  • cf00e29 Merge pull request #98 from Aaronontheweb/snapshot-serialization
  • c65c369 fix SnapshotSerialization

This list of changes was auto generated.

Akka.Persistence.MongoDB v1.4.0-beta1

30 Oct 23:00
dc881b8
Compare
Choose a tag to compare
Pre-release

1.4.0-beta1 October 30 2019

Beta release of Akka.Persistence.MongoDB which implements the new standardized Akka.Persistence serialization paradigm going forward. Has full backwards compatibility for reading events which were written in 1.3.[0-14] style serialization.

Changes:

  • dc881b8 Merge pull request #97 from akkadotnet/dev
  • 5adbd1a added support for tagged releases in build.fsx (#95)
  • e5f62f7 Revert "migrating to .NET Core 3.0 tests and build system (#93)" (#96)
  • 862cb22 migrating to .NET Core 3.0 tests and build system (#93)
  • 5472a56 all releases are betas until Akka.NET v1.4.0 stable is released (#94)
  • b5bf617 Bump MongoDB.Driver from 2.7.0 to 2.9.1 (#67)
  • 95bffb6 Bump Microsoft.NET.Test.Sdk from 15.3.0 to 16.3.0 (#63)
  • f530e1d upgrade to Akka.NET v1.4.0-beta* (#91)
  • 3802e52 Adding v1.3.14-style serialization (#71) [ #72 ]

This list of changes was auto generated.

Akka.Persistence.MongoDB v1.3.14 Release

04 Oct 18:38
349e9c7
Compare
Choose a tag to compare

1.3.14 October 04 2019

You can see the full set of changes for Akka.Persistence.MongoDb v1.3.14 here.

This PR fixes a number of problems stemming from implementations of Akka.Persistence.Query implementations that were incorrect.

Note: we're working on adding support for future versions of Akka.Persistence.MongoDB and you should read them here if you plan on continuing to use the plugin.

Akka.Persistence.MongoDB v1.3.13

24 Sep 14:13
84ef66d
Compare
Choose a tag to compare

1.3.13 September 24 2019

Note: we're working on adding support for future versions of Akka.Persistence.MongoDB and you should read them here if you plan on continuing to use the plugin.

Changes:

  • 84ef66d Merge pull request #74 from akkadotnet/dev
  • 7ec9cec prepared v1.3.13 release notes (#73)
  • f45635b Bump FluentAssertions from 4.19.4 to 5.9.0 (#65)
  • d153b4a added latest build.fsx script (#70)
  • 15fc87f removed beta warning from README (#69)
  • 3b26218 added standard Akka.NET Azure DevOps build pipeline (#68)
  • 754c137 Merge pull request #59 from Aaronontheweb/fix-manifest-regression
  • 319a1b9 added regression test to verify #57
  • d1acc4a added nullcheck on manifest
  • fac7a09 Merge branch 'dev' into fix-manifest-regression
See More
  • 9e9da38 Merge pull request #58 from Aaronontheweb/v1.3.12-common-props
  • a73d5e4 close #57 - fix serializer regression for Akka.Persistence.MongoDb v1.3.12
  • b5e866a Added v1.3.12 common.props

This list of changes was auto generated.

Akka.Persistence.MongoDb v1.3.12

05 Apr 23:16
b128c2b
Compare
Choose a tag to compare

1.3.12 April 05 2019

Support for Akka.Persistence 1.3.12.
Added support for Akka.Persistence.Query.
Upgraded to MongoDb v2.7.0 driver (2.8.0 doesn't support .NET 4.5)
Added support for configurable, binary serialization via Akka.NET.

Akka.Persistence.MongoDB v1.3.5 Release

24 Mar 20:22
d9572c3
Compare
Choose a tag to compare

1.3.5 March 23 2018

Support for Akka.Persistence 1.3.5.
Support for .NET Standard 1.6
Supports latest version of .NET MongoDB Driver.
You don't neeed to register/map your classes for serialization/deserialization anymore!