Skip to content

feat: changelog#1410

Merged
sergiofilhowz merged 3 commits intomainfrom
feat/changelog
Apr 8, 2026
Merged

feat: changelog#1410
sergiofilhowz merged 3 commits intomainfrom
feat/changelog

Conversation

@sergiofilhowz
Copy link
Copy Markdown
Contributor

@sergiofilhowz sergiofilhowz commented Apr 6, 2026

Summary by CodeRabbit

  • Documentation
    • Added changelog for v0.11.0 (next)
    • Documented Worker RBAC for per-session/function access control and middleware hooks
    • Documented JSON Schema trigger/request validation and metadata tagging
    • Announced Browser SDK with single-WebSocket API parity
    • Described sandbox and container worker workflows for dev and OCI-based execution
    • Documented topic-based fan-out rename and publish semantics
    • Noted breaking Node SDK signature and configuration/terminology migration guidance

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Apr 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
iii-website Ready Ready Preview, Comment Apr 8, 2026 0:48am
motia-docs Ready Ready Preview, Comment Apr 8, 2026 0:48am

Request Review

@mintlify
Copy link
Copy Markdown

mintlify Bot commented Apr 6, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
iii 🟢 Ready View Preview Apr 6, 2026, 7:16 PM

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 6, 2026

📝 Walkthrough

Walkthrough

A changelog and navigation entries for version 0.11.0 (April 2026) are added, documenting Worker RBAC, trigger request/metadata validation, a Browser SDK, sandbox/container worker execution, a topic-based queue rename, a breaking Node SDK registerFunction signature change, and a modules→workers terminology migration.

Changes

Cohort / File(s) Summary
Top-level changelog & nav
docs/changelog.mdx, docs/docs.json
Adds a main changelog page and a new "Changelog" nav tab; registers the 0.11.0 changelog entry in documentation navigation.
0.11.0 release notes & migration guide
docs/changelog/0-11-0/everything-is-a-worker.mdx
New detailed release notes covering: Worker RBAC, trigger request/validation & metadata, Browser SDK, sandbox/container worker runtimes, topic-based queue API renames, Node SDK registerFunction signature change, and comprehensive modules→workers terminology/API migration guidance with examples and checklist.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Poem

🐇 I hopped through changelogs, nibbling lines of code,

Workers named and triggers tuned along the road,
A Browser SDK winked, containers took flight,
Modules shed their skins by soft moonlight,
Hooray — 0.11.0, I thump and smoothe my coat!

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'feat: changelog' is vague and generic, using non-descriptive terms that don't convey meaningful information about the specific changes in the changeset. Consider a more descriptive title that highlights the main content being documented, such as 'docs: add 0.11.0 changelog with worker RBAC, browser SDK, and breaking changes' or 'docs: document 0.11.0 release features and API migrations'.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/changelog

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/changelog/0-11-0/everything-is-a-worker.mdx`:
- Around line 334-342: Update the migration checklist by adding explicit
markdown links from each bullet to the relevant mapping/example sections so
users can jump to actionable docs: link the config key rename (modules: →
workers:) to the "Config key mappings" section, the class: → name: and adapter
class: → name: (kv, redis, builtin) to the "Adapter identifier mappings"
examples, the Rust import changes (iii::modules:: → iii::workers::) and trait
rename (iii::modules::module::Module → iii::workers::traits::Worker) to the
"Rust API changes" section, the macro and method renames (register_module! →
register_worker!, add_module()/register_module() →
add_worker()/register_worker()) to the "Macro & EngineBuilder changes" examples,
the struct renames (*Module/*CoreModule → *Worker/*Manager) to the "Type rename
mappings" examples, and the crate reference move (crate::workers::Worker →
crate::worker_connections::WorkerConnection) to the "WorkerConnection
relocation" note; ensure each checklist line includes a short anchor-style link
(e.g., (`#config-key-mappings`)) pointing to the precise subsection so readers can
immediately find examples and code snippets for each change.
- Line 44: The doc uses the legacy <Info> component; replace the opening <Info>
tag with the Fumadocs standard <Callout type="info"> and change the
corresponding closing </Info> to </Callout> so the callout follows the
repository's documented component convention (update the instance that currently
wraps "The `modules:` key..." which uses <Info>).
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 4baf76f1-d558-4a36-b5f9-5b36345682d3

📥 Commits

Reviewing files that changed from the base of the PR and between 34b1a8f and 711b221.

📒 Files selected for processing (1)
  • docs/changelog/0-11-0/everything-is-a-worker.mdx

Comment thread docs/changelog/0-11-0/everything-is-a-worker.mdx
Comment thread docs/changelog/0-11-0/everything-is-a-worker.mdx
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

♻️ Duplicate comments (1)
docs/changelog/0-11-0/everything-is-a-worker.mdx (1)

44-44: ⚠️ Potential issue | 🟡 Minor

Replace legacy callout component at Line 44.

Use the docs-standard callout component instead of <Info>.

Proposed fix
-<Info>The `modules:` key is still accepted for backward compatibility, but `workers:` is the canonical form going forward.</Info>
+<Callout type="info">The `modules:` key is still accepted for backward compatibility, but `workers:` is the canonical form going forward.</Callout>

As per coding guidelines, docs MDX must follow .cursor/skills/doc_workflow.md Component Usage (Callouts).

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/changelog/0-11-0/everything-is-a-worker.mdx` at line 44, Replace the
legacy <Info> callout usage with the docs-standard callout component: locate the
<Info>...</Info> block in everything-is-a-worker.mdx and change it to the
standard callout (e.g., <Callout type="info">...</Callout> or the repository's
documented callout component), update or add the corresponding import at the top
of the MDX if required, and ensure the inner text "The `modules:` key is still
accepted for backward compatibility, but `workers:` is the canonical form going
forward." remains unchanged.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Duplicate comments:
In `@docs/changelog/0-11-0/everything-is-a-worker.mdx`:
- Line 44: Replace the legacy <Info> callout usage with the docs-standard
callout component: locate the <Info>...</Info> block in
everything-is-a-worker.mdx and change it to the standard callout (e.g., <Callout
type="info">...</Callout> or the repository's documented callout component),
update or add the corresponding import at the top of the MDX if required, and
ensure the inner text "The `modules:` key is still accepted for backward
compatibility, but `workers:` is the canonical form going forward." remains
unchanged.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 38d5ba97-3b49-49e2-bc2e-68a392408d44

📥 Commits

Reviewing files that changed from the base of the PR and between 711b221 and 8bbf08c.

📒 Files selected for processing (3)
  • docs/changelog.mdx
  • docs/changelog/0-11-0/everything-is-a-worker.mdx
  • docs/docs.json
✅ Files skipped from review due to trivial changes (2)
  • docs/docs.json
  • docs/changelog.mdx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant