Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Releases: beyondcode/laravel-websockets

1.11.1

02 Mar 18:05
583022a
Compare
Choose a tag to compare
  • Revert the findByKey() to findBySecret() (#707)

1.11.0

25 Feb 19:04
b793f7b
Compare
Choose a tag to compare
  • Support for PHP 8.x (#695)

2.0.0-beta.33

24 Feb 20:17
Compare
Choose a tag to compare
  • Support for php-pusher ^5.0 (#698, efb3aa8)
  • Fixed a bug that needed force release of the lock for Array manager (#696)

1.10.0

24 Feb 20:09
5cda453
Compare
Choose a tag to compare
  • php-pusher ^5.0 support (#698)

2.0.0-beta.32

07 Dec 18:20
Compare
Choose a tag to compare
2.0.0-beta.32 Pre-release
Pre-release

Keep in mind, this release is experimental. Testing and reporting issues are highly appreciated.

Please check this PR for more details and roadmap: #447

2.0.0-beta.31

07 Dec 17:46
Compare
Choose a tag to compare
2.0.0-beta.31 Pre-release
Pre-release

Keep in mind, this release is experimental. Testing and reporting issues are highly appreciated.

Please check this PR for more details and roadmap: #447

  • Fix promise fulfillment when the app is not existent (dc91eb4)
  • Fixed key typo that lead to wrong statistics after activity stops (0e48bb4)

2.0.0-beta.30

20 Nov 12:59
Compare
Choose a tag to compare
2.0.0-beta.30 Pre-release
Pre-release

Keep in mind, this release is experimental. Testing and reporting issues are highly appreciated.

Please check this PR for more details and roadmap: #447

  • Reverted deprecation of Laravel 6.x and PHP 7.2

2.0.0-beta.28

20 Nov 10:19
aa2e9c1
Compare
Choose a tag to compare
2.0.0-beta.28 Pre-release
Pre-release

Keep in mind, this release is experimental. Testing and reporting issues are highly appreciated.

Please check this PR for more details and roadmap: #447

  • Deprecated Laravel 6.x and PHP 7.2
  • Fixed Redis replication configuration issues (cafd21a, 904a97c)

2.0.0-beta.27

16 Nov 06:29
b9ec590
Compare
Choose a tag to compare
2.0.0-beta.27 Pre-release
Pre-release

Keep in mind, this release is experimental. Testing and reporting issues are highly appreciated.

Please check this PR for more details and roadmap: #447

  • Fixed Queue namespacing (#611)

2.0.0-beta.26

18 Oct 07:18
90f1eb1
Compare
Choose a tag to compare
2.0.0-beta.26 Pre-release
Pre-release

Keep in mind, this release is experimental. Testing and reporting issues are highly appreciated.

Please check this PR for more details and roadmap: #447

  • Dispatching events on actions. Previously they were thought they caused blocking I/O, but a separate queue driver for async Redis is available from -beta.25 for listeners, if needed (#556)
  • Added missing DashboardLogger calls (a2dd552, 6a04f9c)
  • Fixing typos (#560, #563)
  • Removed deprecated buzz-react (#582)