Release v3.1.63
Fixed
- #7536 Fixed bug that
Hyperf\Validation\ValidationRuleParser::parseParameters()cannot supportPHP 8.4. - #7543 Fixed bug that the providers of nacos not support psr4.
- #7554 Fixed bug that the parameter context on redis cluster cannot work when auth config isn't set or set with null value.
- #7561 Revert constructor parameter name change for
Nacos\Application.
Added
- #7553 Support method
PATCHforhyperf/testing.
Optimized
- #7511 Optimized the PHPDoc for
hyperf/database. - #7537 Use
priorityMiddlewareinstead ofmiddlewarefor swagger.
New Contributors
- @storyn26383 made their first contribution in https://github.com/hyperf/hyperf/pull/7511
- @Copilot made their first contribution in https://github.com/hyperf/hyperf/pull/7581
Full Changelog: https://github.com/hyperf/hyperf/compare/v3.1.62...v3.1.63