Skip to content

docs: daily update 2026-08-05 — release v4.181.3 - #5756

Open
deco-cms[bot] wants to merge 2 commits into
docs/auto-update-2026-08-05-release-4.181.0from
docs/auto-update-2026-08-05-release-4.181.3
Open

docs: daily update 2026-08-05 — release v4.181.3#5756
deco-cms[bot] wants to merge 2 commits into
docs/auto-update-2026-08-05-release-4.181.0from
docs/auto-update-2026-08-05-release-4.181.3

Conversation

@deco-cms

@deco-cms deco-cms Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Studio release v4.181.3

Range reviewed: v4.181.2...v4.181.3 (release commit ecc1c135d3bf8cbe28a83c4685f4dbae9f7e03d8).

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

Commit Warranted docs? Notes
365c95220 fix(settings): cap PORT at 65535 (#5721) ✅ Yes Self-host PORT now fails fast at boot if out of the valid TCP range (1–65535), instead of failing later when the HTTP server binds. Documented.
2fda7cf6f fix(i18n): stop orgs.members counts using English-only {plural} suffix ⏭ Skipped Internal pt-br pluralization bug fix, no user-facing behavior/doc change.
b2039f140 fix(task-board): revert conflict-resolution bounce when dispatch fails ⏭ Skipped Internal task-board bugfix; task-board internals aren't covered in these docs.
021f95aa0 fix(decopilot): mark thread-ownership dispatch check as a permanent error ⏭ Skipped Internal error-classification fix, no visible behavior/config change.
0add282e2 fix(i18n): stop task-board selectedCount always using plural in pt-br ⏭ Skipped Internal pt-br pluralization bug fix.
9f7f33b6a fix(task-board): broadcast the paywall un-delegate on report import ⏭ Skipped Internal task-board/paywall sync bugfix, not documented as a concept here.
40e20de39 refactor(web): extract shared billing-checkout mutation hook ⏭ Skipped Pure internal refactor, no behavior change.
ba81c142c fix(web): give review-settings switches an accessible name ⏭ Skipped Accessibility-only fix (aria-label), no documented behavior change.
e024a158f refactor(sandbox): remove unnecessary type casts from sandbox-map ⏭ Skipped Pure internal refactor (type casts), no behavior change.

Files changed

  • studio/self-hosting/deploy/docker-compose.mdx (en + pt-br): added a tip callout noting PORT must 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

  • Checked other self-hosting docs (quickstart.mdx, monitoring.mdx, other deploy/*.mdx) for PORT references — only docker-compose.mdx documents it, no other stale references found.
  • quickstart.mdx, concepts.mdx, overview.mdx reviewed — 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 PORT validation. PORT must 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.

Review in cubic

@deco-cms deco-cms Bot added the documentation Improvements or additions to documentation label Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants