Skip to content

Releases: kanata-php/socket-conveyor

v2.4.4

21 Jun 19:13

Choose a tag to compare

Changes

  • Updated dependencies.
  • Fixed tests.

v2.4.0

22 Dec 03:55

Choose a tag to compare

Changes

  • Authorization simplification and enhancement.

2.3.1

20 Dec 04:55

Choose a tag to compare

Changes

  • Solved bug with direct http broadcast when no auth.

2.3.0

25 Sep 01:44

Choose a tag to compare

Changes

  • Implemented direct way to push messages to channels via HTTP.
  • Changed the interface of ConveyorServer so it becomes easier to integrate it with other projects.

2.1.2

09 Apr 01:25

Choose a tag to compare

Added

  • In previous versions, we came to process messages in sub-processes. This got updated, so that is optional from now on.

2.0.7

16 Jan 03:55

Choose a tag to compare

Fixed

  • It removed the very short heartbeat checks in the Conveyor Server options.

v2.0.5

01 Jan 16:29

Choose a tag to compare

Added

Added actions as a server option.

v2.0.3

23 Dec 19:40

Choose a tag to compare

New Version: 2

This version comes with:

  • Conveyor Server - a server implementation is available now! Production-ready and as an example of the proper implementation for good resource management.
  • Many parts of the package got rewritten.
  • Setting the default persistence to OpenSwoole Table.

Roadmap

  • Add external fallback persistence so persistence becomes resilient after server reloads.

v1.4.0

04 Dec 03:39

Choose a tag to compare

Breaking changes!

Changed

  • Listeners, User Associations, Channels persistences all changed to rely on the connection passed at the persistence creation. This change increased the reliability of the package while making it more fluid to interact with.
  • Interface of the Socker Router changed from Conveyor::run($f->data, $f->fd, $s) to Conveyor::init()->run($f->data, $f->fd, $s).
  • Updated dependencies.

Fixed

  • Added missing host parameter to persistence input parameters.

SC 1.3.0

15 Jan 22:54

Choose a tag to compare

Added

  • Adjustments for openswoole version 22.0.0.

Removed

  • Server Command.