Releases: pubnub/php
Releases · pubnub/php
7.3.0
7.2.1
February 03 2025
Fixed
- Pluralize getMessageActions and fix typing.
7.2.0
January 02 2025
Added
- Support for adding, getting and deleting message reactions.
7.1.0
November 20 2024
Added
- Add custom message type support for the following APIs - publish, signal, share file, subscribe and history.
7.0.2
October 22 2024
Fixed
- Fixed wrong type annotation for grant token response value.
Modified
- Updated compatibility list.
7.0.1
July 10 2024
Modified
- Added strict typing for some customer facing elements.
7.0.0
June 27 2024
Added
- When passed to the
PubNub
constructor, thePNConfiguration
instance becomes immutable. You can disable this behavior by callingPnConfiguration::disableImmutableCheck()
before passing it to the constructor although it is not recommended. Disabling immutability may result in unpredictable behavior ifPNConfiguration
is modified after instantiatingPubNub
.
v6.3.0
June 19 2024
Added
- Added support for file sharing operations .
v6.2.1
June 11 2024
Fixed
- Fix value for FCM push type provisioning key.
v6.2.0
June 11 2024
Added
- Replacing GCM with FCM. This is not a breaking change, but using GCM will result in throwing
E_USER_DEPRECATED
warning.