Skip to content

support for publish v2 for larger publish payload size#271

Open
mohitpubnub wants to merge 3 commits intomasterfrom
CLEN-3231-publishV2
Open

support for publish v2 for larger publish payload size#271
mohitpubnub wants to merge 3 commits intomasterfrom
CLEN-3231-publishV2

Conversation

@mohitpubnub
Copy link
Contributor

@mohitpubnub mohitpubnub commented Feb 10, 2026

feat: support higher message payload size for publish.

@pubnub-ops-terraform
Copy link

pubnub-ops-terraform commented Feb 10, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Mohit Tejani added 2 commits February 16, 2026 15:14
…s not needed

add headers in case of POST request when header is not for content header, add such header for Http request
Copy link
Contributor

@jakub-grzesiowski jakub-grzesiowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment, other than that LGTM

// 155 bytes covers the fixed overhead from base URL components and
// middleware-injected query params: scheme, origin, path separators,
// uuid, pnsdk, requestid, instanceid, and timestamp.
int estimatedSize = 155;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a chance this could change in the future and should be dynamically calculated instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments