Skip to content

Releases: pubnub/php

v4.2.0

02 Feb 23:17
Compare
Choose a tag to compare

February 2 2021

Full Changelog

  • 🌟️ Add support for device channel registration with apns2.
  • 🌟️ Allows management of users and channels with metadata.
  • 🌟️ Implement v2 signatures required for push and objects.
  • 🌟️ Implement v2 grant endpoint with support for user level grant.

v4.1.7

15 Sep 00:15
Compare
Choose a tag to compare

September 14 2020

Full Changelog

  • 🌟️ Add delete permission support to grant call.

v4.1.6

21 Aug 06:19
Compare
Choose a tag to compare

August 20 2020

Full Changelog

  • ⭐️️ Remove hard coded keys from tests.

v4.1.5

24 Oct 15:43
4e5e1a5
Compare
Choose a tag to compare

⭐ Add support for Monolog 2.0

v4.1.4

21 Oct 14:29
b888899
Compare
Choose a tag to compare

⭐ Drop HHVM support.
⭐ Slow publish bugfix

v4.1.3

19 Mar 13:15
2f7a2af
Compare
Choose a tag to compare
  • Message Counts API end-point added

v4.1.2

23 Oct 15:57
a6054de
Compare
Choose a tag to compare
  • Fix issue with deleteMessages

v4.1.1

04 Oct 08:43
deda957
Compare
Choose a tag to compare
  • Add .gitattributes file to save space when using composer
  • Fix urlencode issue with channel names
  • Fix channel name validation for Publish
  • Return class instance of PNConfiguration on setConnectTimeout method
  • Add setOrigin method

v4.1.0

10 Sep 13:51
4936fcc
Compare
Choose a tag to compare
  • Add fire() method on PubNub instance
  • Change return value of SetState::getOperationType
  • Add history delete (deleteMessages) method on PubNub instance
  • Add Telemetry Manager