Skip to content

Commit 12b7291

Browse files
chore(release): v0.21.1 🎉
* fix(command): close console output after server start to prevent bad file descriptor in docker ([9197522](9197522)) * fix(phpstan): suppress phpstan for output verbosity because OutputInterface constants don't work pro ([7c01db5](7c01db5)) * build(deps-dev): bump doctrine/migrations from 3.7.2 to 3.7.3 ([6c5747a](6c5747a)) * build(deps-dev): bump doctrine/orm from 2.17.2 to 2.19.0 ([bedd591](bedd591)) * build(deps-dev): bump friendsofphp/php-cs-fixer from 3.46.0 to 3.49.0 ([fcd6e5f](fcd6e5f)) * build(deps-dev): bump phpspec/prophecy from 1.18.0 to 1.19.0 ([1f7f8d4](1f7f8d4)) * build(deps-dev): bump phpunit/phpunit from 10.5.8 to 10.5.11 ([58f13e2](58f13e2)) * build(deps-dev): bump squizlabs/php_codesniffer from 3.8.1 to 3.9.0 ([9fde3d2](9fde3d2)) * build(deps-dev): bump symfony/flex from 2.4.3 to 2.4.5 ([2352b38](2352b38)) * build(deps-dev): bump symfony/web-profiler-bundle from 5.4.34 to 5.4.36 ([6fad7a9](6fad7a9)) * chore(ci): docker runner updated to 25.0.3 ([902fd83](902fd83)) * chore(deps): removal of doctrine/annotations from dev dependencies ([8ae6621](8ae6621)) * chore(profiler): only enable logs in profiler for SF < 6.4, newer version can use standard SF config ([06d5ea5](06d5ea5)) * docs(debug-log): Updated debug log processor info for Symfony ^6.4 ([9adb904](9adb904))
1 parent 9197522 commit 12b7291

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.21.1](https://github.com/openswoole-bundle/openswoole-bundle/compare/v0.21.0...v0.21.1) (2024-03-18)
2+
3+
[Full changelog](https://github.com/symfony-swoole/swoole-bundle/compare/v0.21.0...v0.21.1)
4+
5+
### Bug Fixes
6+
7+
* **command:** close console output after server start to prevent bad file descriptor in docker ([9197522](https://github.com/openswoole-bundle/openswoole-bundle/commit/9197522d245668f7d801042558ef4de51406d9e8))
8+
* **phpstan:** suppress phpstan for output verbosity because OutputInterface constants don't work properly ([7c01db5](https://github.com/openswoole-bundle/openswoole-bundle/commit/7c01db5d8eafb37ff602a1a874b6640eb35e75a9))
9+
110
# [0.21.0](https://github.com/openswoole-bundle/openswoole-bundle/compare/v0.20.0...v0.21.0) (2024-02-12)
211

312
[Full changelog](https://github.com/symfony-swoole/swoole-bundle/compare/v0.20.0...v0.21.0)

0 commit comments

Comments
 (0)