Skip to content

Releases: netmikey/testprocesses

v2.2.0

17 Oct 06:04

Choose a tag to compare

⭐ New Features

  • add the LogTestProcessesOutputExtension for convenience
  • add the ability to enumerate running processes by their identifier

v2.1.0

07 Oct 15:00

Choose a tag to compare

⭐ New Features

  • enable targeting a test process by its process identifier

🔨 Maintenance

  • dependency updates

v2.0.0

07 Oct 14:58

Choose a tag to compare

⭐ New Features

  • upgrade to Java 17, Spring Boot 3, Gradle 8

v1.0.1

03 Feb 13:00

Choose a tag to compare

🐞 Bug Fixes

  • use StreamStart.CURRENT_TEST for imperatively started processes

    A misleading sanity check was failing when it was tried to retrieve one of the process' streams with StreamStart.CURRENT_TEST when the process was started manually / using the API during that very test (so if the process wasn't already running before the start of the test).

    This has been fixed and is now possible. In this case, the whole stream is returned since the entirety of it took place during the current test.

v1.0.0

23 Dec 13:35

Choose a tag to compare

⭐ New Features

Initial release, see README.md.