Skip to content

Akka.Persistence.MongoDB v1.5.32-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Aaronontheweb Aaronontheweb released this 06 Dec 07:38
06524cd

1.5.32-beta1 December 5th 2024

Breaking Change Notice

Due to breaking changes in MongoDb.Driver v3.0.0, from this point forward, Akka.Persistence.MongoDb releases WILL NOT support:

  • MongoDb server v3.6 and earlier
  • Projects that targets .NET Core 2.x and lower
  • Projects that targets .NET Framework 2.7.1 and lower
  • LINQ2 provider
  • TLS 1.0 and 1.1

MongoDb.Driver 3.0.0 release note: https://github.com/mongodb/mongo-csharp-driver/releases/tag/v3.0.0

MongoDb.Driver 3.0.0 Upgrade advisory: https://www.mongodb.com/docs/drivers/csharp/v3.0/upgrade/v3/

Changes:

  • 06524cd Update RELEASE_NOTES.md for 1.5.32-beta1 release (#397)
  • 20f3574 Bump MongoDb.Driver to 3.0.0 (#395)
  • e6237c7 Bump AkkaVersion and AkkaHostingVersion to 1.5.32 (#396)

This list of changes was auto generated.