Releases: GeniusesOfSymfony/WebSocketBundle
Releases · GeniusesOfSymfony/WebSocketBundle
3.15.0
3.14.0
Included in this release are the following changes:
- Add support for Symfony 6.0
- Drop support for Symfony 5.3
Full Changelog: v3.13.0...v3.14.0
3.13.0
Included in this release are the following changes:
- Deprecated the unused
$router
argument of theGos\Bundle\WebSocketBundle\Server\App\Dispatcher\TopicDispatcher
constructor - Allow v3 of
symfony/deprecation-contracts
Full Changelog: v3.12.0...v3.13.0
3.12.0
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
- @AndreRudolph made their first contribution in #454
Full Changelog: v3.11.0...v3.12.0
3.11.0
Included in this release are the following changes:
- Implemented a new authentication API and deprecated the previous implementation
3.10.0
3.9.0
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 ofGos\Bundle\WebSocketBundle\Periodic\PeriodicInterface
in favor ofgetInterval
- Deprecated the
shared_config
config node, in 4.0 the Twig globals will automatically be created when Twig is available
3.8.1
3.8.0
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 toGos\Bundle\WebSocketBundle\Event\ConnectionRejectedEvent
instead