Skip to content

Releases: OrleansContrib/OrleansTestKit

9.0.0

26 Oct 23:56

Choose a tag to compare

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

05 Oct 14:31

Choose a tag to compare

This is a feature release that improves support for dependency injection of keyed services:

Full Changelog: 8.2.1...8.2.2

Thanks to @rinkeb for their contribution!

8.2.1

07 Sep 04:47
01d1388

Choose a tag to compare

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

19 Jul 21:43
cf64b8d

Choose a tag to compare

This is a feature release that addresses the following issues:

  • Update to Orleans 8.2 and add support for RegisterGrainTimer (#163) 🎉

Thanks to @oising for their contribution!

4.0.1

19 May 21:58
eee8bd0

Choose a tag to compare

Fix method signature change in RuntimeContext 7.2.5 (#157)

* Fix method signature change in RuntimeContext

* Proper version

8.1.0

18 Apr 20:28
72003a7

Choose a tag to compare

This is a feature release that addresses the following issues:

  • Add support for Orleans 8.1 (#160) 🎉

8.0.0

07 Jan 06:46
ee3095b

Choose a tag to compare

This is a feature release that addresses the following issues:

  • Add support for Orleans 8 (#150) 🎉

Thanks to @jkonecki for their contribution!

4.0.0

07 Jan 05:50
cdfe7ff

Choose a tag to compare

This is a feature release that addresses the following issues:

  • Add support for POCO grains (#130)
  • Add support for [GrainType(..)] attributes (#141)
  • Add support for persistent state facets (#148)
  • Support Orleans 7.2.4 (now the minimum required version of Orleans)

Thanks to @spingee and @Romanx for their contributions!

4.0.0-beta.3

25 Jul 13:02
0976774

Choose a tag to compare

4.0.0-beta.3 Pre-release
Pre-release

This is a feature release that addresses the following issues:

  • Improve IGrainRuntime and IGrainContext mocks (#139)
  • Add support for Orleans 7.2.0 (#143)

Thanks to @cmeyertons and @jkonecki for their contributions!

4.0.0-beta.2

21 May 14:57
46c289e

Choose a tag to compare

4.0.0-beta.2 Pre-release
Pre-release

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 ITimerRegistry by "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!