Skip to content

Releases: hyperf/dispatcher

Release v3.1.42

25 Sep 03:35
Compare
Choose a tag to compare

Release v3.1.27

20 Jun 02:55
Compare
Choose a tag to compare
Added composer.json normalize support (#6887)

Release v3.1.15

28 Mar 07:57
Compare
Choose a tag to compare
Format code by the latest `cs-fixer`. (#6617)

Release v3.1.0

30 Nov 16:07
Compare
Choose a tag to compare
Changed the `branch-alias` of all components to `3.1-dev`. (#6320)

Release v3.1.0-rc.15

24 Nov 02:27
Compare
Choose a tag to compare
Removed useless component. (#6316)

Release v3.1.0-rc.4

22 Sep 05:58
Compare
Choose a tag to compare
Merge branch 'master' into 3.1

# Conflicts:
#	.github/workflows/test.yml
#	src/service-governance/src/Listener/RegisterServiceListener.php
#	src/stringable/composer.json
#	src/stringable/tests/StrTest.php

Release v3.0.37

22 Sep 05:38
Compare
Choose a tag to compare
Upgrade actions/checkout to v4 (#6159)

Release v3.1.0-alpha.1

10 Jun 02:21
Compare
Choose a tag to compare
Bumps `phpunit` to `10.x` (#5802)


Co-authored-by: 李铭昕 <715557344@qq.com>

Release v3.0.24

10 Jun 01:45
Compare
Choose a tag to compare
Support `psr/http-message`. (#5789)

Release v3.0.16

12 Apr 08:26
Compare
Choose a tag to compare
Use `Hyperf\Context\ApplicationContext` instead of `Hyperf\Utils\Appl…