Skip to content

Bump AsyncAPI - #109

Merged
jayvdb merged 2 commits into
mainfrom
bump-asyncapi
Aug 8, 2026
Merged

Bump AsyncAPI#109
jayvdb merged 2 commits into
mainfrom
bump-asyncapi

Conversation

@jayvdb

@jayvdb jayvdb commented Aug 8, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Improvements

    • AsyncAPI specifications are now generated with complete payload schemas and canonical references.
    • ONNX model information is displayed more consistently when loading model files.
    • WebSocket schema documentation has been clarified.
  • Bug Fixes

    • Improved test fixture initialization for metrics-related scenarios.
  • Developer Experience

    • Added an alternative command alias for running the test suite.
    • Updated project guidance and validation rules to improve documentation consistency.

@coderabbitai

coderabbitai Bot commented Aug 8, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c4883f29-78a2-42be-af00-250d3cbd676e

📥 Commits

Reviewing files that changed from the base of the PR and between f4c50b3 and 49e02ee.

⛔ Files ignored due to path filters (2)
  • Cargo.lock is excluded by !**/*.lock
  • generated/specs/ws.yaml is excluded by !**/generated/**
📒 Files selected for processing (9)
  • .mise/config.toml
  • CLAUDE.md
  • Cargo.toml
  • config/ast-grep/rules/doc-summary-ends-with-period.yaml
  • libs/edge-toolkit/src/ws.rs
  • libs/otlp-mock/tests/metrics.rs
  • utilities/int-gen/src/asyncapi.rs
  • utilities/int-gen/src/error.rs
  • utilities/onnx/src/main.rs
💤 Files with no reviewable changes (1)
  • utilities/int-gen/src/error.rs

📝 Walkthrough

Walkthrough

The pull request updates workspace dependencies and related API integrations. It removes AsyncAPI post-processing, updates ONNX model loading, adds a test-task alias, expands a documentation rule allowlist, and adds comment guidance.

Changes

Dependency and toolchain alignment

Layer / File(s) Summary
Dependency and API compatibility
Cargo.toml, libs/edge-toolkit/src/ws.rs, libs/otlp-mock/tests/metrics.rs
Workspace dependencies and OpenTelemetry features are updated. Schema documentation removes the dependency version suffix. Metrics fixtures initialize unspecified AnyValue fields by default.
AsyncAPI generation flow
utilities/int-gen/src/asyncapi.rs, utilities/int-gen/src/error.rs
build_spec no longer performs payload slimming or $defs reference rewriting. The obsolete missing-node error variant is removed.
Tooling and repository guidance
utilities/onnx/src/main.rs, config/ast-grep/rules/doc-summary-ends-with-period.yaml, .mise/config.toml, CLAUDE.md
The ONNX utility loads and prints models through onnx_extractor::Model. The task alias, rule allowlist, and comment guidance are updated.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Possibly related PRs

Suggested reviewers: pierre-tenedero

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the primary change: updating AsyncAPI-related dependencies and integration behavior.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.
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 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bump-asyncapi

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.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics -19 complexity · 0 duplication

Metric Results
Complexity -19
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@deepsource-io

deepsource-io Bot commented Aug 8, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in f4c50b3...49e02ee on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Coverage  

Code Review Summary

Analyzer Status Updated (UTC) Details
C# Aug 8, 2026 1:40a.m. Review ↗
C & C++ Aug 8, 2026 1:40a.m. Review ↗
Docker Aug 8, 2026 1:40a.m. Review ↗
Java Aug 8, 2026 1:40a.m. Review ↗
JavaScript Aug 8, 2026 1:40a.m. Review ↗
Python Aug 8, 2026 1:40a.m. Review ↗
Rust Aug 8, 2026 1:40a.m. Review ↗
Secrets Aug 8, 2026 1:40a.m. Review ↗
Code coverage Aug 8, 2026 2:12a.m. Review ↗

Code Coverage Summary

Language Line Coverage (Overall)
Aggregate
58.1%
[▼ down 0.3% from main]
Python
89.1%
Rust
55.6%
[▼ down 0.3% from main]

➟ Additional coverage metrics may have been reported. See full coverage report ↗


Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@codecov

codecov Bot commented Aug 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@jayvdb
jayvdb marked this pull request as ready for review August 8, 2026 02:39
@jayvdb
jayvdb requested a review from pierre-tenedero August 8, 2026 02:39
@jayvdb
jayvdb merged commit 330ad4d into main Aug 8, 2026
34 of 35 checks passed
@jayvdb
jayvdb deleted the bump-asyncapi branch August 8, 2026 09:57
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.

2 participants