Skip to content

Releases: Innmind/ServerControl

7.0.0

31 Jan 18:21
7.0.0
bc446f0

Choose a tag to compare

What's Changed

Full Changelog: 6.1.0...7.0.0

6.1.0

06 Aug 14:02
6.1.0
8b772ca

Choose a tag to compare

What's Changed

  • Add Mock server by @Baptouuuu in #23
  • Add NoDiscard attribute on mutation free methods and the ones return Attempt<SideEffect> by @Baptouuuu in #24

Full Changelog: 6.0.0...6.1.0

6.0.0

21 Apr 16:25
6.0.0
38eb7f2

Choose a tag to compare

What's Changed

Full Changelog: 5.2.3...6.0.0

5.2.3

18 Sep 10:13
5.2.3
8457e71

Choose a tag to compare

Fixed

  • A race condition where a process executing too fast was reported as failing even though it succeeded

5.2.2

25 Jul 12:31
5.2.2
f3eb571

Choose a tag to compare

Fixed

  • Output generated while writing the input is now directly available (previously it was when the whole input was written)

5.2.1

11 Nov 16:48
5.2.1
8b034f7

Choose a tag to compare

Fixed

  • Using too much CPU when waiting for processes (due to polling)

5.2.0

22 Oct 12:37
5.2.0
8458342

Choose a tag to compare

Changed

  • Requires innmind/filesystem:~7.0

5.1.0

17 Sep 15:03
5.1.0
fed3a31

Choose a tag to compare

Added

  • Support for innmind/immutable:~5.0

Removed

  • Support for PHP 8.1

5.0.0

29 Jan 12:28
5.0.0
ff58c5f

Choose a tag to compare

Added

  • Innmind\Server\Control\Server\Process\Success
  • Innmind\Server\Control\Server\Process\Failed::output()
  • Innmind\Server\Control\Server\Process\TimedOut::output()
  • Innmind\Server\Control\Server\Process\Signaled::output()

Changed

  • Innmind\Server\Control\ServerFactory::build() second argument now expect Innmind\Stream\Capabilities
  • Innmind\Server\Control\Server\Process::wait() right side of the returned Either is now Innmind\Server\Control\Server\Process\Success instead of Innmind\Immutable\SideEffect

4.3.0

18 Dec 13:04
4.3.0
5bf45fb

Choose a tag to compare

Added

  • Support for innmind/filesystem:~6.0