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

Releases: beyondcode/laravel-websockets

2.0.0-beta.19

11 Sep 10:43
Compare
Choose a tag to compare
2.0.0-beta.19 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

The package got re-written from scratch. Ensure to check the PR #447 to see the main changes. Take special precautions with the migrations & config file.

1.7.0

10 Sep 13:44
00dd9b0
Compare
Choose a tag to compare
  • Laravel 8.x support & Laravel 5.8.* deprecation (#506)

2.0.0-beta.18

06 Sep 16:46
Compare
Choose a tag to compare
2.0.0-beta.18 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 a bug where the value could lead to null (3ce5557)

2.0.0-beta.17

06 Sep 08:11
c078e5a
Compare
Choose a tag to compare
2.0.0-beta.17 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

This release changes the way some interfaces work and the config file. Make sure to adapt the diff changes to your app as well.

2.0.0-beta.16

02 Sep 09:01
Compare
Choose a tag to compare
2.0.0-beta.16 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

  • Added custom extendable hooks for the rest of endpoints (3e239a0)
  • StatisticsLogger's ->driver::create method now lies into a separate method that can be customized (1923cee, f1a14fb)

2.0.0-beta.15

28 Aug 16:53
08110b6
Compare
Choose a tag to compare
2.0.0-beta.15 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

  • Added configurable clients for each replication driver (5b6bdf4)

2.0.0-beta.14

27 Aug 20:24
f3b0608
Compare
Choose a tag to compare
2.0.0-beta.14 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

  • Added Redis Statistics Logger (#492)

2.0.0-beta.13

27 Aug 11:36
Compare
Choose a tag to compare
2.0.0-beta.13 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

  • Avoid double broadcasting (1616321)

2.0.0-beta.12

27 Aug 11:33
b39b33c
Compare
Choose a tag to compare
2.0.0-beta.12 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

  • Removed websockets driver. Switch to pusher to achieve the same results (#490)

2.0.0-beta.11

24 Aug 11:09
Compare
Choose a tag to compare
2.0.0-beta.11 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

  • The build-in dashboard event trigger did not work properly with Laravel's Redis prefix (c79bac0)
  • Typehinted stdClass for payloads (3f8bb62)