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.7.5

19 Dec 11:33
Compare
Choose a tag to compare

Changelog

Full changelog

Bug Fixes

  • server: Add missing setting for "package_max_length" (#96) (37758f2)

Installation

composer require k911/swoole-bundle ^0.7.5

v0.7.4

03 Dec 18:49
Compare
Choose a tag to compare

Changelog

Full changelog

Bug Fixes

  • server: Use SplFile::getRealPath for Response::sendfile Operation for a BinaryFileReponse (#91) (0278db7), closes #90

Installation

composer require k911/swoole-bundle ^0.7.4

v0.7.3

30 Nov 13:43
Compare
Choose a tag to compare

Changelog

Full changelog

Reverts

  • Revert "ci(circle): Remove loop in bash release script" (a468ef7), closes #81

Installation

composer require k911/swoole-bundle ^0.7.3

v0.7.2

30 Nov 13:34
Compare
Choose a tag to compare

Changelog

Full changelog

Bug Fixes

  • composer: Resolve upgrade issues (#83) (92285ac)

Installation

composer require k911/swoole-bundle ^0.7.2

v0.7.1

14 Nov 13:06
Compare
Choose a tag to compare

Changelog

Full changelog

  • Support Symfony 5.0

Installation

composer require k911/swoole-bundle ^0.7.1

v0.7.0

13 Nov 21:56
Compare
Choose a tag to compare

Changelog

Full changelog

Bug Fixes

  • http-client: Make HttpClient serializable (0ee8918)
  • http-server: Add top-level exception handler to prevent server timeouts (#79) (08c76c4), closes #78

Features

  • session: Add in-memory syfmony session storage (#73) (4ccdca0)

Installation

composer require k911/swoole-bundle ^0.7.0

v0.6.2

05 Oct 15:56
Compare
Choose a tag to compare

Changelog

  • Minor CI fixes

Installation

composer require k911/swoole-bundle ^0.6.2

v0.6.1

04 Oct 22:15
Compare
Choose a tag to compare

Changelog

  • Support Swoole 4.4.x

Installation

composer require k911/swoole-bundle ^0.6.1

v0.6.0

11 Aug 16:23
Compare
Choose a tag to compare

Features

  • messenger: Add Symfony Messenger integration (#56) (d136313), closes #4

v0.5.3

06 Jun 17:48
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release

Bug Fixes

  • config: set default host value to '0.0.0.0' (#55) (2c9221d)