Skip to content

Document max-field-length as a byte limit#246

Merged
larsewi merged 1 commit into
masterfrom
max-field-length-bytes-docs
Jun 26, 2026
Merged

Document max-field-length as a byte limit#246
larsewi merged 1 commit into
masterfrom
max-field-length-bytes-docs

Conversation

@larsewi

@larsewi larsewi commented Jun 26, 2026

Copy link
Copy Markdown
Owner

The filter compares value.len() (UTF-8 byte length), but the config doc comment and README described max-field-length as a character length. This updates both to say bytes, matching the implementation.

🤖 Generated with Claude Code

The filter compares value.len(), which is the UTF-8 byte length, but the
config doc comment and README described it as a character length. Update
both to say bytes.

Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@larsewi larsewi added the chore Internal change, excluded from release notes label Jun 26, 2026
@larsewi larsewi marked this pull request as ready for review June 26, 2026 11:23
@larsewi larsewi merged commit e509200 into master Jun 26, 2026
7 checks passed
@larsewi larsewi deleted the max-field-length-bytes-docs branch June 26, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Internal change, excluded from release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant