From 9a3d872ae89bad8ec238c3bb3047df8d472cc397 Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Wed, 25 Sep 2024 21:48:43 +0530 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1869af3..f3de6d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [v1.0.6](https://github.com/ably/laravel-broadcaster/tree/v1.0.6) + +[Full Changelog](https://github.com/ably/laravel-broadcaster/compare/v1.0.5...v1.0.6) + +**Fixed bugs:** + +- Using -\>toOthers\(\) results in a "Ably error: Malformed message; invalid connectionKey" Same as issue 38 [\#48](https://github.com/ably/laravel-broadcaster/issues/48) +- Issue with client ID when using SPA like inertia [\#45](https://github.com/ably/laravel-broadcaster/issues/45) + +**Closed issues:** + +- Fix base64 decode [\#51](https://github.com/ably/laravel-broadcaster/issues/51) +- Monitor channel connection/disconnect [\#47](https://github.com/ably/laravel-broadcaster/issues/47) +- Using -\>toOthers\(\) results in a "Ably error: Malformed message; invalid connectionKey" [\#38](https://github.com/ably/laravel-broadcaster/issues/38) + +**Merged pull requests:** + +- \[ECO-4977\] Fix/broadcast to others [\#50](https://github.com/ably/laravel-broadcaster/pull/50) ([sacOO7](https://github.com/sacOO7)) +- Update README [\#49](https://github.com/ably/laravel-broadcaster/pull/49) ([sacOO7](https://github.com/sacOO7)) + ## [v1.0.5](https://github.com/ably/laravel-broadcaster/tree/v1.0.5) [Full Changelog](https://github.com/ably/laravel-broadcaster/compare/v1.0.4...v1.0.5)