Skip to content

chore: Publish release/20250626-247050#278

Merged
jackshen310 merged 1 commit into
mainfrom
release/20250626-247050
Jun 27, 2025
Merged

chore: Publish release/20250626-247050#278
jackshen310 merged 1 commit into
mainfrom
release/20250626-247050

Conversation

@jackshen310
Copy link
Copy Markdown
Collaborator

@jackshen310 jackshen310 commented Jun 26, 2025

Summary by CodeRabbit

  • New Features

    • Introduced a settings component with API integration.
    • Added a WebRTC demo.
    • Added support for Coze Simultaneous Interpretation.
  • Bug Fixes

    • Removed RTC access URLs in the test environment.
    • Published the rtc-test feature branch.
  • Chores

    • Updated changelogs and incremented package versions.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 26, 2025

Walkthrough

This change removes multiple JSON changelog metadata files from the common/changes directory and updates the changelog and version files for @coze/api and @coze/realtime-api. The changelogs now summarize recent features and fixes, and the package versions are incremented accordingly.

Changes

Files Change Summary
common/changes/@coze/api/.json
common/changes/@coze/realtime-api/
.json
Deleted JSON changelog metadata files documenting minor and patch updates for both packages.
packages/coze-js/CHANGELOG.json
packages/coze-js/CHANGELOG.md
Added new changelog entries for version 1.3.3, summarizing settings component and WebRTC demo.
packages/coze-js/package.json Incremented @coze/api version from 1.3.2 to 1.3.3.
packages/realtime-api/CHANGELOG.json
packages/realtime-api/CHANGELOG.md
Added changelog entries for version 1.3.1, detailing WebRTC demo, Simultaneous Interpretation, and fixes.
packages/realtime-api/package.json Incremented @coze/realtime-api version from 1.3.0 to 1.3.1.

Possibly related PRs

  • coze-dev/coze-js#277: Implements the settings component and API integration in the realtime-websocket example, which corresponds to the metadata removed in this PR.
  • coze-dev/coze-js#205: Manages changelog metadata files for earlier minor and patch updates to @coze/api, similar in nature to this PR.

Suggested reviewers

  • DingGao-Devin

Poem

In the warren of changelogs, we sweep and renew,
Old JSON footprints, we bid you adieu.
New features are listed, versions now climb,
Settings and WebRTC, all right on time!
With a hop and a skip, our history’s neat—
🐇 Changelog carrots, so tidy and sweet!


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 73136c3 and 35c34db.

📒 Files selected for processing (15)
  • common/changes/@coze/api/feat-login_2025-06-25-04-07.json (0 hunks)
  • common/changes/@coze/api/feat-rtc_2025-06-17-16-41.json (0 hunks)
  • common/changes/@coze/api/feat-rtc_2025-06-24-02-27.json (0 hunks)
  • common/changes/@coze/realtime-api/feat-rtc-test_2025-06-16-13-34.json (0 hunks)
  • common/changes/@coze/realtime-api/feat-rtc-test_2025-06-17-08-09.json (0 hunks)
  • common/changes/@coze/realtime-api/feat-rtc_2025-06-17-16-41.json (0 hunks)
  • common/changes/@coze/realtime-api/feat-rtc_2025-06-24-02-27.json (0 hunks)
  • common/changes/@coze/realtime-api/feat-rtc_2025-06-24-02-35.json (0 hunks)
  • common/changes/@coze/realtime-api/feat-rtc_2025-06-26-10-22.json (0 hunks)
  • packages/coze-js/CHANGELOG.json (1 hunks)
  • packages/coze-js/CHANGELOG.md (1 hunks)
  • packages/coze-js/package.json (1 hunks)
  • packages/realtime-api/CHANGELOG.json (1 hunks)
  • packages/realtime-api/CHANGELOG.md (1 hunks)
  • packages/realtime-api/package.json (2 hunks)
