Akka.Persistence.SqlServer
1.0.1-pre1504282013
Prefix Reserved
See the version list below for details.
dotnet add package Akka.Persistence.SqlServer --version 1.0.1-pre1504282013
NuGet\Install-Package Akka.Persistence.SqlServer -Version 1.0.1-pre1504282013
<PackageReference Include="Akka.Persistence.SqlServer" Version="1.0.1-pre1504282013" />
paket add Akka.Persistence.SqlServer --version 1.0.1-pre1504282013
#r "nuget: Akka.Persistence.SqlServer, 1.0.1-pre1504282013"
// Install Akka.Persistence.SqlServer as a Cake Addin #addin nuget:?package=Akka.Persistence.SqlServer&version=1.0.1-pre1504282013&prerelease // Install Akka.Persistence.SqlServer as a Cake Tool #tool nuget:?package=Akka.Persistence.SqlServer&version=1.0.1-pre1504282013&prerelease
Akka.NET Persistence journal and snapshot store backed by SQL Server.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Akka (>= 1.0.1)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Akka.Persistence.SqlServer:
Package | Downloads |
---|---|
wyvern.entity
Package Description |
|
Akka.Persistence.SqlServer.Hosting
Akka.Persistence.SqlServer Microsoft.Extensions.Hosting support. |
|
EventSaucing
An event source stack based on NEventStore and Akka |
|
FAkka.Server.Linux
Package Description |
|
FAkka.Shared.Linux
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Akka.Persistence.SqlServer:
Repository | Stars |
---|---|
Horusiath/AkkaCQRS
Event sourcing example build on Akka.NET with persistence plugin
|
Version | Downloads | Last updated |
---|---|---|
1.5.30 | 2,164 | 10/3/2024 |
1.5.29 | 228 | 10/1/2024 |
1.5.28 | 810 | 9/11/2024 |
1.5.15 | 17,637 | 1/18/2024 |
1.5.13 | 7,507 | 10/4/2023 |
1.5.4 | 51,746 | 4/25/2023 |
1.5.3 | 398 | 4/21/2023 |
1.5.2 | 1,224 | 4/6/2023 |
1.5.1 | 1,271 | 3/16/2023 |
1.5.0 | 2,432 | 3/2/2023 |
1.5.0-beta3 | 775 | 2/28/2023 |
1.4.35 | 107,184 | 3/24/2022 |
1.4.32 | 30,098 | 1/19/2022 |
1.4.31 | 10,393 | 12/21/2021 |
1.4.29 | 461 | 12/15/2021 |
1.4.25 | 20,571 | 9/9/2021 |
1.4.18 | 27,068 | 5/12/2021 |
1.4.16 | 29,253 | 1/25/2021 |
1.4.14 | 5,090 | 1/5/2021 |
1.4.13 | 590 | 12/29/2020 |
1.4.11 | 12,422 | 11/11/2020 |
1.4.10 | 23,167 | 8/21/2020 |
1.4.1 | 48,571 | 3/11/2020 |
1.4.1-rc3 | 457 | 3/10/2020 |
1.4.1-rc1 | 452 | 3/3/2020 |
1.3.17 | 21,719 | 1/20/2020 |
1.3.14 | 20,726 | 7/30/2019 |
1.3.13 | 18,664 | 4/30/2019 |
1.3.7 | 129,098 | 6/4/2018 |
1.3.2 | 21,284 | 10/29/2017 |
1.3.1 | 6,202 | 9/11/2017 |
1.1.1.7-beta | 40,368 | 10/27/2016 |
1.1.1.6-beta | 875 | 10/26/2016 |
1.1.1.5-beta | 1,500 | 8/4/2016 |
1.0.8.4-beta | 4,240 | 5/31/2016 |
1.0.6.3-beta | 4,905 | 1/22/2016 |
1.0.5.2-beta | 1,962 | 12/10/2015 |
1.0.4.1-beta | 1,510 | 8/8/2015 |
1.0.3-beta | 1,106 | 6/12/2015 |
1.0.2.9-beta | 1,078 | 6/3/2015 |
1.0.1-pre1504282013 | 1,252 | 4/28/2015 |
Bugfix release for Akka.NET v1.0.**
Fixes:
[v1.0 F# scheduling API not sending any scheduled messages](https://github.com/akkadotnet/akka.net/issues/831)
[PinnedDispatcher - uses single thread for all actors instead of creating persanal thread for every actor](https://github.com/akkadotnet/akka.net/issues/850)
[Hotfix async await when awaiting IO completion port based tasks](https://github.com/akkadotnet/akka.net/pull/843)
[Fix for async await suspend-resume mechanics](https://github.com/akkadotnet/akka.net/pull/836)
[Nested Ask async await causes null-pointer exception in ActorTaskScheduler](https://github.com/akkadotnet/akka.net/issues/855)
[Akka.Remote: can't reply back remotely to child of Pool router](https://github.com/akkadotnet/akka.net/issues/884)
[Context.DI().ActorOf shouldn't require a parameterless constructor](https://github.com/akkadotnet/akka.net/issues/832)
[DIActorContextAdapter uses typeof().Name instead of AssemblyQualifiedName](https://github.com/akkadotnet/akka.net/issues/833)
[IndexOutOfRangeException with RoundRobinRoutingLogic & SmallestMailboxRoutingLogic](https://github.com/akkadotnet/akka.net/issues/908)
New Features:
Akka.TestKit.NUnit**
Akka.NET now has support for [NUnit ](http://nunit.org/) inside its TestKit. You can install Akka.TestKit.NUnit via the NuGet commandline:
```
PM> Install-Package Akka.TestKit.NUnit
```
Akka.Persistence.SqlServer**
The first full implementation of Akka.Persistence is now available for SQL Server.
[Read the full instructions for working with Akka.Persistence.SQLServer here](https://github.com/akkadotnet/akka.net/tree/dev/src/contrib/persistence/Akka.Persistence.SqlServer).