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

Releases: k911/swoole-bundle

v0.10.0

05 May 14:06
Compare
Choose a tag to compare

Changelog

Full changelog

Features

  • response-processor: hiding Swoole StreamedResponse support from Symfony (#509) (ebe8077)

Installation

composer require k911/swoole-bundle ^0.10.0

v0.9.0

07 Feb 23:50
Compare
Choose a tag to compare

Changelog

Full changelog

General

  • Dropped support of PHP 7.3.x and Swoole 4.4.x
  • Currently supported versions of PHP are ^7.4 and Swoole ^4.5

Bug Fixes

  • request-factory: Avoid accessing undefined index REQUEST_URI (#422) (807ba9f)

Features

  • response-processor: add support for StreamedResponse (89fc7ca)

Installation

composer require k911/swoole-bundle ^0.9.0

v0.8.3

03 Jan 21:35
Compare
Choose a tag to compare

Changelog

Full changelog

General

  • Support PHP 8.0 🎉

Bug Fixes

  • session-storage: Reset session storage on kernel.finish_request (6b7a992)
  • allow defining no log file path to enable logging to stdout (#301) (eea4a4f)

Installation

composer require k911/swoole-bundle ^0.8.3

FAQ

  • Unable to upgrade to this version on PHP 8.0? See #441 this issue and use workaround.

v0.8.2

20 Jul 13:11
Compare
Choose a tag to compare

Changelog

Full changelog

Miscellaneous

  • Minor fixes

Installation

composer require k911/swoole-bundle ^0.8.2

v0.8.1

15 Jul 21:05
Compare
Choose a tag to compare

Changelog

Full changelog

Bug Fixes

  • doctrine: autoconfigure EntityManagerHandler only when orm is available in symfony's container (#274) (87ede15)
  • http: proper creation of $_SERVER['REQUEST_URI'] (#269) (78bb42b)

Contributors

Thanks to: @Rastusik

Installation

composer require k911/swoole-bundle ^0.8.1

v0.8.0

24 Jun 09:25
Compare
Choose a tag to compare

Changelog

Full changelog

Bug Fixes

  • config: allow configuring worker and reactor counts using ENV variables (#244) (d6b270a)
  • profiler: make log collection in symfony profiler to work (#242) (50fdd6f)

Features

  • blackfire: Add bridge for upscale/swoole-blackfire (#221) (960ddb8)
  • exception-handler: Add Symfony error/exception handler (#228) (180d5e5)
  • http-server: configurable mime types for advanced static files server (#240) (07896a4)

Contributors

Thanks to: @Rastusik @luca-nardelli

Installation

composer require k911/swoole-bundle ^0.8.0

v0.7.9

20 May 09:28
Compare
Choose a tag to compare

Changelog

Full changelog

Bug Fixes

  • server: add worker_max_request and worker_max_request_grace configuration options (#220) (69fd435)

Installation

composer require k911/swoole-bundle ^0.7.9

v0.7.8

03 May 12:24
Compare
Choose a tag to compare

Changelog

Full changelog

Miscellaneous

  • Allow using Swoole PHP Extension version 4.5.x (#209)

Installation

composer require k911/swoole-bundle ^0.7.8

v0.7.7

01 May 16:52
Compare
Choose a tag to compare

Changelog

Full changelog

Miscellaneous

  • Minor fixes

Installation

composer require k911/swoole-bundle ^0.7.7

v0.7.6

01 Apr 19:58
Compare
Choose a tag to compare

Changelog

Full changelog

Bug Fixes

  • http-server: return all headers with the same name joined by comma (#175) (1e51639)

Installation

composer require k911/swoole-bundle ^0.7.6