Releases: pubnub/php
Releases · pubnub/php
8.0.2
8.0.1
April 01 2025
Fixed
- Added missing information in file publish endpoint.
Modified
- Basic usage examples have been added.
8.0.0
March 19 2025
Modified
- Replace dependency from Requests to GuzzleHTTP to allow communication over HTTP/2. This is potentially breaking change because removes the old way to set up custom transport with setting the client dependency. Read more in the documentation (migration guide available).
7.4.0
February 18 2025
Added
- Write protection with If-Match eTag header for setting channel and uuid metadata.
7.3.0
February 05 2025
Added
- Extended functionality of Channel Members and User Membership. Now it's possible to use fine-grade includes and set member/membership status and type.
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.