Skip to content

Releases: pusher/pusher-http-php

v4.1.2

01 Apr 13:59
f2457cf
Compare
Choose a tag to compare

[ADDED] option encryption_master_key_base64
[DEPRECATED] option encryption_master_key

v4.1.1

03 Dec 13:30
3c05ef6
Compare
Choose a tag to compare

[ADDED] Support for PHP 7.4.

v4.1.0

28 Oct 11:52
f88698f
Compare
Choose a tag to compare

[ADDED] path configuration option.

v4.0.0

25 Jun 09:24
43540be
Compare
Choose a tag to compare

[REMOVED] Support for PHP 5.x, PHP 7.0 and HHVM.

v3.4.1

19 Mar 11:21
a5fcdc6
Compare
Choose a tag to compare

[ADDED] Support for PHP 7.3.

v3.4.0

13 Mar 17:37
9093be6
Compare
Choose a tag to compare

[ADDED] get_users_info method.

v3.3.1

18 Jan 12:29
2279bcd
Compare
Choose a tag to compare

[FIXED] PHP Notice for Undefined socket_id in triggerBatch

v3.3.0

03 Jan 11:22
5eb4ea2
Compare
Choose a tag to compare
  • [ADDED] Support for End-to-end encrypted channels for triggerbatch
  • [FIXED] trigger behavior with mixtures of encrypted and non-encrypted channels

v3.2.0

13 Aug 14:59
4da4d20
Compare
Choose a tag to compare
  • New This release adds support for end to end encrypted channels, a new feature for Channels. Read more in our docs.
  • Deprecated Renamed encrypted option to useTLS - encrypted will still work!

v3.1.1

13 Jul 13:27
Compare
Choose a tag to compare

This release removes a potentially sensitive log that could be returned in the response to a call to the Webhook endpoint if error reporting was turned on.