Skip to content

Releases: pubnub/php

9.0.1

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 22 Jun 11:36
e9dc61b

June 22 2026

Added

  • Added logging of REST response containing host and negotiated HTTP protocol version. .

Fixed

  • Fixed PubNubServerException handling to guard against a null response and fall back to the full exception message.

9.0.0

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 30 Oct 12:10
5e9faf5

October 30 2025

Added

  • Added limit and offset parameters for hereNow. Number of returned users per channel by default is limited to 1000. Breaking change.

Fixed

  • Removed possibility to use deprecated MPNS(Microsoft Push Notification Service). Breaking change.
  • Added deprecation warning for old APNS PushType. .

8.0.2

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 29 May 12:04
fe2d288

May 29 2025

Modified

  • Removed deprecated method getMessageAction, the feature exist under plural name getMessageActions.

8.0.1

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 01 Apr 13:31
a7d0f51

April 01 2025

Fixed

  • Added missing information in file publish endpoint.

Modified

  • Basic usage examples have been added.

8.0.0

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 19 Mar 13:41
eeee989

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

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 18 Feb 12:39
e43fbbc

February 18 2025

Added

  • Write protection with If-Match eTag header for setting channel and uuid metadata.

7.3.0

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 05 Feb 12:46
c476491

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

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 03 Feb 14:14
bd89ea0

February 03 2025

Fixed

  • Pluralize getMessageActions and fix typing.

7.2.0

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 02 Jan 15:15
d39a925

January 02 2025

Added

  • Support for adding, getting and deleting message reactions.

7.1.0

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 20 Nov 08:58
9c0e653

November 20 2024

Added

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