Skip to content

Releases: hyperf/contract

Release v2.2.31

18 Apr 00:51
Compare
Choose a tag to compare
Update Container DI to able unbind resolved entry (#4683)

* Added `Container::unset()` to unbind an arbitrary resolved entry.

Co-authored-by: 李铭昕 <[email protected]>

Release v3.0.0-alpha.1

16 Feb 05:29
Compare
Choose a tag to compare
Upgrade the minimum php version to `8.0` for `resource-grpc` and `tra…

…nslation`.

Release v2.2.8

14 Sep 01:55
Compare
Choose a tag to compare
Removed type hint from `UnCompressInterface`.

Release v2.2.0

19 Jul 05:22
Compare
Choose a tag to compare
Update `branch-alias` to `2.2-dev` in `composer.json`

Release v2.2.0-beta1

07 Jun 02:23
Compare
Choose a tag to compare
Optimized all composer.json (#3569)

* Optimized all composer.json

* Update package-lock.json

Release v2.1.16

26 Apr 01:09
Compare
Choose a tag to compare
Use reactorId instead of fromId (#3509)

Release v2.1.3

18 Jan 02:05
Compare
Choose a tag to compare
Added OnPacketInterface. (#3103)

Release v2.1.0

28 Dec 01:43
Compare
Choose a tag to compare
Changed branch-alias of `dev-master` to `2.1-dev` (#3038)

* Update branch-alias

* Update composer.json

Release v2.1.0-beta1

14 Dec 12:13
Compare
Choose a tag to compare
Support `HttpServer` for Swow. (#2659)

Release v2.0.13

28 Sep 03:01
Compare
Choose a tag to compare
Fixed crontab does not works when using coroutine style server. (#2590)

* Added PHPDOc.

* Fixed crontab does not works when using coroutine style server.