Releases: pubnub/php
Releases · pubnub/php
v4.2.0
February 2 2021
- 🌟️ 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
v4.1.6
v4.1.5
⭐ Add support for Monolog 2.0
v4.1.4
⭐ Drop HHVM support.
⭐ Slow publish bugfix
v4.1.3
- Message Counts API end-point added
v4.1.2
- Fix issue with deleteMessages
v4.1.1
- 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
- Add fire() method on PubNub instance
- Change return value of SetState::getOperationType
- Add history delete (deleteMessages) method on PubNub instance
- Add Telemetry Manager