Stryker4s v0.10.0-RC3 Release Notes

Release Date: 2020-11-03 // over 3 years ago
  • This is the third (and hopefully final) pre-release of Stryker4s 0.10.0. The next release should be the final one and will include code coverage (for sbt). There are some bugfixes in this release, but the biggest one you'll notice is the change in logging backend (#623). Stryker4s now uses only whatever logging implementation the build tool requires. What this means is logging might look slightly different, and Stryker4s will now no longer have a core dependency on slf4j ๐Ÿ™Œ. Setting the log-level still works the same way.

    ๐Ÿš€ We also support the fresh-out-of-the-oven Scala 3.0.0-M1 ๐Ÿ”ฅ!

    ๐Ÿฑ ๐Ÿš€ Features

    ๐Ÿ›  ๐Ÿ› Bugfixes

    ๐Ÿšง ๐Ÿงฐ Maintenance

    ๐Ÿ“š ๐Ÿ“– Documentation


Previous changes from v0.10.0-RC2

  • ๐Ÿš€ This is the second pre-release of Stryker4s 0.10.0 featuring the new sbt testrunner. See the previous release for more information about the new testrunner.

    ๐Ÿš€ In this release a couple of new features were added to give more control over the testrunner via your stryker4s.conf. The biggest one is the new timeout-runner which fully supports timeouts based on the initial test-run duration (#573). You can now also restart the testrunner every n runs if you want to (#582) or go back to the old legacy sbt testrunner (#578).

    ๐Ÿฑ ๐Ÿงพ Known issues

    • 'Static' mutants (a val in an object) are always reported as survived.

    ๐Ÿฑ ๐Ÿš€ Features

    ๐Ÿ›  ๐Ÿ› Bugfixes

    ๐Ÿšง ๐Ÿงฐ Maintenance