Akka.Persistence.SqlServer 1.3.1
Akka Persistence journal and snapshot store backed by SQL Server database.
No packages depend on Akka.Persistence.SqlServer.
Support for Akka.NET 1.3, .NET Standard 1.6, and the first stable RTM release of Akka.Persistence.
Migration from 1.1.1.7-beta Up**
The event journal and snapshot store schema has changed with this release. In order to keep existing stores compatible with this release, you **must** add a column to both stores for `SerializerId` like so:
```sql
ALTER TABLE {your_journal_table_name} ADD COLUMN SerializerId INTEGER NULL
ALTER TABLE {your_snapshot_table_name} ADD COLUMN SerializerId INTEGER NULL
```
.NET Framework 4.5
- Akka (>= 1.3.1)
- Akka.Persistence (>= 1.3.1)
- Akka.Persistence.Sql.Common (>= 1.3.1)
.NET Standard 1.6
- NETStandard.Library (>= 1.6.1)
- System.Data.SqlClient (>= 4.3.0)
- Akka (>= 1.3.1)
- Akka.Persistence (>= 1.3.1)
- Akka.Persistence.Sql.Common (>= 1.3.1)
Version | Downloads | Last updated |
---|---|---|
1.5.30 | 1 | 11/28/2024 |
1.5.29 | 0 | 10/01/2024 |
1.5.28 | 0 | 09/11/2024 |
1.5.15 | 12 | 02/15/2024 |
1.5.13 | 6 | 02/14/2024 |
1.5.4 | 15 | 06/12/2023 |
1.5.3 | 7 | 06/12/2023 |
1.5.2 | 8 | 06/12/2023 |
1.5.1 | 33 | 03/23/2023 |
1.5.0 | 11 | 06/12/2023 |
1.5.0-beta3 | 9 | 08/29/2023 |
1.4.35 | 9 | 03/26/2022 |
1.4.32 | 8 | 07/08/2022 |
1.4.31 | 17 | 04/27/2022 |
1.4.29 | 8 | 03/26/2022 |
1.4.25 | 7 | 07/08/2022 |
1.4.18 | 8 | 07/08/2022 |
1.4.16 | 9 | 07/08/2022 |
1.4.14 | 10 | 07/08/2022 |
1.4.13 | 8 | 07/08/2022 |
1.4.11 | 10 | 07/08/2022 |
1.4.10 | 9 | 07/08/2022 |
1.4.1 | 14 | 07/08/2022 |
1.4.1-rc3 | 12 | 07/08/2022 |
1.4.1-rc1 | 11 | 07/08/2022 |
1.3.17 | 7 | 07/10/2022 |
1.3.14 | 11 | 07/09/2022 |
1.3.13 | 11 | 07/10/2022 |
1.3.7 | 11 | 07/19/2022 |
1.3.2 | 9 | 07/19/2022 |
1.3.1 | 11 | 07/19/2022 |
1.1.1.7-beta | 11 | 07/19/2022 |
1.1.1.6-beta | 7 | 07/19/2022 |
1.1.1.5-beta | 9 | 07/19/2022 |
1.0.8.4-beta | 13 | 07/19/2022 |
1.0.6.3-beta | 12 | 07/19/2022 |
1.0.5.2-beta | 11 | 07/19/2022 |
1.0.4.1-beta | 8 | 07/19/2022 |
1.0.3-beta | 11 | 07/07/2022 |
1.0.2.9-beta | 10 | 07/07/2022 |
1.0.1-pre1504282013 | 9 | 07/07/2022 |