Releases: pubnub/php
Releases · pubnub/php
v6.1.1
October 30 2023
Fixed
- Changed license type from MIT to PubNub Software Development Kit License.
v6.1.0
October 16 2023
Added
- Add crypto module that allows configure SDK to encrypt and decrypt messages.
Fixed
- Improved security of crypto implementation by adding enhanced AES-CBC cryptor.
v6.0.1
v6.0.0
February 01 2023
Modified
- BREAKING CHANGES: This update is intended to bring compatibility with PHP 8.2 and newer versions of dependencies.
v5.1.0
August 30 2022
Added
- Add option to initialize PubNub with UserId.
v5.0.0
January 26 2022
Modified
- BREAKING CHANGES: Disable automated uuid generation and make it mandatory to specify before
PubNub
instance creation.
v4.7.0
December 16 2021
Added
- RevokeToken method.
Fixed
- Fixed error in Signal request.