Skip to content

docs: update 0.6 PII release notes#522

Merged
rapids-bot[bot] merged 1 commit into
NVIDIA:release/0.6from
willkill07:wkk_docs/relay-512-513-release-notes
Jul 21, 2026
Merged

docs: update 0.6 PII release notes#522
rapids-bot[bot] merged 1 commit into
NVIDIA:release/0.6from
willkill07:wkk_docs/relay-512-513-release-notes

Conversation

@willkill07

@willkill07 willkill07 commented Jul 21, 2026

Copy link
Copy Markdown
Member

Overview

Update the NeMo Relay 0.6 release notes for the PII redaction changes in PRs #512 and #513. The release notes now explain the new composable profiles and structure-preserving trajectory redaction in plain language, with migration warnings for the breaking Rust configuration and serialization changes.

  • I confirm this contribution is my own work, or I have the right to submit it under this project's license.
  • I searched existing issues and open pull requests, and this does not duplicate existing work.

Details

  • Update the 0.6 release summary and highlights with the new PII redaction capabilities.
  • Add migration warnings for PiiRedactionConfig.profiles, BuiltinBackendConfig.preset, custom_mark_payload_policy, and the changed serialized defaults.
  • Document that trajectory_context is opt-in and changes observability data without changing provider requests or client-visible responses.
  • Keep the change limited to docs/about-nemo-relay/release-notes/.

Validation:

  • git diff --check
  • just docs
  • just docs-linkcheck
  • uv run pre-commit run --files docs/about-nemo-relay/release-notes/index.mdx docs/about-nemo-relay/release-notes/highlights.mdx docs/about-nemo-relay/release-notes/known-issues.mdx

Where should the reviewer start?

Start with docs/about-nemo-relay/release-notes/known-issues.mdx to review the migration warnings, then review the user-facing summaries in index.mdx and highlights.mdx.

Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)

Summary by CodeRabbit

  • Documentation
    • Documented composable, priority-based PII redaction profiles.
    • Added details about the opt-in trajectory_context preset, which removes sensitive request and response content while preserving conversation structure and telemetry.
    • Added migration guidance for configuration changes, serialization behavior, and custom mark redaction policies.
    • Updated release scope and known-issues documentation for Relay 0.6 compatibility.

Signed-off-by: Will Killian <wkillian@nvidia.com>
@willkill07
willkill07 requested review from a team as code owners July 21, 2026 18:49
@github-actions github-actions Bot added size:S PR is small Documentation documentation-related labels Jul 21, 2026
@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

Release notes document composable PII redaction profiles, the opt-in trajectory_context preset, and migration requirements for updated configuration fields and serialization behavior.

Changes

Event security release notes

Layer / File(s) Summary
Document new security capabilities
docs/about-nemo-relay/release-notes/highlights.mdx, docs/about-nemo-relay/release-notes/index.mdx
Release notes describe ordered PII profiles, trajectory-context redaction, preserved event relationships and telemetry, and custom mark handling.
Document configuration migration
docs/about-nemo-relay/release-notes/known-issues.mdx
Migration notes cover new configuration fields, default-value serialization, legacy configuration compatibility, profile ordering, and trajectory redaction policies.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title follows Conventional Commits and accurately summarizes the docs-only release note update.
Description check ✅ Passed The description matches the template with Overview, Details, reviewer start, checkboxes, and related issues filled in.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

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 current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/about-nemo-relay/release-notes/known-issues.mdx`:
- Around line 120-123: The release note guidance around custom-mark email
redaction incorrectly refers to being “later in the profile list.” Update the
documentation near the custom_mark_payload_policy guidance to describe later
execution order: use a higher numeric priority, or a later array position when
priorities tie, consistent with the ordering contract in component.rs.
- Around line 100-104: Update the documentation link-check configuration or
relevant link-check inputs so the PII Redaction Configuration guide and PR `#512`
links in the known-issues release notes are included and validated by just
docs-linkcheck.
🪄 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: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Enterprise

Run ID: 231023d5-c8c5-4747-9d36-1d9827057fe3

📥 Commits

Reviewing files that changed from the base of the PR and between 396d04a and d2f6a69.

📒 Files selected for processing (3)
  • docs/about-nemo-relay/release-notes/highlights.mdx
  • docs/about-nemo-relay/release-notes/index.mdx
  • docs/about-nemo-relay/release-notes/known-issues.mdx
📜 Review details
⏰ Context from checks skipped due to timeout. (2)
  • GitHub Check: Check / Run
  • GitHub Check: Preview docs
🧰 Additional context used
📓 Path-based instructions (9)
**/*.mdx

📄 CodeRabbit inference engine (.agents/skills/review-doc-style/SKILL.md)

MDX top-of-file SPDX comments must use {/* ... */} delimiters instead of HTML comment delimiters (Must-Fix)

In MDX files, top-of-file comments must use JSX comment delimiters ({/* to open and */} to close); do not use HTML comments for MDX SPDX headers

Files:

  • docs/about-nemo-relay/release-notes/highlights.mdx
  • docs/about-nemo-relay/release-notes/index.mdx
  • docs/about-nemo-relay/release-notes/known-issues.mdx
**/*.{md,mdx}

📄 CodeRabbit inference engine (AGENTS.md)

Update README.md, fern/, package READMEs, and binding-support notes when public behavior, package names, examples, or supported bindings change.

**/*.{md,mdx}: Prefer the documented public API, not internal shortcuts
Keep package names, repo references, and build commands current
Keep release-process and release-notes guidance in repo-maintainer docs such as RELEASING.md, not as user-facing docs pages or CHANGELOG.md
Keep stable user-facing wrappers at scripts/ root in docs and examples; only point at namespaced helper paths when documenting internal maintenance work
When detailed dynamic plugin guides exist, keep Rust native plugin examples, Python worker plugin examples, and grpc-v1 protocol details on separate pages

