Conversation
Mirrors the 0.13 archive pattern: copy current docs to docs/0-13-0/, mark 0.14.x as the new "Next" version, register the 0.13.x archive in docs.json, and seed an empty 0.14.0 changelog entry.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
…cs/0.14) The iii-observability split lands as a 0.14.0 changelog entry on the docs/0.14 archive PR instead, since 0.13 is already cut.
skill-check — docs53 verified, 342 skipped. 5 errors across the verified workers.
|
Fills the empty 0.14.0 entry with the cross-language extraction: Logger, OtelConfig, ReconnectionConfig, and the full OTel surface move to the new iii-observability packages on npm, PyPI, and crates.io. Notes the two new symbols (flush_otel/flushOtel and execute_traced_request/executeTracedRequest) and includes per- language migration snippets.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Removes the auto-render bump to docs/understanding-iii/triggers.mdx.skill.md so this PR carries no doc changes — the new SDK surface + observability notes are documented in PR #1686 (docs/0.14).
Per scope agreement, doc updates for the iii-observability extraction and the Rust register_function reshape ship via PR #1686 (docs/0.14) instead of this PR. Reverts every file under docs/ back to origin/main.
…kills Move the doc/skill updates that were carried on align-rust-sdk into this branch so they ship alongside the observability work. - Regenerate sdk-node / sdk-python / sdk-rust API references for the new Rust register_function shape (`register_function(id, RegisterFunction::…)`, 3 constructors, IIIError handler errors). - Add the migration changelog entry under docs/changelog/0-11-0/. - Update docs/0-11-0/scripts/generate-api-docs.mts + parsers/parse-rustdoc.mts to scan FunctionDoc descriptions/examples and allowlist RegisterFunctionOptions in the rustdoc parser. - Refresh skills/iii-rust-sdk/SKILL.md and skills/references/http-invoked-functions.rs to reflect the new Rust call shape.
… to index - Move docs/changelog/0-11-0/align-rust-register-function-with-signature.mdx to docs/changelog/0-14-0/. The change ships in 0.14, not 0.11. - Add a 0.14.0 entry in docs/changelog/index.mdx linking to the migration page. - Register the new page under the "Changelog" tab in docs/docs.json.
- sdk-node.mdx: switch cron trigger examples from `schedule` to the engine-standard `expression` key. - sdk-rust.mdx: remove duplicate `RegisterFunction::new_async` from the constructor list; align the register_trigger example with the documented 3-field RegisterTriggerInput shape (drop metadata: None).
|
would be nice to fix these skills issues |
Add a new entry under the 0.14.0 changelog covering the move of `register_trigger_type`, `unregister_trigger_type`, `create_channel`, `create_stream`, `extract_channel_refs`, `is_channel_ref`, `ChannelDirection`, and `ChannelItem` off the `III` / `ISdk` instance into a dedicated `helpers` submodule on each SDK. Includes the relocation table (with Node and Browser shown as separate columns since the subpath is `iii-sdk/helpers` vs `iii-browser-sdk/helpers`), the `unregister_trigger_type` signature break, the new symbols added for parity, and language-specific migration snippets. Also updates `docs/0-12-0/using-iii/channels.mdx` so the channel-creation examples use the new subpath imports.
…s table Drop `register_trigger_type` and `unregister_trigger_type` rows from the helpers relocation table — both stay on the `III` / `ISdk` instance per final decision. Also drop the unregister-signature-change bullet and the `registerTriggerType` references from the migration snippets. Six items remain in helpers: create_channel, create_stream, extract_channel_refs, is_channel_ref, ChannelDirection, ChannelItem.
|
Superseded by #1711 — Next version rebumped 0.14 → 0.16 (branch renamed docs/0.14 → docs/0.16). |
Summary
Snapshot current docs to
docs/0-13-0/as the 0.13 archive.Promote the active version to
0.14.xindocs/docs.jsonand register the0.13.xarchive navigation.Seed an empty
0.14.0entry indocs/changelog/index.mdxto be filled as work lands.Changes from:
feat/iii-observability #1678
refactor(rust-sdk)!: simplify register_function — 3 constructors + IIIError handlers #1578
feat(sdk)!: add helpers submodule across all SDKs #1703
Test plan
0.14.x(Next) renders root docs unchanged.0.13.xversion selector renders archived snapshot atdocs/0-13-0/*.