Akka.Persistence.MongoDb
1.5.70
Prefix Reserved
dotnet add package Akka.Persistence.MongoDb --version 1.5.70
NuGet\Install-Package Akka.Persistence.MongoDb -Version 1.5.70
<PackageReference Include="Akka.Persistence.MongoDb" Version="1.5.70" />
<PackageVersion Include="Akka.Persistence.MongoDb" Version="1.5.70" />
<PackageReference Include="Akka.Persistence.MongoDb" />
paket add Akka.Persistence.MongoDb --version 1.5.70
#r "nuget: Akka.Persistence.MongoDb, 1.5.70"
#:package Akka.Persistence.MongoDb@1.5.70
#addin nuget:?package=Akka.Persistence.MongoDb&version=1.5.70
#tool nuget:?package=Akka.Persistence.MongoDb&version=1.5.70
Akka Persistence journal and snapshot store backed by MongoDB database.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.2
- Akka.Persistence.Query (>= 1.5.70)
- Akka.Streams (>= 1.5.70)
- MongoDB.Driver (>= 3.0.0)
-
.NETStandard 2.1
- Akka.Persistence.Query (>= 1.5.70)
- Akka.Streams (>= 1.5.70)
- MongoDB.Driver (>= 3.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Akka.Persistence.MongoDb:
| Package | Downloads |
|---|---|
|
Akka.Persistence.MongoDb.Hosting
Akka Persistence journal and snapshot store backed by MongoDB database. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.5.70 | 37 | 7/31/2026 |
| 1.5.67 | 3,066 | 4/28/2026 |
| 1.5.59 | 3,504 | 1/27/2026 |
| 1.5.55.1 | 1,757 | 10/29/2025 |
| 1.5.55 | 347 | 10/27/2025 |
| 1.5.53 | 779 | 10/15/2025 |
| 1.5.42 | 14,358 | 5/22/2025 |
| 1.5.41-beta1 | 209 | 4/4/2025 |
| 1.5.40 | 14,502 | 3/27/2025 |
| 1.5.37 | 3,028 | 1/24/2025 |
| 1.5.32 | 7,824 | 12/23/2024 |
| 1.5.32-beta1 | 245 | 12/6/2024 |
| 1.5.31 | 709 | 12/4/2024 |
| 1.5.30.1 | 1,145 | 1/27/2026 |
| 1.5.30 | 9,778 | 10/3/2024 |
| 1.5.29 | 311 | 10/1/2024 |
| 1.5.28 | 8,420 | 9/11/2024 |
| 1.5.26 | 56,827 | 7/15/2024 |
| 1.5.0.2 | 2,077 | 9/18/2023 |
| 1.5.0.1 | 393 | 9/15/2023 |
* [Bump Akka.NET to 1.5.70](https://github.com/akkadotnet/akka.net/releases/tag/1.5.70)
* [Bump Akka.Hosting to 1.5.70](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.70)
* Add support for `Offset.FromEnd` to current and live `EventsByTag` and `AllEvents` queries
* [Fix: Preserve all event tags in EventsByTag envelopes](https://github.com/akkadotnet/Akka.Persistence.MongoDB/pull/477)
**Bug Fix: EventsByTag now returns all tags stored with the event**
Previously, `EventsByTag` and `CurrentEventsByTag` queries populated `EventEnvelope.Tags` with only the tag used to execute the query, losing any other tags stored alongside the event. The returned metadata now correctly includes the complete `JournalEntry.Tags` collection, making it independent of which tag was queried.