Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Aug 13, 2025

Release preparation for v3.25.14. This PR includes the changeset and any necessary documentation updates.


Important

Prepare for v3.25.14 release with fixes for verbosity parameters, AWS Bedrock context, and request cancellation responsiveness.

  • Release Preparation:
    • Prepare for v3.25.14 release with changeset documentation in .changeset/v3.25.14.md.
  • Fixes:
    • Include verbosity parameter only for models that support it.
    • Move anthropic_beta to additionalModelRequestFields for AWS Bedrock 1M context.
    • Improve request cancellation responsiveness by reverting recent changes.

This description was created by Ellipsis for 1f7686a. You can customize this summary. It will automatically update as commits are pushed.

@mrubens mrubens requested review from cte and jr as code owners August 13, 2025 19:39
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. documentation Improvements or additions to documentation labels Aug 13, 2025
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Aug 13, 2025
@mrubens mrubens merged commit 4608558 into main Aug 13, 2025
10 checks passed
@mrubens mrubens deleted the release/v3.25.14 branch August 13, 2025 19:42
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Aug 13, 2025
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Aug 13, 2025
@roomote
Copy link
Contributor

roomote bot commented Aug 13, 2025

Thanks for the release preparation! A few observations for future releases:

Minor suggestions for improvement:

  1. PR/Issue References: Consider including PR or issue numbers for all fixes when possible. While Unrecognized request argument supplied: verbosity when switching to another OpenAI model from gpt-5-2025-08-07 #7054 is referenced for the verbosity parameter fix, the AWS Bedrock and request cancellation fixes could benefit from similar references for better traceability.

  2. Version Bump Process: I noticed the changeset was added but the version in src/package.json remains at 3.25.13. If this is handled automatically during the release process, that's perfect - just wanted to confirm this is intentional.

  3. Changeset Naming: The changeset file uses the version number directly (v3.25.14.md). The typical changeset convention uses descriptive names (e.g., fix-verbosity-bedrock-cancellation.md) with versions determined during release. This might be a deliberate choice for your workflow though.

Great work on properly crediting all contributors! The changeset format and documentation are clear and well-structured.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants