3.3.0
This is a security release!
Included in this release are the following changes:
- Change
Gos\Bundle\WebSocketBundle\Periodic\DoctrinePeriodicPing
to address the deprecation ofDoctrine\DBAL\Driver\PingableConnection
- Deprecate support for
Doctrine\DBAL\Driver\PingableConnection
implementations inGos\Bundle\WebSocketBundle\Periodic\DoctrinePeriodicPing
, in 4.0Doctrine\DBAL\Connection
instances will be required - Add aliases to bundle events to allow registering listeners using the FQCN
- Deprecated
Gos\Bundle\WebSocketBundle\Event\ClientErrorEvent::setException()
, in 4.0 aThrowable
instance will be a required constructor argument - Deprecated
Gos\Bundle\WebSocketBundle\Event\ClientErrorEvent::getException()
, useGos\Bundle\WebSocketBundle\Event\ClientErrorEvent::getThrowable()
instead - Remove call to
Ratchet\Wamp\Topic::broadcast()
if the dispatch method fails, see the security advisory for additional details