Skip to content

Commit c937102

Browse files
chore(release): v0.21.2 🎉
* fix(access-log): fixed log format %D, the time taken to serve the request, in microseconds ([94d9314](94d9314)) * fix(access-log): set default timezone from php since $timezone parameter and the current timezone ar ([8a21b1d](8a21b1d))
1 parent 8a21b1d commit c937102

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.2](https://github.com/openswoole-bundle/openswoole-bundle/compare/v0.21.1...v0.21.2) (2024-04-18)
2+
3+
[Full changelog](https://github.com/symfony-swoole/swoole-bundle/compare/v0.21.1...v0.21.2)
4+
5+
### Bug Fixes
6+
7+
* **access-log:** fixed log format %D, the time taken to serve the request, in microseconds ([94d9314](https://github.com/openswoole-bundle/openswoole-bundle/commit/94d931494e92b55cfff12fa245f21ca742a5ff32))
8+
* **access-log:** set default timezone from php since $timezone parameter and the current timezone are ignored when the $datetime parameter is a UNIX timestamp (starts with @) ([8a21b1d](https://github.com/openswoole-bundle/openswoole-bundle/commit/8a21b1d2f1f916be159457e4c2b596d1cb1c40eb))
9+
110
## [0.21.1](https://github.com/openswoole-bundle/openswoole-bundle/compare/v0.21.0...v0.21.1) (2024-03-18)
211

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

0 commit comments

Comments
 (0)