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

Commit

Permalink
chore(release): v0.5.0 🎉
Browse files Browse the repository at this point in the history
##  (2019-04-26)

* refactor: Replace foreach loop with `yield from` expression ([8744f30](8744f30))
* refactor(http-client): Decouple components of Http clients ([eb60f5b](eb60f5b))
* refactor(pid): Rename "pid_file" option to "pid-file" (#42) ([2a234c3](2a234c3)), closes [#42](#42)
* build(docker): Gather code coverage from tests running in containers ([12084e1](12084e1))
* build(docker): Parametrize image tags ([80bb0a8](80bb0a8))
* build(docker): Provide configuration for testing ([d4f630a](d4f630a))
* build(docker): Use "pcov" instead of "xdebug" as code coverage engine ([4284ed3](4284ed3))
* ci(circle): Add build to matrix with latest version of swoole ([af17b96](af17b96))
* ci(circle): Configure Docker layer cache ([6ec5731](6ec5731))
* ci(circle): Detect latest swoole version using pecl website ([1e83b4c](1e83b4c))
* ci(circle): Fix cache key in save cache step ([ec1c1d9](ec1c1d9))
* ci(circle): Optimize caching keys ([6fd1872](6fd1872))
* ci(circle): Set-up commitlint (#36) ([8fc4a0c](8fc4a0c)), closes [#36](#36)
* ci(circleci): Add shellcheck step ([b086620](b086620))
* ci(codeclimate): Enable "shellcheck" ([7271cf8](7271cf8))
* ci(travis): Add separate builds with latest swoole and updated composer packages ([6a22070](6a22070))
* ci(travis): Enable CodeCov reporting ([35eb034](35eb034))
* ci(travis): Fix usage of CodeClimate on Pull Request ([741cd3e](741cd3e))
* ci(travis): Increase retries count for code coverage tests ([853f0a7](853f0a7))
* ci(travis): Remove code coverage step ([0292a43](0292a43))
* ci(travis): Switch "travis_retry" to custom bash script ([1f1de2a](1f1de2a))
* ci(travis): Switch distro to ubuntu xenial (#38) ([1d7a65c](1d7a65c)), closes [#38](#38)
* ci(travis): Use swoole v4.3.1 ([dbd240a](dbd240a))
* chore(deps): Upgrade dependencies ([f4580a0](f4580a0))
* chore(deps): Upgrade dependencies ([0bed9e9](0bed9e9))
* chore(deps): Upgrade dependencies ([270b95b](270b95b))
* chore(deps): Upgrade dependencies ([ab745c8](ab745c8))
* chore(ide-helper): Switch to official swoole package (#49) ([c87cbc8](c87cbc8)), closes [#49](#49)
* chore(phpstan): Ignore wrong reports of callable arguments ([d129105](d129105))
* test: Add InotifyHMR test ([e76729a](e76729a))
* test(code-coverage): Gather code coverage from server processes ([d6ef146](d6ef146))
* test(commands): Ensure symfony commands are registered correctly ([d3abbc1](d3abbc1))
* test(feature): Create feature tests suite ([e27d48f](e27d48f))
* test(mock): Fix Swoole Server mocks (#48) ([a93ac48](a93ac48)), closes [#48](#48)
* test(xdebug-handler): Test restarting process when xdebug enabled ([740af84](740af84))
* feat: Add meaningful exceptions (#46) ([4e2cc6d](4e2cc6d)), closes [#46](#46)
* feat(apiserver): Create API Server component (#32) ([a8d0ec2](a8d0ec2)), closes [#32](#32) [#2](#2)
* feat(server): Add setting for "buffer_output_size" (#33) ([7a50864](7a50864)), closes [#33](#33)
* feat(server): Set-up hooks on lifecycle events ([271a341](271a341))
* fix(di): Do not use integer node for port ([ac6fdcf](ac6fdcf))
* fix(hmr): Drop unused reference to SymfonyStyle object in InotifyHMR ([6b22485](6b22485))
* fix(reload): Make sure command works on macOS system ([4d99e9c](4d99e9c))
  • Loading branch information
Travis CI User committed Apr 26, 2019
1 parent eb60f5b commit be304d5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
<a name=""></a>
# [](https://github.com/k911/swoole-bundle/compare/v0.5.0...v) (2019-04-26)



<a name="0.5.0"></a>
# [0.5.0](https://github.com/k911/swoole-bundle/compare/v0.4.4...v0.5.0) (2019-04-26)


### Bug Fixes

* **di:** Do not use integer node for port ([ac6fdcf](https://github.com/k911/swoole-bundle/commit/ac6fdcf))
* **hmr:** Drop unused reference to SymfonyStyle object in InotifyHMR ([6b22485](https://github.com/k911/swoole-bundle/commit/6b22485))
* **reload:** Make sure command works on macOS system ([4d99e9c](https://github.com/k911/swoole-bundle/commit/4d99e9c))


### Features

* **apiserver:** Create API Server component ([#32](https://github.com/k911/swoole-bundle/issues/32)) ([a8d0ec2](https://github.com/k911/swoole-bundle/commit/a8d0ec2)), closes [#2](https://github.com/k911/swoole-bundle/issues/2)
* **server:** Add setting for "buffer_output_size" ([#33](https://github.com/k911/swoole-bundle/issues/33)) ([7a50864](https://github.com/k911/swoole-bundle/commit/7a50864))
* **server:** Set-up hooks on lifecycle events ([271a341](https://github.com/k911/swoole-bundle/commit/271a341))
* Add meaningful exceptions ([#46](https://github.com/k911/swoole-bundle/issues/46)) ([4e2cc6d](https://github.com/k911/swoole-bundle/commit/4e2cc6d))



<a name=""></a>
# [](https://github.com/k911/swoole-bundle/compare/v0.4.4...v) (2019-01-06)

Expand Down

0 comments on commit be304d5

Please sign in to comment.