WebSocketBundle Versions Save

:part_alternation_mark: Websocket server for Symfony applications (powered by Ratchet), includes a Autobahn.JS based JavaScript client

v3.15.0

1 year ago

Included in this release are the following changes:

  • Fix deprecated command configuration for Symfony 6.1

Full Changelog: https://github.com/GeniusesOfSymfony/WebSocketBundle/compare/v3.14.0...v3.15.0

v3.14.0

2 years ago

Included in this release are the following changes:

  • Add support for Symfony 6.0
  • Drop support for Symfony 5.3

Full Changelog: https://github.com/GeniusesOfSymfony/WebSocketBundle/compare/v3.13.0...v3.14.0

v3.13.0

2 years ago

Included in this release are the following changes:

  • Deprecated the unused $router argument of the Gos\Bundle\WebSocketBundle\Server\App\Dispatcher\TopicDispatcher constructor
  • Allow v3 of symfony/deprecation-contracts

Full Changelog: https://github.com/GeniusesOfSymfony/WebSocketBundle/compare/v3.12.0...v3.13.0

v3.12.0

2 years ago

Included in this release are the following changes:

  • #454 Add native TLS support
  • Add support for command auto-completion for Symfony 5.4
  • Add attributes to silence PHP 8.1 deprecations

New Contributors

Full Changelog: https://github.com/GeniusesOfSymfony/WebSocketBundle/compare/v3.11.0...v3.12.0

v3.11.0

2 years ago

Included in this release are the following changes:

v3.10.0

2 years ago

Included in this release are the following changes:

  • Add support for psr/log 2.0 and 3.0
  • Updated use of react/event-loop to prefer newer API
  • Drop support for Symfony 5.2 (Branch is EOL)

v3.9.0

2 years ago

Included in this release are the following changes:

  • Add support for configuring the ping interval for ping services
  • Deprecate public access to public container services
  • Deprecated the setTimeout method of periodic classes
  • Deprecated the getTimeout method of Gos\Bundle\WebSocketBundle\Periodic\PeriodicInterface in favor of getInterval
  • Deprecated the shared_config config node, in 4.0 the Twig globals will automatically be created when Twig is available

v3.8.1

2 years ago

Included in this release are the following changes:

  • Fixes for IP blocker service

v3.8.0

2 years ago

Included in this release are the following changes:

  • Add support for doctrine/cache 2.0
  • Bump minimum supported doctrine/dbal versions
  • Add the ability to block IP addresses from connecting to the websocket server
  • Deprecated the Gos\Bundle\WebSocketBundle\Event\ClientRejectedEvent class and corresponding event, subscribe to Gos\Bundle\WebSocketBundle\Event\ConnectionRejectedEvent instead

v3.7.2

3 years ago

Included in this release are the following changes:

  • Symfony 5.3 compatibility fixes