Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-02 | 864 Bytes | |
Release v3.1.60 source code.tar.gz | 2025-08-02 | 9.8 MB | |
Release v3.1.60 source code.zip | 2025-08-02 | 11.4 MB | |
Totals: 3 Items | 21.2 MB | 3 |
Fixed
- #7447 Fixed bug that the command
migrate:fresh
can't drop postgres tables by default. - #7449 Fixed bug that
Hyperf\Database\Migrations\Migrator::reset()
cannot support string paths.
Added
- #7466 Added
isEmpty
/isNotEmpty
/getIterator
methods toHyperf\Support\Fluent
class. - #7473 Added config
produce_retry
andproducer_retry_sleep
forkafka
.
New Contributors
- @zhoupeng-zh made their first contribution in https://github.com/hyperf/hyperf/pull/7449
- @luizmanhani made their first contribution in https://github.com/hyperf/hyperf/pull/7468
Full Changelog: https://github.com/hyperf/hyperf/compare/v3.1.59...v3.1.60