Skip to content

Releases: pubnub/php

7.3.0

05 Feb 12:46
c476491
Compare
Choose a tag to compare

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

03 Feb 14:14
bd89ea0
Compare
Choose a tag to compare

February 03 2025

Fixed

  • Pluralize getMessageActions and fix typing.

7.2.0

02 Jan 15:15
d39a925
Compare
Choose a tag to compare

January 02 2025

Added

  • Support for adding, getting and deleting message reactions.

7.1.0

20 Nov 08:58
9c0e653
Compare
Choose a tag to compare

November 20 2024

Added

  • Add custom message type support for the following APIs - publish, signal, share file, subscribe and history.

7.0.2

22 Oct 11:28
f7cdc63
Compare
Choose a tag to compare

October 22 2024

Fixed

  • Fixed wrong type annotation for grant token response value.

Modified

  • Updated compatibility list.

7.0.1

10 Jul 12:47
392d5a3
Compare
Choose a tag to compare

July 10 2024

Modified

  • Added strict typing for some customer facing elements.

7.0.0

27 Jun 13:19
8ce0b8e
Compare
Choose a tag to compare

June 27 2024

Added

  • When passed to the PubNub constructor, the PNConfiguration instance becomes immutable. You can disable this behavior by calling PnConfiguration::disableImmutableCheck() before passing it to the constructor although it is not recommended. Disabling immutability may result in unpredictable behavior if PNConfiguration is modified after instantiating PubNub.

v6.3.0

19 Jun 07:31
26de0a5
Compare
Choose a tag to compare

June 19 2024

Added

  • Added support for file sharing operations .

v6.2.1

11 Jun 14:49
6f576b3
Compare
Choose a tag to compare

June 11 2024

Fixed

  • Fix value for FCM push type provisioning key.

v6.2.0

11 Jun 10:47
20de5d8
Compare
Choose a tag to compare

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.