Skip to content

3.3.0

Compare
Choose a tag to compare
@mbabker mbabker released this 06 Jul 14:25
· 193 commits to 3.x since this release
v3.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 of Doctrine\DBAL\Driver\PingableConnection
  • Deprecate support for Doctrine\DBAL\Driver\PingableConnection implementations in Gos\Bundle\WebSocketBundle\Periodic\DoctrinePeriodicPing, in 4.0 Doctrine\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 a Throwable instance will be a required constructor argument
  • Deprecated Gos\Bundle\WebSocketBundle\Event\ClientErrorEvent::getException(), use Gos\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