Skip to content

Releases: Innmind/async-http-server

3.1.0

27 Oct 13:57
3.1.0
390a66a
Compare
Choose a tag to compare

Added

  • --allow-anyone option to allow connections from outside the machine

3.0.2

26 Oct 14:10
3.0.2
ad50b10
Compare
Choose a tag to compare

Changed

  • Use static closures as much as possible to reduce the probability of creating circular references by capturing $this as it can lead to memory root buffer exhaustion.

3.0.1

03 Aug 14:49
3.0.1
4cd4860
Compare
Choose a tag to compare

Fixed

  • The whole response body was loaded in memory
  • The server was blocking while waiting new connections, preventing previous requests from being served

3.0.0

10 Mar 15:44
3.0.0
228f63e
Compare
Choose a tag to compare

Changed

  • Requires innmind/operating-system:~5.0
  • Requires innmind/io:~2.7
  • Requires innmind/http-parser:~2.1
  • Innmind\Async\HttpServer\Server::of() now accept either a Innmind\IO\Sockets\Server or Innmind\IO\Sockets\Server\Pool

2.0.0

25 Nov 15:59
2.0.0
9532a18
Compare
Choose a tag to compare

Changed

  • Requires innmind/mantle:~2.0
  • Requires innmind/http-parser:~2.0
  • Requires innmind/operating-system:~4.1

Removed

  • --time-frame option

1.1.0

24 Sep 08:41
1.1.0
088c61b
Compare
Choose a tag to compare

Added

  • Support for innmind/io:~2.0

Removed

  • Support for PHP 8.1