Skip to content

Releases: pusher/pusher-http-php

6.1.0

24 Mar 08:24
8673f60
Compare
Choose a tag to compare

6.1.0

  • [ADDED] triggerAsync and triggerBatchAsync using the Guzzle async interface.

6.0.1

17 Mar 16:58
e402b83
Compare
Choose a tag to compare

6.0.1

  • [CHANGED] Use type hints where possible (mixed type not available in PHP7).
  • [CHANGED] Document that functions can throw GuzzleException.

6.0.0

17 Mar 08:59
1a5d9d7
Compare
Choose a tag to compare

6.0.0

  • [CHANGED] internal HTTP client to Guzzle
  • [ADDED] optional client parameter to constructor
  • [CHANGED] useTLS is true by default
  • [REMOVED] from options
  • [REMOVED] customer logger
  • [REMOVED] host, port and timeout constructor parameters
  • [REMOVED] support for PHP 7.1
  • [CHANGED] lower severity level of logging to DEBUG level

5.0.3

15 Mar 09:17
1024077
Compare
Choose a tag to compare

5.0.3

  • [CHANGED] Ensure version in Pusher.php is bumped on release.

5.0.2

11 Mar 09:42
933971d
Compare
Choose a tag to compare

5.0.2

  • [CHANGED] Add release automation actions.

v5.0.1

22 Feb 19:31
6cad126
Compare
Choose a tag to compare

[FIXED] Notice raised due to reference to potentially missing object property in trigger method

v5.0.0

19 Feb 10:14
0c08fb3
Compare
Choose a tag to compare

[CHANGED] The methods that make HTTP requests now throw an ApiErrorException instead of returning false for non-2xx responses
[CHANGED] trigger now accepts a $params associative array instead of a $socket_id as the third parameter
[ADDED] Support for requesting channel attributes as part of a trigger and triggerBatch request via an info parameter
[REMOVED] debug parameter from methods that make HTTP requests and from the constructor options
[REMOVED] Support for legacy push notifications (this has been superseded by https://github.com/pusher/push-notifications-php)

v4.1.5

09 Dec 09:44
251f226
Compare
Choose a tag to compare

[ADDED] Support for PHP 8.

v4.1.4

14 Apr 15:21
e75e571
Compare
Choose a tag to compare

[FIXED] Errors in the failure path of get_... methods revealed by stricter type checking in PHP7.4

v4.1.3

01 Apr 14:30
c010de5
Compare
Choose a tag to compare

No functional change, previous release was only partially successful.