Skip to content

release: 0.10.1 - #26

Open
stainless-app[bot] wants to merge 2 commits into
mainfrom
release-please--branches--main--changes--next
Open

release: 0.10.1#26
stainless-app[bot] wants to merge 2 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.10.1 (2026-08-01)

Full Changelog: v0.10.0...v0.10.1


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


Summary by cubic

Release 0.10.1: bump version refs and fix the client to send the current package version in the X-Stainless-Package-Version header; update CHANGELOG.md, .release-please-manifest.json, and README install line for xquik/x-twitter-scraper.

Written for commit 8f465c8. Summary will update on new commits.

Review in cubic

Note

Release version 0.10.1 and fix X-Stainless-Package-Version header to use VERSION constant

  • Bumps VERSION from 0.10.0 to 0.10.1 in Version.php
  • Fixes Client.__construct to send the X-Stainless-Package-Version header using the VERSION constant instead of the hardcoded string '0.4.0'
  • Adds a test assertion in ClientTest.php verifying the header value matches VERSION

Macroscope summarized 8f465c8.

Summary by CodeRabbit

  • Release
    • Released version 0.10.1.
    • Updated installation instructions to reference the latest package version.
    • Added changelog details and release comparison information.

@coderabbitai

coderabbitai Bot commented Aug 1, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The release metadata, runtime version constant, README installation command, and changelog now target package version 0.10.1.

Changes

Release version update

Layer / File(s) Summary
Align release version references
.release-please-manifest.json, src/Version.php, README.md, CHANGELOG.md
The package version is updated to 0.10.1 in release metadata, runtime code, and the Composer installation example. The changelog includes the 0.10.1 release entry.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: furkanerday, kriptoburak

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the primary change: releasing version 0.10.1.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main--changes--next

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@src/Version.php`:
- Line 12: Update the package-version value used by the
X-Stainless-Package-Version header in Client.php, replacing the hard-coded 0.4.0
with the VERSION constant from Version.php so it reflects the current release.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 67c76c85-0a91-41a9-bdf0-e0ea2c7c63b2

📥 Commits

Reviewing files that changed from the base of the PR and between 98dc6e6 and e6a69bb.

📒 Files selected for processing (4)
  • .release-please-manifest.json
  • CHANGELOG.md
  • README.md
  • src/Version.php

Comment thread src/Version.php
Signed-off-by: kriptoburak <kriptoburak@users.noreply.github.com>
@kriptoburak
kriptoburak enabled auto-merge (squash) August 1, 2026 04:34

@kriptoburak kriptoburak left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Audited and validated. The 0.10.1 release now emits the canonical package version header with regression coverage. The full Composer check, dependency audit, and reproducibility gate pass.

@furkanerday furkanerday left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This automated release PR is outside the required release-only scope and its release notes do not describe the shipped behavior. src/Client.php:164 changes runtime request-header behavior and tests/ClientTest.php:49 adds its regression assertion; those runtime/test changes must be handled in a separate non-release PR, not appended to a release-please branch. CHANGELOG.md:3-5 is also only a compare link and omits the package-version-header fix that the current 0.10.1 artifact would contain. Please separate the runtime/test commit, then regenerate the release PR and release metadata from the resulting history. The fix itself is correct and DCO-signed, and required checks, licensing, dependency audit, signing, and reproducibility are green, but the current release contents and changelog cannot be approved.

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