Skip to content

Releases: GeniusesOfSymfony/WebSocketBundle

1.10.1

22 Nov 15:56
Compare
Choose a tag to compare

This release updates the 1.x branch to support Twig 3.x.

2.0 Beta 2

24 Oct 23:21
v2.0.0-beta2
Compare
Choose a tag to compare
2.0 Beta 2 Pre-release
Pre-release

This is the second beta release of this bundle's 2.0 version. Please consult the upgrade guide for a comprehensive list of changes (note, although the document is rather large, a vast majority of the changes only impact the bundle internals).

Noteworthy changes from Beta 1 include:

  • Fix #393 (AMQP Pusher connection issues)
  • Commit 8d37068 which removes an unused dependency from the ServerBuilder class
  • Misc. adjustments based on PHPStan analysis

2.0 Beta

26 Aug 19:37
v2.0.0-beta
Compare
Choose a tag to compare
2.0 Beta Pre-release
Pre-release

This is the first beta release of this bundle's 2.0 version. Please consult the upgrade guide for a comprehensive list of changes (note, although the document is rather large, a vast majority of the changes only impact the bundle internals).

1.10.0

26 Aug 19:34
v1.10.0
Compare
Choose a tag to compare

This release deprecates support for ZeroMQ as a pusher due to the PHP extension not receiving active maintenance, support is removed in 2.0.

1.9.0

14 Aug 23:07
v1.9.0
Compare
Choose a tag to compare

This release includes one minor B/C break: The security.context (Symfony 2.5 or earlier) or security.token_storage (Symfony 2.6 or later) is no longer populated by the bundle's gos_web_socket.websocket_authentification.provider service, RPC or Topic classes should not rely on the token being set here because the token would constantly be replaced as new connections are made to the server.

Misc. other updates include:

  • Requires PHP 7.2 or later
  • Upgrades the react/event-loop dependency to ^1.0 (@mbabker)
  • Fix dispatch with nullable connection when using push feature (@Prophet777)
  • Fixed php error: All arguments must have default values (@kaa4ever)
  • Hold autobahn session reference in GosSocket (@fnash)
  • Various docs updates (@enumag, @fnash, @mbabker)
  • Add deprecations for all changes coming in GosWebSocketBundle 2.0 (@mbabker)
  • Add compatibility code for changes in Symfony 4.2 and 4.3 (@mbabker)
  • Add aliases for services to better support autowiring (@mbabker)
  • Explicitly list out all bundle dependencies (@mbabker)

Full comparison: v1.8.13...v1.9.0

1.9.0 RC 4

15 Jun 20:38
v1.9.0-rc4
Compare
Choose a tag to compare
1.9.0 RC 4 Pre-release
Pre-release
  • Add deprecations for all changes coming in GosWebSocketBundle 2.0
  • Add compatibility code for changes in Symfony 4.2 and 4.3
  • Add aliases for services to better support autowiring

Full comparison: v1.9.0-rc3...v1.9.0-rc4

1.9.0-rc3

17 Nov 15:39
5aa644c
Compare
Choose a tag to compare
1.9.0-rc3 Pre-release
Pre-release
  • drop support php5 (EOL) @Prophet777
  • Fix dispatch with nullable connection when using push feature @Prophet777
  • Update docs @enumag
  • Fix Notice on windows that prevent start of service @sadortun
  • autobahn - custom session options @fnash
  • Hold autobahn session reference @fnash

1.9.0-rc2

12 Oct 10:10
f2787f3
Compare
Choose a tag to compare
1.9.0-rc2 Pre-release
Pre-release
  • @kaa4ever Fixed php error: All arguments must have default values

1.9.0-rc1

14 Aug 22:30
482b5a4
Compare
Choose a tag to compare
1.9.0-rc1 Pre-release
Pre-release
  • Upgrade to stable version of reactphp event loop @mbabker

1.8.13

29 Jul 14:33
016f4b4
Compare
Choose a tag to compare