3.6.0
Included in this release are the following changes:
- Deprecated the requirement to implement
Gos\Bundle\WebSocketBundle\Server\App\Dispatcher\TopicDispatcherInterface::dispatch()
, the method will be removed from the interface in 4.0 - [MINOR B/C BREAK] Added type checks to the
$topic
argument ofGos\Bundle\WebSocketBundle\Topic\TopicManager::getTopic()
, anInvalidArgumentException
will now be thrown if a non-supported type is provided