Skip to content

Releases: GeniusesOfSymfony/WebSocketBundle

2.3.2

16 Mar 16:39
v2.3.2
Compare
Choose a tag to compare

Included in this release are the following changes:

  • Correctly define the Twig global variables (Fixes #407)

2.3.1

13 Mar 15:42
v2.3.1
Compare
Choose a tag to compare

Included in this release are the following changes:

  • Remove the aliases for pusher services from the container when removing the real services (Fixes #406)

3.0 Beta

12 Mar 19:54
v3.0.0-beta
Compare
Choose a tag to compare
3.0 Beta Pre-release
Pre-release

This is the first beta release of this bundle's 3.0 version. Please consult the upgrade guide for a comprehensive list of changes.

2.3.0

25 Feb 20:48
v2.3.0
Compare
Choose a tag to compare

Included in this release are the following changes:

  • Add support for the new router configuration options available in GosPubSubRouterBundle 2.2

2.2.0

29 Jan 18:07
v2.2.0
Compare
Choose a tag to compare

Included in this release are the following changes:

  • Remove pusher services from the container when pushers are not enabled
  • Add new subclasses of Gos\Bundle\WebSocketBundle\Event\ClientEvent for the GosWebSocketEvents::CLIENT_CONNECTED and GosWebSocketEvents::CLIENT_DISCONNECTED events
  • Deprecated Gos\Bundle\WebSocketBundle\Event\ClientEvent::getType(), the $type argument of the class' constructor, and the type constants within the class; check the event type based on the subclass instead
  • Add new subclasses of Gos\Bundle\WebSocketBundle\Event\PushHandlerEvent for the GosWebSocketEvents::PUSHER_SUCCESS and GosWebSocketEvents::PUSHER_FAIL events
  • Deprecated Gos\Bundle\WebSocketBundle\Event\ServerEvent, use the Gos\Bundle\WebSocketBundle\Event\ServerLaunchedEvent class instead

2.1.0

07 Jan 20:41
v2.1.0
Compare
Choose a tag to compare

Included in this release are the following changes:

  • Deprecated the Gos\Bundle\WebSocketBundle\RPC\RpcResponse class, return responses from RPC handlers as arrays or implement a custom dispatcher with support for DTOs
  • Widened the types allowed in the Gos\Bundle\WebSocketBundle\Server\WampServer constructor, now any Ratchet\Wamp\WampServerInterface implementation can be accepted

2.0

27 Dec 21:15
v2.0.0
Compare
Choose a tag to compare
2.0

This is the stable release of this bundle's 2.0 version. Please consult the upgrade guide for a comprehensive list of changes (note, although the document is rather large, a vast majority of the changes only impact the bundle internals).

Noteworthy changes from the second release candidate include:

  • None

2.0 Release Candidate 2

20 Dec 16:41
v2.0.0-rc2
Compare
Choose a tag to compare
Pre-release

This is the second release candidate of this bundle's 2.0 version. Please consult the upgrade guide for a comprehensive list of changes (note, although the document is rather large, a vast majority of the changes only impact the bundle internals).

Noteworthy changes from the first release candidate include:

  • Compatibility fixes for Symfony 5
  • Bundle audited with PHPStan

1.10.2

26 Nov 18:38
Compare
Choose a tag to compare

This release updates the 1.x branch to add an exit code to the gos:websocket:server command to remove a deprecation warning with Symfony 4.4.

2.0 Release Candidate

25 Nov 15:29
v2.0.0-rc
Compare
Choose a tag to compare
2.0 Release Candidate Pre-release
Pre-release

This is the release candidate of this bundle's 2.0 version. Please consult the upgrade guide for a comprehensive list of changes (note, although the document is rather large, a vast majority of the changes only impact the bundle internals).

Noteworthy changes from Beta 2 include:

  • Allows Symfony 5.0 components where able
  • Deprecated Predis support due to the package's current lack of maintenance
  • Will support PubSubRouterBundle 2.0 when released
  • Drops support for Symfony 4.0 thru 4.3; Symfony 3.4 (LTS), 4.4 (LTS), and 5.x are the supported Symfony versions