2023-06-06 09:52:53 +08:00
|
|
|
# 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`
|
2023-06-07 10:16:25 +08:00
|
|
|
- Upgrade `phpunit/phpunit` to `^10.0`
|
2023-06-06 09:52:53 +08:00
|
|
|
|
|
|
|
## Swow Supported
|
|
|
|
|
|
|
|
- [ ] reactive-x
|
|
|
|
- [ ] socketio-server
|
|
|
|
|
|
|
|
## Added
|
|
|
|
|
2023-06-07 17:00:55 +08:00
|
|
|
- [ ] Support v2 and v3 for socketio-server.
|
|
|
|
- [ ] Support [Psr7Plus](https://github.com/swow/psr7-plus).
|
|
|
|
- [x] Support [pest](https://github.com/pestphp/pest).
|
|
|
|
- [x] Added `hyperf/helper` component.
|
2023-06-06 09:52:53 +08:00
|
|
|
|
|
|
|
## Optimized
|
|
|
|
|
|
|
|
- Move Prometheus driver dependency to suggest.
|
|
|
|
|
|
|
|
## Removed
|
|
|
|
|
2023-06-07 17:00:55 +08:00
|
|
|
- [x] Remove unused codes in `hyperf/utils`.
|
2023-06-07 20:55:22 +08:00
|
|
|
- [x] Remove redundant `setAccessible` methods.
|
2023-06-07 17:00:55 +08:00
|
|
|
|
2023-06-06 09:52:53 +08:00
|
|
|
## Deprecated
|