Releases: OrleansContrib/OrleansTestKit
Releases · OrleansContrib/OrleansTestKit
9.0.0
This is a feature release that addresses the following issues:
- Add support for Orleans 9 (#171) 🎉
Thanks to @Copilot, but really @ReubenBond, for driving the contribution!
Full Changelog: 8.2.2...9.0.0
8.2.2
This is a feature release that improves support for dependency injection of keyed services:
- Fix keyed services key type by @rinkeb in #169
- Upgrade project dependencies and bump NuGet package version by @seniorquico in #170
Full Changelog: 8.2.1...8.2.2
Thanks to @rinkeb for their contribution!
8.2.1
This is a feature release that addresses the following issues:
- Correct double call to OnActivateAsync in IRemindable grains by @amccool in #165
- Upgrade project dependencies and bump NuGet package version by @seniorquico in #168
Full Changelog: 8.2.0...8.2.1
Thanks to @amccool for their contribution!
8.2.0
4.0.1
Fix method signature change in RuntimeContext 7.2.5 (#157) * Fix method signature change in RuntimeContext * Proper version
8.1.0
8.0.0
4.0.0
4.0.0-beta.3
This is a feature release that addresses the following issues:
Thanks to @cmeyertons and @jkonecki for their contributions!
4.0.0-beta.2
This is a feature release that addresses the following issues:
- Ignore disposed timers in
FireAllTimers(#129) - Add non-generic grain factory methods (#131)
- Improve testability of grains depending on
ITimerRegistryby "injecting"RuntimeContext(#135). Note that this depends on dotnet/orleans#8436 (not available in Orleans 7.1.2).
Thanks to @spingee and @cmeyertons for their first contributions!