Akkling.Persistence
0.11.0
See the version list below for details.
dotnet add package Akkling.Persistence --version 0.11.0
NuGet\Install-Package Akkling.Persistence -Version 0.11.0
<PackageReference Include="Akkling.Persistence" Version="0.11.0" />
<PackageVersion Include="Akkling.Persistence" Version="0.11.0" />
<PackageReference Include="Akkling.Persistence" />
paket add Akkling.Persistence --version 0.11.0
#r "nuget: Akkling.Persistence, 0.11.0"
#:package Akkling.Persistence@0.11.0
#addin nuget:?package=Akkling.Persistence&version=0.11.0
#tool nuget:?package=Akkling.Persistence&version=0.11.0
F# wrapper library for Akka.NET with persistence support
| 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Akka.Persistence (>= 1.4.14)
- Akkling (>= 0.11.0)
- Akkling.Streams (>= 0.11.0)
- FSharp.Core (>= 5.0.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Akkling.Persistence:
| Package | Downloads |
|---|---|
|
Akkling.Cluster.Sharding
F# wrapper library for Akka.NET cluster sharding module. |
|
|
FCQRS
Package Description |
|
|
WAkka
Make creating certain types of Akka.NET actors easier in F#. |
|
|
Akka.Persistence.LiteDB.FSharp
Package Description |
|
|
FCQRS8
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.17.0 | 7,423 | 2/12/2025 |
| 0.16.2 | 6,460 | 8/22/2024 |
| 0.16.1 | 314 | 8/14/2024 |
| 0.16.0 | 250 | 8/14/2024 |
| 0.15.0 | 1,702 | 7/18/2024 |
| 0.14.0 | 3,581 | 1/26/2024 |
| 0.14.0-rc.1 | 131 | 1/24/2024 |
| 0.13.0 | 10,637 | 3/11/2023 |
| 0.12.0 | 16,783 | 10/12/2021 |
| 0.11.0 | 2,418 | 2/2/2021 |
| 0.10.0 | 2,868 | 3/14/2020 |
| 0.9.3 | 11,150 | 7/16/2018 |
| 0.9.2 | 2,136 | 6/10/2018 |
| 0.9.1 | 2,499 | 3/17/2018 |
| 0.9.0 | 2,349 | 3/11/2018 |
| 0.8.0 | 1,917 | 11/27/2017 |
| 0.7.0 | 1,957 | 9/18/2017 |
| 0.6.1 | 2,790 | 4/17/2017 |
| 0.5.0 | 2,190 | 1/25/2017 |
| 0.4.2 | 1,810 | 1/3/2017 |
| 0.4.1 | 1,725 | 1/3/2017 |
| 0.4.0 | 1,729 | 9/11/2016 |
| 0.3.0 | 2,209 | 2/25/2016 |
| 0.2.1 | 1,631 | 12/17/2015 |
| 0.2.0 | 1,624 | 11/21/2015 |
| 0.1.1 | 1,983 | 8/8/2015 |
| 0.1.0 | 1,688 | 6/25/2015 |
* Upgraded Akka.NET dependencies to 1.4.14
* Persistence API - new lifecycle events: PersistFailed and PersistRejected
* Persistence API - new effect: Effects.andThen for one-shot post persist callbacks
* Fixed actor expression to support multiple async calls
* Fixed tail rec overflows on try-finally in actor expression