Skip to content

Bump com.pubnub:pubnub-gson from 4.31.3 to 13.4.0#5310

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/com.pubnub-pubnub-gson-13.4.0
Open

Bump com.pubnub:pubnub-gson from 4.31.3 to 13.4.0#5310
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/com.pubnub-pubnub-gson-13.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown
Contributor

Bumps com.pubnub:pubnub-gson from 4.31.3 to 13.4.0.

Release notes

Sourced from com.pubnub:pubnub-gson's releases.

Java & Kotlin SDK v13.4.0

May 28 2026

Added

  • Send messages up to 2 MB.
  • Reject oversized publishes client-side with a clear error.
  • New LogContentConfig with loggedMessageContentMaxBytes + loggedHttpResponseMaxBytes (0 disables, Int.MAX_VALUE unlimited).
  • Fingerprint on publish, signal, subscribe and publishFileMessage debug logs.

Java & Kotlin SDK v13.3.0

May 14 2026

Added

  • Isolate heartbeat and leave calls on a dedicated OkHttp client (own dispatcher and connection pool) so transaction-client bursts(publish, signals, history, objects, files, message actions) can't starve heartbeats on HTTP/1.1 or cause TCP head-of-line blocking on HTTP/2.
  • Added HTTP version in Response log message. .

Java & Kotlin SDK v13.2.1

May 11 2026

Java & Kotlin SDK v13.1.1

March 24 2026

Fixed

  • Internal fixes.

Java & Kotlin SDK v13.1.0

February 26 2026

Added

  • Update kotlin to 2.2.21 and okHttp to 5.3.2.

Java & Kotlin SDK v13.0.0

February 11 2026

Added

  • Upgrade kotlinx-datetime to 0.7.1.

Java & Kotlin SDK v12.1.4

January 22 2026

Fixed

  • Internal fixes.

Java & Kotlin SDK v12.1.3

... (truncated)

Changelog

Sourced from com.pubnub:pubnub-gson's changelog.

v13.4.0

May 28 2026

Added

  • Send messages up to 2 MB.
  • Reject oversized publishes client-side with a clear error.
  • New LogContentConfig with loggedMessageContentMaxBytes + loggedHttpResponseMaxBytes (0 disables, Int.MAX_VALUE unlimited).
  • Fingerprint on publish, signal, subscribe and publishFileMessage debug logs.

v13.3.0

May 14 2026

Added

  • Isolate heartbeat and leave calls on a dedicated OkHttp client (own dispatcher and connection pool) so transaction-client bursts(publish, signals, history, objects, files, message actions) can't starve heartbeats on HTTP/1.1 or cause TCP head-of-line blocking on HTTP/2.
  • Added HTTP version in Response log message. .

v13.2.1

May 11 2026

v13.1.1

March 23 2026

Fixed

  • Internal fixes.

v13.1.0

February 26 2026

Added

  • Update kotlin to 2.2.21 and okHttp to 5.3.2.

v13.0.0

February 11 2026

Added

  • Upgrade kotlinx-datetime to 0.7.1.
  • com.pubnub.api.utils.Instant is now an SDK value type and is not implicitly interchangeable with kotlin.time.Instant and kotlinx.datetime.Instant anymore.

Migration

  • If you previously used kotlinx.datetime extensions directly on PubNub Instant, use Instant.toLocalDateTime(TimeZone).
  • If you previously did val instant = localDateTime.toInstant(zone) or TimetokenUtil.instantToTimetoken(instant), use instead TimetokenUtil.localDateTimeToInstant(localDateTime, zone) or TimetokenUtil.localDateTimeToTimetoken(localDateTime, zone).

v12.1.4

January 22 2026

Fixed

  • Internal fixes.

v12.1.3

January 20 2026

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.pubnub:pubnub-gson](https://github.com/pubnub/kotlin) from 4.31.3 to 13.4.0.
- [Release notes](https://github.com/pubnub/kotlin/releases)
- [Changelog](https://github.com/pubnub/kotlin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pubnub/kotlin/commits/kotlin-v13.4.0)

---
updated-dependencies:
- dependency-name: com.pubnub:pubnub-gson
  dependency-version: 13.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants