docs: daily update 2026-08-05 — release v4.181.3 - #5756
Open
deco-cms[bot] wants to merge 2 commits into
Open
Conversation
…boot-time validation (1-65535)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Studio release v4.181.3
Range reviewed:
v4.181.2...v4.181.3(release commitecc1c135d3bf8cbe28a83c4685f4dbae9f7e03d8).Depends on: #5747 (
docs/auto-update-2026-08-05-release-4.181.0) — this branch is stacked on top of it and should be merged after #5747 to avoid conflicts.Commits covered
365c95220fix(settings): cap PORT at 65535 (#5721)PORTnow fails fast at boot if out of the valid TCP range (1–65535), instead of failing later when the HTTP server binds. Documented.2fda7cf6ffix(i18n): stop orgs.members counts using English-only {plural} suffixb2039f140fix(task-board): revert conflict-resolution bounce when dispatch fails021f95aa0fix(decopilot): mark thread-ownership dispatch check as a permanent error0add282e2fix(i18n): stop task-board selectedCount always using plural in pt-br9f7f33b6afix(task-board): broadcast the paywall un-delegate on report import40e20de39refactor(web): extract shared billing-checkout mutation hookba81c142cfix(web): give review-settings switches an accessible namee024a158frefactor(sandbox): remove unnecessary type casts from sandbox-mapFiles changed
studio/self-hosting/deploy/docker-compose.mdx(en + pt-br): added a tip callout notingPORTmust be a valid TCP port (1–65535) and is now validated at boot with a clear error, rather than failing later when the server binds.Consistency notes
quickstart.mdx,monitoring.mdx, otherdeploy/*.mdx) forPORTreferences — onlydocker-compose.mdxdocuments it, no other stale references found.quickstart.mdx,concepts.mdx,overview.mdxreviewed — no changes needed for this release's diff.pt-br translation was auto-generated for the new callout, matching existing translation conventions in the file (technical terms/URLs kept in English).
Summary by cubic
Added a tip to the self-hosting Docker Compose docs (en + pt-br) about
PORTvalidation.PORTmust be 1–65535 and is now checked at boot, so invalid values fail fast with a clear error.Written for commit 2081e87. Summary will update on new commits.