Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Sep 25, 2024
1 parent 3fb49e9 commit 9a3d872
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 9a3d872

Please sign in to comment.