Skip to content

Conversation

asyncapi-bot
Copy link
Contributor

@asyncapi-bot asyncapi-bot commented Sep 29, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@asyncapi/[email protected]

Minor Changes

  • 62d1eda: Introduced new WebSocket client template components in @asyncapi/generator-components:

Summary by CodeRabbit

  • Documentation

    • Updated changelog for version 0.3.0 of the components package, highlighting new WebSocket client template components and grouped features.
    • Removed an outdated changeset entry related to this release.
  • Chores

    • Bumped components package to 0.3.0.
    • Updated WebSocket client templates (Dart, Java Quarkus, JavaScript, Python) to use the latest components version.
  • Notes

    • No functional code changes in this PR; updates focus on release documentation and dependency alignment.

Copy link

coderabbitai bot commented Sep 29, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

Removes a changeset entry, adds a 0.3.0 changelog for @asyncapi/generator-components, bumps its package version to 0.3.0, and updates WebSocket client template packages to depend on @asyncapi/[email protected]. No source code changes.

Changes

Cohort / File(s) Summary of changes
Changeset cleanup
\.changeset/websocket-components.md
Removed changeset entry for the previously planned minor release.
Components package release
packages/components/CHANGELOG.md, packages/components/package.json
Added 0.3.0 changelog entry; bumped package version from 0.2.0 to 0.3.0.
WebSocket templates dependency bump
packages/templates/clients/websocket/dart/package.json, packages/templates/clients/websocket/java/quarkus/package.json, packages/templates/clients/websocket/javascript/package.json, packages/templates/clients/websocket/python/package.json
Updated dependency @asyncapi/generator-components from 0.2.0 to 0.3.0.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/master

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 62d1eda and 7b6d36f.

📒 Files selected for processing (7)
  • .changeset/websocket-components.md (0 hunks)
  • packages/components/CHANGELOG.md (1 hunks)
  • packages/components/package.json (1 hunks)
  • packages/templates/clients/websocket/dart/package.json (1 hunks)
  • packages/templates/clients/websocket/java/quarkus/package.json (1 hunks)
  • packages/templates/clients/websocket/javascript/package.json (1 hunks)
  • packages/templates/clients/websocket/python/package.json (1 hunks)

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Please see the documentation for more information.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


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

@asyncapi-bot asyncapi-bot merged commit 1da75d5 into master Sep 29, 2025
31 of 32 checks passed
@asyncapi-bot asyncapi-bot deleted the changeset-release/master branch September 29, 2025 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants