mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 02:37:58 +08:00
cf288037ba
Co-authored-by: 李铭昕 <715557344@qq.com>
1.2 KiB
1.2 KiB
v3.1.0 - TBD
Dependencies Upgrade
- Upgrade the php version to
>=8.1
- Upgrade the swoole version to
>=5.0
- Upgrade
hyperf/engine
to^2.0
- Upgrade
phpunit/phpunit
to^10.0
Swow Supported
- reactive-x
- socketio-server
Added
- Support v2 and v3 for socketio-server.
- Support Psr7Plus.
- Support pest.
- Added
hyperf/helper
component. - Added
hyperf/polyfill-coroutine
component. - #5815 Added alias as
mysql
forpdo
inhyperf/db
.
Optimized
- Move Prometheus driver dependency to suggest.
Removed
- Remove unused codes in
hyperf/utils
. - Remove redundant
setAccessible
methods. - Remove deprecated codes.
- #5813 Removed support for swoole 4.x
Deprecated
Fixed
- #5771 Fixed bug that the return type of
Model::updateOrInsert
isn't boolean.