docs: weekly documentation sync (2026-05-27)#17
Conversation
Co-authored-by: Jaime Basso <JaimeJunr@users.noreply.github.com>
There was a problem hiding this comment.
Stale comment
Avaliação de risco: Muito baixo
Evidência (diff): 3 arquivos, +18/−1 linhas — apenas
CHANGELOG.md,docs/guides/event-driven.mdedocs/product/roadmap.md. Nenhum.rs,Cargo.toml, workflow ou config de infra.O que mudou: sincronização de changelog e docs para correções já entregues em PR #12/#13 (
EventRouterbackoff saturante,SqsBrokerbatch failures). Sem alteração de lógica de produção neste PR.Blast radius: nulo para runtime; impacto limitado à documentação publicada.
Revisão humana: não necessária para este escopo.
Ação recomendada: aprovar (regra: Muito baixo → aprovar). A automação não pôde registrar
APPROVEporque o autor do PR écursor[bot]e o GitHub impede autoaprovação.Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Pull request overview
Automated weekly documentation sync updating changelog and docs to reflect recent serverust-events correctness fixes (EventRouter exponential backoff overflow protection and SqsBroker partial batch failure behavior).
Changes:
- Added a “Weekly update (2026-05-27)” section to
CHANGELOG.mdand synced[Unreleased]with the same fixes. - Updated the event-driven guide to document saturating exponential backoff behavior (
ncapped at 31,Duration::saturating_mul). - Updated the product roadmap to mark PR #12/#13 as delivered and clarify remaining SQS backoff work.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| CHANGELOG.md | Adds a weekly update section and duplicates the same “Fixed” entries in [Unreleased]. |
| docs/guides/event-driven.md | Documents saturating exponential backoff behavior for RetryPolicy::Exponential. |
| docs/product/roadmap.md | Marks recent hardening items as delivered and refines remaining backlog wording. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Jaime Basso <JaimeJunr@users.noreply.github.com>
Co-authored-by: Jaime Basso <JaimeJunr@users.noreply.github.com>
There was a problem hiding this comment.
Stale comment
Avaliação de risco: Muito baixo
Evidência (diff
536bf47…efd02b6): 3 arquivos, +16/−2 — somenteCHANGELOG.md,docs/guides/event-driven.mdedocs/product/roadmap.md. Nenhum.rs,Cargo.toml, workflow ou config de infraestrutura.O que mudou: entradas de changelog e texto de documentação alinhados a correções já mergeadas (backoff saturante no
EventRouter,batchItemFailuresnoSqsBroker). Nenhuma alteração de lógica de runtime neste PR.Blast radius: nulo para produção; impacto limitado à documentação publicada.
Revisão humana: não necessária para este escopo.
Ação recomendada: aprovar (regra: Muito baixo → aprovar). A automação não pôde registrar
APPROVEporque o autor do PR écursor[bot]e o GitHub impede autoaprovação.Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Avaliação de risco: Muito baixo
Evidência (diff 536bf47…95bdfcd): 3 arquivos, +7/−2 — somente CHANGELOG.md, docs/guides/event-driven.md e docs/product/roadmap.md. Nenhum .rs, Cargo.toml, workflow ou config de infraestrutura.
O que mudou: sincronização semanal de changelog e docs para correções já mergeadas (backoff saturante no EventRouter, batchItemFailures no SqsBroker). Nenhuma alteração de lógica de runtime neste PR.
Blast radius: nulo para produção; impacto limitado à documentação publicada.
Revisão humana: não necessária para este escopo.
Reavaliação pós-sync: diff reduzido em relação à avaliação anterior; escopo permanece exclusivamente documentação. Risco inalterado (Muito baixo).
Ação recomendada: aprovar (regra: Muito baixo → aprovar). A automação não pôde registrar APPROVE porque o autor do PR é cursor[bot] e o GitHub impede autoaprovação.
Sent by Cursor Automation: Assign PR reviewers


Summary
Automated weekly documentation synchronization for commits 2026-05-20 — 2026-05-27 (
serverust-eventscorrectness fixes).CHANGELOG
Fixedtaxonomy).[Unreleased]with both fixes:EventRouterexponential backoff overflow panic (PR fix(serverust-events): evitar panic no backoff exponencial do EventRouter #13)SqsBrokersilent ack without handler/ARN (PR fix(serverust-events): SqsBroker não faz ack silencioso sem handler/ARN #12)README
README.mdwere made obsolete by this week's delta.docs/
docs/guides/event-driven.md— documents saturating exponential backoff behavior forRetryPolicy::Exponential.docs/product/roadmap.md— marks PR fix(serverust-events): SqsBroker não faz ack silencioso sem handler/ARN #12/fix(serverust-events): evitar panic no backoff exponencial do EventRouter #13 as delivered under v0.3.1 hardening; clarifies remaining SQS-layer backoff work.Commits analyzed
92cdd3a— fix(serverust-events): evitar panic no backoff exponencial do EventRouter (fix(serverust-events): evitar panic no backoff exponencial do EventRouter #13)d555e9f— fix(serverust-events): evitar ack silencioso no SqsBroker (fix(serverust-events): SqsBroker não faz ack silencioso sem handler/ARN #12)