Change Log for PHP SDK
v4.2.0
February 2, 2021
Added
- 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
September 14, 2020
Added
- Add delete permission support to grant call.
v4.1.6
August 20, 2020
Modified
- Remove hard coded keys from tests.
4.1.5
October 22, 2019
Modified
- Update composer.json package version constraints
- Update .travis.yml to run tests for PHP versions 7.2 and 7.3
4.1.4
October 18, 2019
Fixed
- Add support for request transport reusing to resolve slow publish issues when multiple messages are published consecutively.
- Drop support for HHVM.
4.1.3
February 28, 2019
Added
- Add messageCounts() method for retrieving unread message count
4.1.2
October 23, 2018
Fixed
- Fix issue with deleteMessages endpoint using GET HTTP method instead of DELETE
4.1.1
October 2, 2018
Added
- Add setOrigin method
Modified
- Add .gitattributes file to save space when using composer
Fixed
- Fix urlencode issue with channel names
- Fix channel name validation for Publish
- Return class instance of PNConfiguration on setConnectTimeout method
4.1.0
September 7, 2018
Added
- Add fire() method on PubNub instance
- Add history delete (deleteMessages) method on PubNub instance
- Add Telemetry Manager
Fixed
- Change return value of SetState::getOperationType
4.0.0
June 7, 2017
Added
- release final v4
Fixed
- Fix publish sequence counter
- Fix publish tests
4.0.0-beta.3
May 5, 2017
Fixed
- Fix special characters encoding
- Remove set* prefix from publish setters
4.0.0-beta.2
April 21, 2017
Fixed
- Add missing methods on PubNub instance
- Fix removeAllPushChannelsForDevice method case
4.0.0-beta
April 18, 2017
Modified
- Add option to disable SSL
- Add logger
- Add Push methods
Fixed
- Fix windows compatibility
- Fix subscribe presence response parsing
- Add missing removeListener()
- Fix json decoding error
4.0.0-alpha
April 4, 2017
Modified
- Alpha Release