Skip to content

Releases: hyperf/socketio-server

Release v2.2.0

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

Release v2.2.0-beta2

15 Jun 16:57
Compare
Choose a tag to compare
Removed $formattedValue from AbstractAnnotation.

Release v2.2.0-beta1

07 Jun 02:39
Compare
Choose a tag to compare
Removed `roave/better-reflection` from other components. (#3654)

Release v2.1.13

06 Apr 01:21
Compare
Choose a tag to compare
add deprecated to `getClientCallbackTimeout()`

Release v2.1.1

04 Jan 03:33
Compare
Choose a tag to compare
feat: improve error handling and support Engine::close protocol. (#3054)

* feat: improve error handling and Support Engine::close protocol.

* Update ConnectionClosedException.php

* Update CHANGELOG-2.1.md

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

Release v2.0.26

29 Dec 03:00
Compare
Choose a tag to compare
Fixed bug that renew sid in all namespaces failed. (#3047)

* Fixed bug that renew sid in all namespaces failed.

* Update CHANGELOG-2.0.md

* Added test cases.

Release v2.1.0

28 Dec 01:58
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.0.25

27 Dec 05:22
Compare
Choose a tag to compare
Format code

Release v2.1.0-beta1

14 Dec 12:21
Compare
Choose a tag to compare
Use `(string) $body` instead of `$body->getContents()` for getting co…

Release v2.0.13

28 Sep 03:05
Compare
Choose a tag to compare
fix: remove query in namespace (#2559)

* fix: remove query in namespace

* Update CHANGELOG-2.0.md

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