Skip to content

Commit 9364a48

Browse files
chore(master): release 0.20.0 (#1838)
* chore(master): release 0.20.0 * Update changelog for version 0.20.0 release * Update changelog for version 0.20.0 --------- Co-authored-by: stryker-mutator[bot] <158062761+stryker-mutator[bot]@users.noreply.github.com> Co-authored-by: Hugo van Rijswijk <git@hugovr.nl>
1 parent dd567d1 commit 9364a48

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.20.0](https://github.com/stryker-mutator/stryker4s/compare/v0.19.1...v0.20.0) (2026-03-16)
4+
5+
This release uses the new support in [FS2](https://fs2.io/#/) 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](https://github.com/stryker-mutator/stryker4s/issues/new/choose)!
6+
7+
### Features
8+
9+
* connect to testrunner over unix sockets, if available ([#1834](https://github.com/stryker-mutator/stryker4s/issues/1834)) ([3921e7c](https://github.com/stryker-mutator/stryker4s/commit/3921e7c6079b27550fe523a73e5bf1c3f33d3606))
10+
* **report:** output HTML report as single file ([#1867](https://github.com/stryker-mutator/stryker4s/issues/1867)) ([cd60269](https://github.com/stryker-mutator/stryker4s/commit/cd60269dd8e1d05e92d4286af1619f9c7ea511ef))
11+
* **scala-dialect:** support Scala 3.8 ([#1883](https://github.com/stryker-mutator/stryker4s/issues/1883)) ([810c600](https://github.com/stryker-mutator/stryker4s/commit/810c600a4f7fe0fa4d8103fc77262e6f0b60f4fe))
12+
13+
14+
### Bug Fixes
15+
16+
* compatibility with java 8 ([#1837](https://github.com/stryker-mutator/stryker4s/issues/1837)) ([be4590f](https://github.com/stryker-mutator/stryker4s/commit/be4590fe6e571239ce80ea26a2feb8d402bd7cd5))
17+
* cross-compile to Scala 3 LTS, instead of for SBT2 ([#1840](https://github.com/stryker-mutator/stryker4s/issues/1840)) ([6e853ed](https://github.com/stryker-mutator/stryker4s/commit/6e853ed040987eb44296c8514a2c0c1157a54020))
18+
319
## [0.19.1](https://github.com/stryker-mutator/stryker4s/compare/v0.19.0...v0.19.1) (2025-09-15)
420

521

0 commit comments

Comments
 (0)