Skip to content

Releases: php-mqtt/laravel-client

v1.5.0

27 Feb 18:41
54b2fc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

08 Dec 15:29
eaba2be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

15 May 18:04
b059586
Compare
Choose a tag to compare

What's Changed

  • Allow broadcasting to a specific log channel by @bsdnomad in #40

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

05 Apr 16:41
0669643
Compare
Choose a tag to compare

What's Changed

  • Update minimum php-mqtt/client version by @edo2313 in #39

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

17 Feb 17:40
936ce05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

Add auto-reconnect settings

22 Nov 21:34
d2a2a83
Compare
Choose a tag to compare

This release adds new options for the auto-reconnect feature added in v1.3.0 and v1.6.0 of php-mqtt/client.

Add support for Laravel 9

10 Feb 18:23
d237909
Compare
Choose a tag to compare

This release adds support for Laravel 9 (#22).

Fix: MQTT::connection() always returns established connection (or throws exception)

08 Jan 13:27
7dfaac0
Compare
Choose a tag to compare

In #18 @stijn1989 described an issue where manually closing a connection would make MQTT::connection() return an already closed connection on subsequent calls. To work around this issue, we reinitialize closed connections before returning them in MQTT::connect() (#19).

Laravel package for php-mqtt/client

10 Jan 18:52
Compare
Choose a tag to compare

This package provides a Laravel integration for php-mqtt/client.

Release Candidate: Fixes configuration casting for strict types

05 Jan 19:29
Compare
Choose a tag to compare
v1.0.0-rc2

Add SonarQube badges