Skip to content

Conversation

@vlasebian
Copy link
Contributor

@vlasebian vlasebian commented Oct 17, 2025

Summary

Closes: #7718.

Changes

  • Change payload codec size limit in messages API
  • Regenerate files

Testing

Locally.

Steps

Console:

  • Generate random 64KB ascii string with: yes A | tr -d '\n' | head -c 65536 > file.txt
  • Input string into application uplink custom formatter text box and save it -> should be successful
  • Add one character to the string, input it again and it should fail

API:

  • Upload codec bigger than the previous limit and make sure it's successful
  • Upload codec bigger that 64KB to test the new limit
Results
Screenshot 2025-10-20 at 13 00 13 Screenshot 2025-10-20 at 13 00 00
Regressions

None.

Notes for Reviewers

None.

Checklist

  • Scope: The referenced issue is addressed, there are no unrelated changes.
  • Compatibility: The changes are backwards compatible with existing API, storage, configuration and CLI, according to the compatibility commitments in README.md for the chosen target branch.
  • Documentation: Relevant documentation is added or updated.
  • Testing: The steps/process to test this feature are clearly explained including testing for regressions.
  • Infrastructure: If infrastructural changes (e.g., new RPC, configuration) are needed, a separate issue is created in the infrastructural repositories.
  • Changelog: Significant features, behavior changes, deprecations and fixes are added to CHANGELOG.md.
  • Commits: Commit messages follow guidelines in CONTRIBUTING.md, there are no fixup commits left.

@vlasebian vlasebian self-assigned this Oct 17, 2025
@github-actions github-actions bot added ui/web This is related to a web interface compat/config This could affect Configuration compatibility labels Oct 20, 2025
@vlasebian vlasebian marked this pull request as ready for review October 20, 2025 10:21
@vlasebian vlasebian requested review from a team as code owners October 20, 2025 10:21
@vlasebian vlasebian added status/in-progress We're working on it and removed status/in-progress We're working on it labels Oct 20, 2025
@vlasebian vlasebian merged commit d418bf4 into v3.35 Oct 22, 2025
16 checks passed
@vlasebian vlasebian deleted the feat/increase-payload-codec-size-limit branch October 22, 2025 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

compat/config This could affect Configuration compatibility ui/web This is related to a web interface

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Increase limit of payload codecs to 64 KB

5 participants