Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.58 KB

RELEASE_NOTES.md

File metadata and controls

20 lines (17 loc) · 1.58 KB

[1.5.30] / October 2024

[1.5.28] / September 2024

  • Bump Akka.TestKit to 1.5.28
  • Bump NUnit3TestAdapter to 4.6.0
  • Add NUnit.Analyzers version 4.3.0 to ensure we follow NUnit best practices.
  • Add support for NUnit 4.2.2 in addition to NUnit 3. Akka.TestKit.NUnit targets NUnit 4, while Akka.TestKit.NUnit3 targets NUnit 3.

[1.5.24] / June 11 2024

[1.4.39] / July 22 2022

  • Support for Akka 1.4.39
  • Support for NUnit 3.13.3
  • Now targets netstandard2.0
  • All TestKit classes now implement [FixtureLifeCycle(LifeCycle.InstancePerTestCase)] which guarantees a unique ActorSystem instance per-run. All previous TestKit hacks needed to support this are now removed. See #44 for details.