💤 Files with no reviewable changes (9)
  • common/changes/@coze/api/feat-rtc_2025-06-17-16-41.json
  • common/changes/@coze/api/feat-login_2025-06-25-04-07.json
  • common/changes/@coze/api/feat-rtc_2025-06-24-02-27.json
  • common/changes/@coze/realtime-api/feat-rtc_2025-06-26-10-22.json
  • common/changes/@coze/realtime-api/feat-rtc-test_2025-06-17-08-09.json
  • common/changes/@coze/realtime-api/feat-rtc_2025-06-24-02-27.json
  • common/changes/@coze/realtime-api/feat-rtc_2025-06-24-02-35.json
  • common/changes/@coze/realtime-api/feat-rtc_2025-06-17-16-41.json
  • common/changes/@coze/realtime-api/feat-rtc-test_2025-06-16-13-34.json
🧰 Additional context used
🧠 Learnings (4)
packages/coze-js/package.json (1)
Learnt from: huntye1
PR: coze-dev/coze-js#25
File: codecov.yml:4-8
Timestamp: 2024-11-12T09:27:06.509Z
Learning: In the `coze-js` project, when configuring `codecov.yml`, prefer using default settings initially for stability unless there's a specific need to change them.
packages/coze-js/CHANGELOG.md (1)
Learnt from: huntye1
PR: coze-dev/coze-js#25
File: codecov.yml:4-8
Timestamp: 2024-11-12T09:27:06.509Z
Learning: In the `coze-js` project, when configuring `codecov.yml`, prefer using default settings initially for stability unless there's a specific need to change them.
packages/coze-js/CHANGELOG.json (1)
Learnt from: huntye1
PR: coze-dev/coze-js#25
File: codecov.yml:4-8
Timestamp: 2024-11-12T09:27:06.509Z
Learning: In the `coze-js` project, when configuring `codecov.yml`, prefer using default settings initially for stability unless there's a specific need to change them.
packages/realtime-api/CHANGELOG.json (1)
Learnt from: DingGao-Devin
PR: coze-dev/coze-js#104
File: packages/chat-sdk/src/pages/chat/index.tsx:37-41
Timestamp: 2025-02-24T03:34:17.077Z
Learning: The file `packages/chat-sdk/src/pages/chat/index.tsx` is a test implementation and doesn't require production-level improvements.
⏰ Context from checks skipped due to timeout of 90000ms (2)
  • GitHub Check: Node.js v20 (ubuntu-latest)
  • GitHub Check: Analyze (javascript-typescript)
🔇 Additional comments (6)
packages/realtime-api/package.json (1)

3-3: Version bump is consistent with the accompanying CHANGELOG entry
No issues spotted; the new 1.3.1 tag aligns with the documented features/fixes.

packages/coze-js/package.json (1)

3-3: Package version correctly incremented to 1.3.3
Matches the new changelog section and keeps workspace dependencies unchanged.

packages/realtime-api/CHANGELOG.md (1)

3-14: Changelog entry reads clearly and follows the existing format
New features and bug-fix items are succinct; date matches package.json.

packages/coze-js/CHANGELOG.md (1)

3-10: New 1.3.3 section is well-structured
Content mirrors the JSON changelog and package.json update.

packages/coze-js/CHANGELOG.json (1)

4-18: JSON changelog updated correctly
Minor entries accurately reflect the two new features; timestamp and version are aligned with other artifacts.

packages/realtime-api/CHANGELOG.json (1)

4-25: SemVer bump looks off – features listed under a patch release should trigger a minor version

The 1.3.1 entry lists two clear feature additions (“Add WebRTC demo”, “Coze Simultaneous Interpretation”). Under strict SemVer this warrants a minor-level bump (1.4.0) rather than a patch (1.3.1). Shipping new functionality under a patch may break downstream tooling that relies on SemVer semantics (e.g. caret ranges ^1.3.x).

Please double-check whether the version should be 1.4.0 (or move those items to patch if they’re bug-fixes/enhancements only) before publishing.


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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


shenxiaojie.316 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@jackshen310 jackshen310 enabled auto-merge June 26, 2025 12:33
@jackshen310 jackshen310 added this pull request to the merge queue Jun 27, 2025
Merged via the queue into main with commit 591dce2 Jun 27, 2025
7 of 8 checks passed
@jackshen310 jackshen310 deleted the release/20250626-247050 branch June 27, 2025 07:19
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.

3 participants