mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 03:37:44 +08:00
41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
# 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.
|
|
- [x] Support [Psr7Plus](https://github.com/swow/psr7-plus).
|
|
- [#5828](https://github.com/hyperf/hyperf/pull/5828) Support swow psr7-plus interface for `http-message`.
|
|
- [#5839](https://github.com/hyperf/hyperf/pull/5839) Support swow psr7-plus interface for all components.
|
|
- [x] Support [pest](https://github.com/pestphp/pest).
|
|
- [x] Added `hyperf/helper` component.
|
|
- [#5815](https://github.com/hyperf/hyperf/pull/5815) Added alias as `mysql` for `pdo` in `hyperf/db`.
|
|
|
|
## Optimized
|
|
|
|
- Move Prometheus driver dependency to suggest.
|
|
|
|
## Removed
|
|
|
|
- [x] Remove unused codes in `hyperf/utils`.
|
|
- [x] Remove redundant `setAccessible` methods.
|
|
- [x] Remove deprecated codes.
|
|
- [#5813](https://github.com/hyperf/hyperf/pull/5813) Removed support for swoole 4.x
|
|
|
|
## Deprecated
|
|
|
|
## Fixed
|
|
|
|
- [#5771](https://github.com/hyperf/hyperf/pull/5771) Fixed bug that the return type of `Model::updateOrInsert` isn't boolean.
|