Skip to content

v6.0.0

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 30 Sep 16:35
· 2 commits to master since this release
84271ee

September 30 2025

Added

  • BREAKING CHANGES: Replace the legacy logger with the new logger module with a bundled console logger with a unified (with other SDKs) logs output format.
  • Provide interfaces for custom logger implementation.
  • Add 'limit' parameter for 'PNHereNowRequest'.
  • Retry policy can be applied for all API endpoint groups (not only subscribe).

Modified

  • Removed previously deprecated packetSizeForOperation methods group along with size builder from the PubNub client.
  • BREAKING CHANGES: Removed previously deprecated retry and cancelAutomaticRetry methods along with the automaticallyRetry property from API processing status objects.
  • BREAKING CHANGES: Removed previously deprecated properties: TLSEnabled, authKey, origin, userID, uuid, and statusCode.
  • BREAKING CHANGES: Removed previously deprecated uuid, deviceID, applicationExtensionSharedGroupIdentifier, and completeRequestsBeforeSuspension configuration options.