Releases: scherersoftware/cake-websocket
Releases · scherersoftware/cake-websocket
PHP 8.1 compatibility
- Updates dependencies to be compatible with PHP 8.1 (additional to CakePHP 4 introduced in release v2.0.0)
- makes location of user ID in cookie configurable (
Configure::read('Websocket.userIdPathInSession'), default:'Auth.id')
CakePHP 4 compatibility
This version still uses the old versions of many dependencies, which throw TypeErrors on PHP 8.1.
For compatibility with CakePHP 4 and PHP 8.1, see version 2.1.0
Enable multiple event handlers for action
v1.0.9 Enable multiple events on the same action
Add generic session support
v1.0.8 Implement generic session support
Fix database session handling
Reading values from the database session was faulty.
Now it's not.
v1.0.6 - Improved MySQL connection handling
Improved MySQL connection handling
Logger passing
Merge pull request #5 from scherersoftware/dev Logger handling
Made logger configurable
Merge pull request #4 from scherersoftware/dev Add logging param handling
v1.0.3 - Fix Detection of bad environment
Websockets should not be fired when in the context of a unit test.
CLI is ok