Skip to content

release: 2.3.2#236

Merged
sarahcstringer merged 2 commits intomainfrom
release-please--branches--main--changes--next--components--writer-sdk
Oct 3, 2025
Merged

release: 2.3.2#236
sarahcstringer merged 2 commits intomainfrom
release-please--branches--main--changes--next--components--writer-sdk

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Oct 3, 2025

Automated Release PR

2.3.2 (2025-10-03)

Full Changelog: v2.3.2-rc.2...v2.3.2


This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@sarahcstringer sarahcstringer changed the title release: 2.3.2-rc.3 release: 2.3.2 Oct 3, 2025
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Oct 3, 2025

Release version edited manually

The Pull Request version has been manually set to 2.3.2 and will be used for the release.

If you instead want to use the version number 2.3.2-rc.3 generated from conventional commits, just remove the label autorelease: custom version from this Pull Request.

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--writer-sdk branch from 36b9f89 to 51f28aa Compare October 3, 2025 20:12
Copy link

@pullrequest pullrequest bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HackerOne Code Security Review

🟢 Scan Complete: 2 Issue(s)
🟢 Validation Complete: Any Issues detected were validated by one of our engineers. None were determined to require immediate action.

Here's how the code changes were interpreted and info about the tools used for scanning.

📖 Summary of Changes The project has been updated from version 2.3.2-rc.2 to the final release version 2.3.2. This change involves removing the release candidate suffix across multiple configuration and source files, including the manifest, changelog, package.json, and version tracking files. The modifications appear to be consistent version updates without additional code changes.
File Summary
.release-please-manifest.json The version number changed from "2.3.2-rc.2" to "2.3.2", removing the release candidate (rc) suffix and indicating a final release version.
CHANGELOG.md The changelog now includes a new version 2.3.2, which was previously not present. The main change is the addition of the 2.3.2 version header and associated changelog entries.
package.json The version number changed from "2.3.2-rc.2" to "2.3.2", removing the release candidate (-rc.2) suffix, indicating a final release version.
packages/mcp-server/package.json The version number changed from "2.3.2-rc.2" to "2.3.2", removing the release candidate suffix while keeping all other package configuration details identical.
packages/mcp-server/src/server.ts The version number in the newMcpServer function was changed from '2.3.2-rc.2' to '2.3.2', removing the release candidate suffix. No other changes were observed in the file.
src/version.ts The version string was updated from '2.3.2-rc.2' to '2.3.2', removing the release candidate suffix.
ℹ️ Issues Detected

NOTE: These may not require action!

Below are unvalidated results from the Analysis Tools that ran during the latest scan for transparency. We investigate each of these for accuracy and relevance before surfacing them as a potential problem.

How will I know if something is a problem?
When validation completes, any concerns that warrant attention prior to merge will be posted as inline comments. These will show up in 2 ways:

  • Expert review (most cases): Issues will be posted by experts who manually reviewed and validated them. These are real HackerOne engineers (not bots) reviewing through an integrated IDE-like tool. You can communicate with them like any other reviewer. They'll stay assigned and get notified with commit & comment updates.
  • Automatically: In cases where our validation checks have highest confidence the problem is legitimate and urgent. These will include a description of contextual reasoning why & actionable next steps.
File & Line Issue
CHANGELOG.md Line 3 No security issues found in the changes. This is a changelog file documenting version history and changes, which doesn't contain executable code or sensitive information.
packages/mcp-server/src/server.ts Line 37 The version number has been updated from '2.3.2-rc.2' to '2.3.2'. This is not a security vulnerability.
🧰 Analysis tools - [ ✅ ] [HackerOne AI Code Analysis](https://www.pullrequest.com/blog/harnessing-ai-to-pinpoint-security-hotspots-in-code-review-a-deep-dive/) - [ ✅ ] [HackerOne AI Code Validation](https://www.hackerone.com/blog/ai-triage-code-validation-security) - [ ✅ ] [semgrep](https://semgrep.dev?&utm_source=hackerone&utm_campaign=pullrequest) - [ ✅ ] rubocop

⏱️ Latest scan covered changes up to commit 51f28aa (latest)

Copy link

@pullrequest pullrequest bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HackerOne Code Security Review

🟢 Scan Complete: 2 Issue(s)
🟠 Validation Complete: One or more Issues looked potentially actionable, so this was escalated to our network of engineers for manual review. Once this is complete you'll see an update posted.

Here's how the code changes were interpreted and info about the tools used for scanning.

📖 Summary of Changes The project has been updated from version 2.3.2-rc.2 to the final release version 2.3.2. This change involves removing the release candidate suffix across multiple configuration and source files, including the manifest, changelog, package.json, and version tracking files. The modifications appear to be consistent version updates without additional code changes.
File Summary
.release-please-manifest.json The version number changed from "2.3.2-rc.2" to "2.3.2", removing the release candidate (rc) suffix and indicating a final release version.
CHANGELOG.md The changelog now includes a new version 2.3.2, which was previously not present. The main change is the addition of the 2.3.2 version header and associated changelog entries.
package.json The version number changed from "2.3.2-rc.2" to "2.3.2", removing the release candidate (-rc.2) suffix, indicating a final release version.
packages/mcp-server/package.json The version number changed from "2.3.2-rc.2" to "2.3.2", removing the release candidate suffix while keeping all other package configuration details identical.
packages/mcp-server/src/server.ts The version number in the newMcpServer function was changed from '2.3.2-rc.2' to '2.3.2', removing the release candidate suffix. No other changes were observed in the file.
src/version.ts The version string was updated from '2.3.2-rc.2' to '2.3.2', removing the release candidate suffix.
ℹ️ Issues Detected

NOTE: These may not require action!

Below are unvalidated results from the Analysis Tools that ran during the latest scan for transparency. We investigate each of these for accuracy and relevance before surfacing them as a potential problem.

How will I know if something is a problem?
When validation completes, any concerns that warrant attention prior to merge will be posted as inline comments. These will show up in 2 ways:

  • Expert review (most cases): Issues will be posted by experts who manually reviewed and validated them. These are real HackerOne engineers (not bots) reviewing through an integrated IDE-like tool. You can communicate with them like any other reviewer. They'll stay assigned and get notified with commit & comment updates.
  • Automatically: In cases where our validation checks have highest confidence the problem is legitimate and urgent. These will include a description of contextual reasoning why & actionable next steps.
File & Line Issue
CHANGELOG.md Line 3 No security issues found in the changes. This is a changelog file documenting version history and changes, which doesn't contain executable code or sensitive information.
packages/mcp-server/src/server.ts Line 37 The version number has been updated from '2.3.2-rc.2' to '2.3.2'. This is not a security vulnerability.
🧰 Analysis tools - [ ✅ ] [HackerOne AI Code Analysis](https://www.pullrequest.com/blog/harnessing-ai-to-pinpoint-security-hotspots-in-code-review-a-deep-dive/) - [ ✅ ] [HackerOne AI Code Validation](https://www.hackerone.com/blog/ai-triage-code-validation-security) - [ ✅ ] [semgrep](https://semgrep.dev?&utm_source=hackerone&utm_campaign=pullrequest) - [ ✅ ] rubocop

⏱️ Latest scan covered changes up to commit 51f28aa (latest)

@sarahcstringer sarahcstringer merged commit 1d33517 into main Oct 3, 2025
11 checks passed
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Oct 3, 2025

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.

1 participant