Skip to content

v0.20.0

Choose a tag to compare

@stryker-mutator stryker-mutator released this 16 Mar 13:38
9364a48

0.20.0 (2026-03-16)

This release uses the new support in FS2 for Unix sockets to communicate with test-runners. Stryker4s will seamlessly use either native Unix file sockets, or the "old" TCP sockets, whichever is available. This should give slightly improved performance and stability. If you run into any issues, please let us know!

Features

  • connect to testrunner over unix sockets, if available (#1834) (3921e7c)
  • report: output HTML report as single file (#1867) (cd60269)
  • scala-dialect: support Scala 3.8 (#1883) (810c600)

Bug Fixes