Releases: OrleansContrib/OrleansTestKit
3.0.1
3.0.0
This is a feature release that upgrades to Orleans 3.0.0. This also addresses the following:
- Adds various null checks.
- Removes all deprecated methods. This is a breaking change, and you may need to update your tests!
This release also includes updates for the following NuGet dependencies:
- Orleans 3.0.0
- Moq 4.13.1
3.0.0-rc2
This is a feature release that upgrades to Orleans 3.0.0-rc2. This also addresses the following:
- Adds various
null
checks. - Removes all deprecated methods.
This release also includes updates for the following NuGet dependencies:
- Orleans 3.0.0-rc2
- Moq 4.13.0
3.0.0-rc1
This is a feature release that upgrades to Orleans 3.0.0-rc1. This also addresses the following:
- Adds various
null
checks. - Removes all deprecated methods.
This release also includes updates for the following NuGet dependencies:
- Orleans 3.0.0-rc1
- Moq 4.13.0
2.3.6
2.3.5
This release includes updates for the following NuGet dependencies:
- Orleans 2.3.5
2.3.4
This release includes updates for the following NuGet dependencies:
- Orleans 2.3.4
2.3.3
2.3.2
This release includes updates for the following NuGet dependencies:
- Orleans 2.3.2
Potentially Breaking Change
This release removes the NuGet dependency on Microsoft.Orleans.Core.Legacy
. See #53 for the rationale on why this is a potentially breaking change. An example test that uses the legacy logger has been added to the test project for reference. If you depend on the legacy NuGet package, you may need to explicitly add it to your project after upgrading to this release.
2.3.1
This is a bug fix release that addresses the following issues:
- Fixed stream type constraints that prevented using value types (#58, #42)
- Fixed
KeyNotFoundException
when getting a reminder that does not exist (#54) - Fixed typo in
TestKitSilo.TimerRegistry
property name (#52) - Fixed
InvalidOperationException
when registering or disposing a timer from an existing timer callback (#51)