Akka.Streams.TestKit
1.3.1
Testkit for Reactive stream support for Akka.NET
See the version list below for details.
Install-Package Akka.Streams.TestKit -Version 1.3.1
dotnet add package Akka.Streams.TestKit --version 1.3.1
<PackageReference Include="Akka.Streams.TestKit" Version="1.3.1" />
paket add Akka.Streams.TestKit --version 1.3.1
Release Notes
Maintenance Release for Akka.NET 1.3**
Updates and bugfixes**:
- Bugfix: Hyperion NuGet package restore creating duplicate assemblies for the same version inside Akka
- Various documentation fixes and updates
- Bugfix: issue where data sent via UDP when `ByteString` payload had buffers with length more than 1, `UdpSender` only wrote the first part of the buffers and dropped the rest.
- Bugfix: Akka.IO.Tcp failed to write some outgoing messages.
- Improved support for OSX & Rider
- Bugfix: Akka.Persistence support for `SerializerWithStringManifest` required by Akka.Cluster.Sharding and Akka.Cluster.Tools
- Akka.Persistence.Sqlite and Akka.Persistence.SqlServer were unable to support `SerializerWithStringManifest`, so using Akka.Cluster.Sharding with Sql plugins would not work.
- Bugfix: Akka.Streams generic type parameters of the flow returned from current implementation of Bidiflow's JoinMat method were incorrect.
- Bugfix: `PersistenceMessageSerializer` was failing with the wrong exceptoin when a non-supported type was provided.
Akka.Persistence backwards compability warning**:
- Akka.Persistence.Sql introduces an additional field to the schema used by Sql-based plugins to allow for the use of `SerializerWithStringManifest` called `serializer_id`. It requires any previous Sql schema to be updated to have this field. Details are included in the Akka.Persistence.Sqlite plugin README.md file. Users of the Akka.Persistence.Sqlite plugin must alter their existing databases to add the field `serializer_id int (4)`:
```
ALTER TABLE {your_event_journal_table_name} ADD COLUMN `serializer_id` INTEGER ( 4 )
ALTER TABLE {your_snapshot_table_name} ADD COLUMN `serializer_id` INTEGER ( 4 )
```
[See the full set of Akka.NET 1.3.1 fixes here](https://github.com/akkadotnet/akka.net/milestone/19).
Dependencies
-
.NETFramework 4.5
- Akka.Streams (>= 1.3.1)
- Akka.TestKit (>= 1.3.1)
-
.NETStandard 1.6
- Akka.Streams (>= 1.3.1)
- Akka.TestKit (>= 1.3.1)
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Akka.Streams.TestKit:
Package | Downloads |
---|---|
Akka.Persistence.TCK
Testkit for Persistence actor support for Akka.NET
|
|
Akka.Persistence.Sql.TestKit
Akka.NET TestKit for SQL-based ADO.NET Persistence middleware
|
|
Akkling.Streams.TestKit
F# wrapper library for Akka.NET Streams TestKit library using FsCheck and xUnit.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.4.16 | 32 | 1/22/2021 |
1.4.15 | 39 | 1/20/2021 |
1.4.14 | 544 | 12/30/2020 |
1.4.13 | 287 | 12/16/2020 |
1.4.12 | 783 | 11/16/2020 |
1.4.11 | 1,169 | 11/5/2020 |
1.4.10 | 3,161 | 8/20/2020 |
1.4.9 | 3,533 | 7/21/2020 |
1.4.8 | 940 | 6/17/2020 |
1.4.7 | 623 | 5/27/2020 |
1.4.6 | 313 | 5/12/2020 |
1.4.5 | 325 | 4/29/2020 |
1.4.4 | 997 | 3/31/2020 |
1.4.3 | 332 | 3/18/2020 |
1.4.2 | 395 | 3/13/2020 |
1.4.1 | 314 | 3/11/2020 |
1.4.1-rc3 | 275 | 3/10/2020 |
1.4.1-rc2 | 222 | 3/10/2020 |
1.4.1-rc1 | 358 | 2/28/2020 |
1.4.0-beta4 | 399 | 1/28/2020 |
1.4.0-beta3 | 351 | 10/30/2019 |
1.4.0-beta2 | 364 | 9/23/2019 |
1.4.0-beta1 | 304 | 7/19/2019 |
1.3.18 | 294 | 3/9/2020 |
1.3.17 | 464 | 12/20/2019 |
1.3.16 | 405 | 11/14/2019 |
1.3.15 | 517 | 9/23/2019 |
1.3.14 | 2,440 | 7/30/2019 |
1.3.13 | 1,726 | 4/30/2019 |
1.3.12 | 1,344 | 3/14/2019 |
1.3.11 | 851 | 12/18/2018 |
1.3.10 | 4,389 | 11/2/2018 |
1.3.9 | 4,032 | 8/23/2018 |
1.3.8 | 2,339 | 6/5/2018 |
1.3.7 | 1,396 | 5/15/2018 |
1.3.6 | 719 | 4/17/2018 |
1.3.5 | 1,896 | 2/22/2018 |
1.3.4 | 734 | 2/1/2018 |
1.3.3 | 626 | 1/19/2018 |
1.3.2 | 749 | 10/21/2017 |
1.3.1 | 3,076 | 9/5/2017 |
1.3.0 | 706 | 8/11/2017 |
1.2.3 | 621 | 7/10/2017 |
1.2.2 | 621 | 6/28/2017 |
1.2.1 | 665 | 6/23/2017 |
1.2.0 | 793 | 4/12/2017 |
1.1.3.32-beta | 852 | 1/23/2017 |
1.1.3.31-beta | 498 | 1/23/2017 |
1.1.2.30-beta | 795 | 9/22/2016 |
1.1.2.29-beta | 507 | 9/22/2016 |
1.1.1.28-beta | 646 | 7/16/2016 |
1.1.1.27-beta | 510 | 7/16/2016 |
1.1.0.26-beta | 570 | 7/7/2016 |