Skip to content

Releases: php-mqtt/laravel-client

v1.6.1

19 May 18:59
e26e6fb
Compare
Choose a tag to compare

What's Changed

  • Bump sonarsource/sonarqube-scan-action from 5.0.0 to 5.1.0 by @dependabot in #63
  • Bump sonarsource/sonarqube-scan-action from 5.1.0 to 5.2.0 by @dependabot in #65
  • Changed the implicit nullable type declaration to a nullable type declaration by @stsepelin in #66

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0

25 Feb 17:03
c017d37
Compare
Choose a tag to compare

What's Changed

  • Update supported PHP and Laravel versions by @Namoshek in #57
  • Bump sonarsource/sonarqube-scan-action from 4.1.0 to 4.2.1 by @dependabot in #58
  • Bump sonarsource/sonarqube-scan-action from 4.2.1 to 5.0.0 by @dependabot in #60
  • CI: Build against PHP 8.4 and raise minimum PHP version to 8.1 by @Namoshek in #61
  • Add support for Laravel 12 by @Namoshek in #62

Full Changelog: v1.5.0...v1.6.0

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).