Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@k911 k911 released this 07 Oct 20:28
· 338 commits to develop since this release

Bug Fixes

  • command: Decode configuration one more time (32f9776)
  • config: Add trusted_proxies and trusted_hosts (aae8873), closes #5
  • config: Set proper service ids in symfony DI (dda8c9d)
  • swoole: Fix static file serving (443bd13)
  • swoole: Make swoole http server lazy (#132) (04a7dcc)

Features

  • swoole: Add ability to customize server (3534ed0)
  • swoole: Add advanced static file serving (17cde60)
  • swoole: Allow to change publicdir at runtime (c5a0c27)
  • swoole: Disable Xdebug using XdebugHandler (97ae8e7)
  • swoole: Process and respond cookies (0b7e883)
  • swoole: Use multiple http server workers (8062a33)

Performance Improvements

  • swoole: Improve Dependency Injection configuration (6f83e11) (b9f6ddc)
  • swoole: Use callable array form to handle request to avoid function call (67e3154)

BREAKING CHANGES

  • Env APP_TRUSTED_HOSTS is no longer supported
  • Env APP_TRUSTED_PROXIES is no longer supported
  • Configuration swoole.http_server.services.debug is renamed to swoole.http_server.services.debug_handler
  • Configuration swoole.http_server.services.trust_all_proxies is renamed to swoole.http_server.services.trust_all_proxies_handler