Skip to content

Releases: GeniusesOfSymfony/WebSocketBundle

3.15.0

20 Sep 02:04
v3.15.0
1c718de
Compare
Choose a tag to compare

Included in this release are the following changes:

  • Fix deprecated command configuration for Symfony 6.1

Full Changelog: v3.14.0...v3.15.0

3.14.0

16 Dec 00:06
v3.14.0
501d303
Compare
Choose a tag to compare

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

01 Dec 00:52
v3.13.0
672a2ca
Compare
Choose a tag to compare

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: v3.12.0...v3.13.0

3.12.0

03 Nov 22:39
v3.12.0
aa8de2a
Compare
Choose a tag to compare

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: v3.11.0...v3.12.0

3.11.0

29 Aug 18:42
v3.11.0
570ed47
Compare
Choose a tag to compare

Included in this release are the following changes:

3.10.0

31 Jul 18:14
v3.10.0
5c6a5f7
Compare
Choose a tag to compare

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)

3.9.0

01 Jul 00:07
v3.9.0
de4f7b5
Compare
Choose a tag to compare

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

3.8.1

17 Jun 00:27
v3.8.1
b4ba735
Compare
Choose a tag to compare

Included in this release are the following changes:

  • Fixes for IP blocker service

3.8.0

16 Jun 23:52
v3.8.0
b1e241d
Compare
Choose a tag to compare

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

3.7.2

25 Apr 22:08
v3.7.2
7370812
Compare
Choose a tag to compare

Included in this release are the following changes:

  • Symfony 5.3 compatibility fixes