# Release Notes

## [Unreleased](https://github.com/laravel/reverb/compare/v1.10.0...main)

## [v1.10.0](https://github.com/laravel/reverb/compare/v1.9.0...v1.10.0) - 2026-03-29

* Use singletonIf and bindIf in makePusherRouter to prevent overwriting user-defined bindings by [@andre-hoffmann](https://github.com/andre-hoffmann) in https://github.com/laravel/reverb/pull/373
* Include server path in broadcasting connection config by [@JoshSalway](https://github.com/JoshSalway) in https://github.com/laravel/reverb/pull/374

## [v1.9.0](https://github.com/laravel/reverb/compare/v1.8.1...v1.9.0) - 2026-03-20

* [1.x] Adds support for rate limiting by [@joedixon](https://github.com/joedixon) in https://github.com/laravel/reverb/pull/371

## [v1.8.1](https://github.com/laravel/reverb/compare/v1.8.0...v1.8.1) - 2026-03-14

* [1.x] Fix auth signature verification when using a custom server path by [@hamedelasma](https://github.com/hamedelasma) in https://github.com/laravel/reverb/pull/368

## [v1.8.0](https://github.com/laravel/reverb/compare/v1.7.1...v1.8.0) - 2026-02-21

* Restrict client whisper events to channel members by [@joshuadwire](https://github.com/joshuadwire) in https://github.com/laravel/reverb/pull/365

## [v1.7.1](https://github.com/laravel/reverb/compare/v1.7.0...v1.7.1) - 2026-02-04

* Supports Laravel 13 by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/reverb/pull/364
* Remove `Output` aliases from Laravel Reverb configuration by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/reverb/pull/363

## [v1.7.0](https://github.com/laravel/reverb/compare/v1.6.3...v1.7.0) - 2026-01-06

* [1.x] Fixes memory leak by [@joedixon](https://github.com/joedixon) in https://github.com/laravel/reverb/pull/359
* Add allowed classes by [@taylorotwell](https://github.com/taylorotwell) in https://github.com/laravel/reverb/pull/360

## [v1.6.3](https://github.com/laravel/reverb/compare/v1.6.2...v1.6.3) - 2025-11-28

* Add reload command by [@barryvdh](https://github.com/barryvdh) in https://github.com/laravel/reverb/pull/355

## [v1.6.2](https://github.com/laravel/reverb/compare/v1.6.1...v1.6.2) - 2025-11-21

* [1.x] PHP 8.5 Compatibility by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/reverb/pull/353

## [v1.6.1](https://github.com/laravel/reverb/compare/v1.6.0...v1.6.1) - 2025-11-11

* Decode the client event data if it is a valid json string by [@vunguyen-it](https://github.com/vunguyen-it) in https://github.com/laravel/reverb/pull/352

## [v1.6.0](https://github.com/laravel/reverb/compare/v1.5.1...v1.6.0) - 2025-09-07

* [1.x] Adds optional application level connection limits by [@joedixon](https://github.com/joedixon) in https://github.com/laravel/reverb/pull/347
* Remove re-subscription logic in scaling mode by [@ashiquzzaman33](https://github.com/ashiquzzaman33) in https://github.com/laravel/reverb/pull/346

## [v1.5.1](https://github.com/laravel/reverb/compare/v1.5.0...v1.5.1) - 2025-06-16

* Update logo by [@iamdavidhill](https://github.com/iamdavidhill) in https://github.com/laravel/reverb/pull/330
* Fix encoding of data field in presence channel events to match Pusher protocol by [@alinapotupchik](https://github.com/alinapotupchik) in https://github.com/laravel/reverb/pull/337

## [v1.5.0](https://github.com/laravel/reverb/compare/v1.4.8...v1.5.0) - 2025-03-31

* [1.x] Bump dependencies to fix tests by [@joedixon](https://github.com/joedixon) in https://github.com/laravel/reverb/pull/323
* [1.x] Adds support for reconnecting to Redis if disconnected by server by [@joedixon](https://github.com/joedixon) in https://github.com/laravel/reverb/pull/281
* [1.x] Sets X-Powered-By header by [@joedixon](https://github.com/joedixon) in https://github.com/laravel/reverb/pull/327
* [1.x] Fix issue with quoted string in .env when running install command by [@joedixon](https://github.com/joedixon) in https://github.com/laravel/reverb/pull/328

## [v1.4.8](https://github.com/laravel/reverb/compare/v1.4.7...v1.4.8) - 2025-03-16

* Allow client event without data by [@v-sulzhin](https://github.com/v-sulzhin) in https://github.com/laravel/reverb/pull/315

## [v1.4.7](https://github.com/laravel/reverb/compare/v1.4.6...v1.4.7) - 2025-03-06

* [1.x] Adds support for server path prefix by [@adrum](https://github.com/adrum) in https://github.com/laravel/reverb/pull/311

## [v1.4.6](https://github.com/laravel/reverb/compare/v1.4.5...v1.4.6) - 2025-01-28

* [1.x] Add Message Payload Validation and Improve Channel Data Handling by [@MahdiBagheri71](https://github.com/MahdiBagheri71) in https://github.com/laravel/reverb/pull/303
* Supports Laravel 12 by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/reverb/pull/304

## [v1.4.5](https://github.com/laravel/reverb/compare/v1.4.4...v1.4.5) - 2024-12-27

* [1.x] Fix tests by [@joedixon](https://github.com/joedixon) in https://github.com/laravel/reverb/pull/293
* [1.x] Check if channel variable isn't null when passed as a filter on channels() method in ArrayChannelManager by [@kirills-morozovs](https://github.com/kirills-morozovs) in https://github.com/laravel/reverb/pull/292

## [v1.4.4](https://github.com/laravel/reverb/compare/v1.4.3...v1.4.4) - 2024-12-06

* [1.x] Allow publishing to others only when using Redis by [@larswolff](https://github.com/larswolff) in https://github.com/laravel/reverb/pull/275
* Herd is available for Windows, this update enables certificate checki… by [@iaidan](https://github.com/iaidan) in https://github.com/laravel/reverb/pull/277
* Bugfix for PR 275 - omit socket-id if null by [@larswolff](https://github.com/larswolff) in https://github.com/laravel/reverb/pull/280

## [v1.4.3](https://github.com/laravel/reverb/compare/v1.4.2...v1.4.3) - 2024-10-31

* Test against php 8.4 by [@sergiy-petrov](https://github.com/sergiy-petrov) in https://github.com/laravel/reverb/pull/267

## [v1.4.2](https://github.com/laravel/reverb/compare/v1.4.1...v1.4.2) - 2024-10-24

* [1.x] Optionally uses control frames for handling ping and pong by [@joedixon](https://github.com/joedixon) in https://github.com/laravel/reverb/pull/253

## [v1.4.1](https://github.com/laravel/reverb/compare/v1.4.0...v1.4.1) - 2024-10-04

* [1.x] Re-subscribes to the scaling channel when the underlying connection is lost by [@ashiquzzaman33](https://github.com/ashiquzzaman33) in https://github.com/laravel/reverb/pull/251

## [v1.4.0](https://github.com/laravel/reverb/compare/v1.3.1...v1.4.0) - 2024-10-01

* [1.x] Implements API signature verification by [@joedixon](https://github.com/joedixon) in https://github.com/laravel/reverb/pull/252
* [1.x] Supports Laravel Prompts 0.3 by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/reverb/pull/255

## [v1.3.1](https://github.com/laravel/reverb/compare/v1.3.0...v1.3.1) - 2024-09-19

* [1.x] Supports `laravel/prompts` v0.2 by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/reverb/pull/249

## [v1.3.0](https://github.com/laravel/reverb/compare/v1.2.0...v1.3.0) - 2024-09-03

* Add an activity timeout configuration option by [@zeke0816](https://github.com/zeke0816) in https://github.com/laravel/reverb/pull/241

## [v1.2.0](https://github.com/laravel/reverb/compare/v1.1.0...v1.2.0) - 2024-08-16

* Dispatch an event when channel created or removed. by [@kirills-morozovs](https://github.com/kirills-morozovs) in https://github.com/laravel/reverb/pull/242

## [v1.1.0](https://github.com/laravel/reverb/compare/v1.0.0...v1.1.0) - 2024-08-06

* Dispatch an event when a connection is pruned. by [@joekaram](https://github.com/joekaram) in https://github.com/laravel/reverb/pull/235
* [1.x] Add support for wildcard allowed origins by [@rabrowne85](https://github.com/rabrowne85) in https://github.com/laravel/reverb/pull/233
* Prevent message with data: "" taking server down by [@lee-van-oetz](https://github.com/lee-van-oetz) in https://github.com/laravel/reverb/pull/237
* Remove duplicate code by [@FeBe95](https://github.com/FeBe95) in https://github.com/laravel/reverb/pull/240

## v1.0.0 - 2024-07-02

Initial release.