If links in documentation change, run just docs-linkcheck.

Files:

  • docs/about-nemo-relay/release-notes/highlights.mdx
  • docs/about-nemo-relay/release-notes/index.mdx
  • docs/about-nemo-relay/release-notes/known-issues.mdx
**/*.{md,markdown,mdx}

📄 CodeRabbit inference engine (CONTRIBUTING.md)

Add the SPDX license header to all Markdown/MDX documentation files using the HTML comment block form.

Files:

  • docs/about-nemo-relay/release-notes/highlights.mdx
  • docs/about-nemo-relay/release-notes/index.mdx
  • docs/about-nemo-relay/release-notes/known-issues.mdx
docs/about-nemo-relay/release-notes/{index,highlights,known-issues}.mdx

📄 CodeRabbit inference engine (.agents/skills/draft-release-notes/SKILL.md)

docs/about-nemo-relay/release-notes/{index,highlights,known-issues}.mdx: Update only docs/about-nemo-relay/release-notes/index.mdx, docs/about-nemo-relay/release-notes/highlights.mdx, and docs/about-nemo-relay/release-notes/known-issues.mdx unless the release changes their route or entry points.
Preserve the existing MDX front matter and the JSX SPDX comment in the release-notes pages.

Files:

  • docs/about-nemo-relay/release-notes/highlights.mdx
  • docs/about-nemo-relay/release-notes/index.mdx
  • docs/about-nemo-relay/release-notes/known-issues.mdx
{docs,examples}/**/*

📄 CodeRabbit inference engine (.agents/skills/rename-surfaces/SKILL.md)

Update docs and examples.

Files:

  • docs/about-nemo-relay/release-notes/highlights.mdx
  • docs/about-nemo-relay/release-notes/index.mdx
  • docs/about-nemo-relay/release-notes/known-issues.mdx
**/*

📄 CodeRabbit inference engine (.agents/skills/validate-change/SKILL.md)

**/*: Format changed files with the language-native formatter before the final lint/test pass.
If dynamic plugin behavior changed, use maintain-dynamic-plugins and include the native SDK, worker protocol, Python SDK, docs, packaging, and Codecov surfaces in the validation plan.
If code changes alter APIs, bindings, commands, paths, packaging behavior, observability/adaptive semantics, or documented best practices, update any dependent maintainer or consumer skills in the same branch.
During iteration, prefer uv run pre-commit run --files <changed files...>.
Before review or handoff, run uv run pre-commit run --all-files.

Files:

  • docs/about-nemo-relay/release-notes/highlights.mdx
  • docs/about-nemo-relay/release-notes/index.mdx
  • docs/about-nemo-relay/release-notes/known-issues.mdx
docs/**/*

📄 CodeRabbit inference engine (.agents/skills/validate-change/SKILL.md)

If documentation examples or commands under docs/ change, run the targeted docs checks appropriate to the change.

Files:

  • docs/about-nemo-relay/release-notes/highlights.mdx
  • docs/about-nemo-relay/release-notes/index.mdx
  • docs/about-nemo-relay/release-notes/known-issues.mdx
{docs/**,README.md,CONTRIBUTING.md,RELEASING.md,SECURITY.md}

⚙️ CodeRabbit configuration file

{docs/**,README.md,CONTRIBUTING.md,RELEASING.md,SECURITY.md}: Review documentation for technical accuracy against the current API, command correctness, and consistency across language bindings.
Flag stale examples, missing SPDX headers where required, and instructions that no longer match CI or pre-commit behavior.

Files:

  • docs/about-nemo-relay/release-notes/highlights.mdx
  • docs/about-nemo-relay/release-notes/index.mdx
  • docs/about-nemo-relay/release-notes/known-issues.mdx
docs/about-nemo-relay/release-notes/known-issues.mdx

📄 CodeRabbit inference engine (.agents/skills/draft-release-notes/SKILL.md)

docs/about-nemo-relay/release-notes/known-issues.mdx: In known-issues.mdx, preserve every prior fixed-item bullet under release-labeled subsections; do not summarize, deduplicate, or omit it.
In known-issues.mdx, keep the complete fixed-item history recorded in earlier release-note pages.

Files:

  • docs/about-nemo-relay/release-notes/known-issues.mdx
🔇 Additional comments (4)
docs/about-nemo-relay/release-notes/highlights.mdx (1)

48-57: LGTM!

docs/about-nemo-relay/release-notes/index.mdx (1)

62-65: LGTM!

docs/about-nemo-relay/release-notes/known-issues.mdx (2)

84-99: LGTM!


107-119: LGTM!

Also applies to: 125-126

Comment thread docs/about-nemo-relay/release-notes/known-issues.mdx
Comment thread docs/about-nemo-relay/release-notes/known-issues.mdx
@willkill07 willkill07 self-assigned this Jul 21, 2026
@willkill07 willkill07 added this to the 0.6 milestone Jul 21, 2026
@github-actions

Copy link
Copy Markdown

@willkill07

Copy link
Copy Markdown
Member Author

/merge

@rapids-bot
rapids-bot Bot merged commit b34ca2d into NVIDIA:release/0.6 Jul 21, 2026
27 checks passed
@willkill07
willkill07 deleted the wkk_docs/relay-512-513-release-notes branch July 26, 2026 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation documentation-related size:S PR is small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants