Skip to content

Releases: scherersoftware/cake-websocket

PHP 8.1 compatibility

29 Jun 13:45
3d56e8f

Choose a tag to compare

  • 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

29 Jun 13:42

Choose a tag to compare

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

24 Nov 15:11
c4f84f7

Choose a tag to compare

v1.0.9

Enable multiple events on the same action

Add generic session support

15 Nov 12:46

Choose a tag to compare

v1.0.8

Implement generic session support

Fix database session handling

15 Nov 10:53

Choose a tag to compare

Reading values from the database session was faulty.

Now it's not.

v1.0.6 - Improved MySQL connection handling

13 Oct 08:32

Choose a tag to compare

Improved MySQL connection handling

Logger passing

19 Apr 12:10

Choose a tag to compare

Merge pull request #5 from scherersoftware/dev

Logger handling

Made logger configurable

19 Apr 11:11

Choose a tag to compare

Merge pull request #4 from scherersoftware/dev

Add logging param handling

v1.0.3 - Fix Detection of bad environment

09 Feb 18:22

Choose a tag to compare

Websockets should not be fired when in the context of a unit test.

CLI is ok