Releases: GeniusesOfSymfony/WebSocketBundle
1.10.1
2.0 Beta 2
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:
2.0 Beta
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
1.9.0
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
- 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
- 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