Akka.Persistence.MongoDB
Akka.Persistence.MongoDB copied to clipboard
MongoDB support for Akka.Persistence
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.7. Commits 8f27031 v2.5.7 7226c5a Updated build process 1f5a062 Report configuration warnings per xunit/xunit#1655 2148496 Latest dependencies 41a6eca Force file copy during package creation 8f77293...
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.21.0 to 2.24.0. Release notes Sourced from MongoDB.Driver's releases. .NET Driver Version 2.24.0 Release Notes This is the general availability release for the 2.24.0 version of the...
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.1 to 8.0.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
**Version Information** Version of Akka.NET? ``` ``` **Describe the bug** When there are a fair number of writes and reads happening at the same time, an event will be skipped....
Version: Akka.Persistence.MongoDb v1.4.0-beta3 Need to enable `MongoDbLegacySerializationSnapshotStoreSpec` in the test suite once https://github.com/akkadotnet/akka.net/pull/4190 gets released into a new version of Akka.NET. v1.4.0-beta5 or later.
## Changes * Add a new snapshot plugin `MongoDbGridFsSnapshotStore` that supports MongoDB GridFS.
Compiler complaining that the tagged variable might not have been initialized properly. ## Changes Explicitly initialize the tag list
Two issues are addressed: 1. Right now, all write operations were done under transactions, if write transaction feature flag is turned on. But according to the [MongoDb documentation](https://www.mongodb.com/docs/manual/core/write-operations-atomicity/#atomicity-and-transactions), single document...