Pre-Release v3.2.0-alpha.3
What's Changed
- fix(command): add coordinator cleanup in command execution finally block by @huangdijia in https://github.com/hyperf/hyperf/pull/7545
- Support to rewrite the rules for scene when using validation. by @limit81995 in https://github.com/hyperf/hyperf/pull/7469
- Made
Hyperf\Kafka\Annotation\Consumer::$poolempty by default by @aneterial in https://github.com/hyperf/hyperf/pull/7547 - Support options
batchformigrate:rollback. by @albertcht in https://github.com/hyperf/hyperf/pull/7531 - Release v3.1.62 by @limingxinleo in https://github.com/hyperf/hyperf/pull/7560
- Revert constructor parameter name change for
Nacos\Applicationby @huangdijia in https://github.com/hyperf/hyperf/pull/7561 - Support method
PATCHforhyperf/testing. by @aneterial in https://github.com/hyperf/hyperf/pull/7553 - Fixed bug that the providers of nacos not support psr4. by @Ulyssesyi in https://github.com/hyperf/hyperf/pull/7543
- Upgrade to nikic/php-parser v5 and update parser usage by @huangdijia in https://github.com/hyperf/hyperf/pull/7566
- Update Symfony dependencies to ^6.0 || ^7.0 by @huangdijia in https://github.com/hyperf/hyperf/pull/7573
- Update PHPUnit to version 11 by @huangdijia in https://github.com/hyperf/hyperf/pull/7577
- Support Swoole v6.1.0 by @huangdijia in https://github.com/hyperf/hyperf/pull/7575
- Optimized the PHPDoc for
hyperf/database. by @storyn26383 in https://github.com/hyperf/hyperf/pull/7511 - Fixed bug that the parameter context on redis cluster cannot work when auth config isn't set or set with null value. by @luizmanhani in https://github.com/hyperf/hyperf/pull/7554
- Fixed bug that
Hyperf\Validation\ValidationRuleParser::parseParameters()cannot supportPHP 8.4. by @sy-records in https://github.com/hyperf/hyperf/pull/7536 - fix: 添加对CacheableSupportsMethodInterface的弃用说明 by @huangdijia in https://github.com/hyperf/hyperf/pull/7574
- Changed the default type of
deleted_attodatetimeforhyperf/database. by @MorriosL in https://github.com/hyperf/hyperf/pull/6760 - feature: Added PHPStan type analysis for
hyperf/collectionby @huangdijia in https://github.com/hyperf/hyperf/pull/7578 - Use
priorityMiddlewareinstead ofmiddlewarefor swagger. by @zds-s in https://github.com/hyperf/hyperf/pull/7537 - Add
/types export-ignoreto all.gitattributesinsrc/*by @Copilot in https://github.com/hyperf/hyperf/pull/7581 - Release v3.1.63 by @limingxinleo in https://github.com/hyperf/hyperf/pull/7582
- Fixed PHPStan type assertions in database model types by @huangdijia in https://github.com/hyperf/hyperf/pull/7583
New Contributors
- @aneterial made their first contribution in https://github.com/hyperf/hyperf/pull/7547
- @storyn26383 made their first contribution in https://github.com/hyperf/hyperf/pull/7511
Full Changelog: https://github.com/hyperf/hyperf/compare/v3.2.0-alpha.2...v3.2.0-alpha.3