Skip to content

Releases: OrleansContrib/OrleansTestKit

3.0.1

03 Mar 06:30
18cdfb0
Compare
Choose a tag to compare

This is a bug fix release that addresses the following issue:

  • Fixed InvalidOperationException when unsubscribing from a stream during OnNextAsync callback (#84)

3.0.0

25 Oct 20:32
4f48027
Compare
Choose a tag to compare

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

16 Oct 18:52
8a9d39b
Compare
Choose a tag to compare
3.0.0-rc2 Pre-release
Pre-release

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

16 Oct 03:31
Compare
Choose a tag to compare
3.0.0-rc1 Pre-release
Pre-release

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

20 Jul 02:44
82f7edb
Compare
Choose a tag to compare

This is a feature release that addresses the following:

  • Adds support for GetAllSubscriptionHandles (#62)

This release also includes updates for the following NuGet dependencies:

  • Moq 4.12.0

2.3.5

14 Jun 19:32
fdd9914
Compare
Choose a tag to compare

This release includes updates for the following NuGet dependencies:

  • Orleans 2.3.5

2.3.4

04 Jun 05:40
ab63fd2
Compare
Choose a tag to compare

This release includes updates for the following NuGet dependencies:

  • Orleans 2.3.4

2.3.3

02 Jun 07:16
d61f03c
Compare
Choose a tag to compare

This is a bug fix release that addresses the following issue:

  • Fixed resetting grain state object after calling ClearStateAsync (#57)

This release also includes updates for the following NuGet dependencies:

  • Orleans 2.3.3
  • Moq 4.11.0

2.3.2

16 May 01:30
84fcb50
Compare
Choose a tag to compare

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

02 Apr 12:59
078a17b
Compare
Choose a tag to compare

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)