Skip to content

Releases: pubnub/php

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.

v6.1.3

27 Nov 08:59
c2a2446
Compare
Choose a tag to compare

November 27 2023

Fixed

  • Gracefully handle decrypting an unencrypted method. If decryption error occurs when trying to decrypt a plain text the plain text message will be returned and error field will be set in the response. This works both for history and subscription messages.

v6.1.2

02 Nov 08:42
00bb3b2
Compare
Choose a tag to compare

November 02 2023

Modified

  • Bring back version parameter.

v6.1.1

30 Oct 14:17
ed07d69
Compare
Choose a tag to compare

October 30 2023

Fixed

  • Changed license type from MIT to PubNub Software Development Kit License.

v6.1.0

16 Oct 13:35
ed009ab
Compare
Choose a tag to compare

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

18 May 12:40
e14149e
Compare
Choose a tag to compare

May 18 2023

Fixed

  • Support for Monolog/Monolog@^3.0.
  • Added Monolog ^3.0 to developer dependencies and updated developer.md Closes #79 Added replacement for deprecated utf8_decode method. Closes #78.