release: 0.10.1 - #26
Conversation
📝 WalkthroughWalkthroughThe release metadata, runtime version constant, README installation command, and changelog now target package version ChangesRelease version update
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
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
📒 Files selected for processing (4)
.release-please-manifest.jsonCHANGELOG.mdREADME.mdsrc/Version.php
Signed-off-by: kriptoburak <kriptoburak@users.noreply.github.com>
kriptoburak
left a comment
There was a problem hiding this comment.
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
left a comment
There was a problem hiding this comment.
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.
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 forxquik/x-twitter-scraper.Written for commit 8f465c8. Summary will update on new commits.
Note
Release version 0.10.1 and fix
X-Stainless-Package-Versionheader to useVERSIONconstantVERSIONfrom0.10.0to0.10.1in Version.phpClient.__constructto send theX-Stainless-Package-Versionheader using theVERSIONconstant instead of the hardcoded string'0.4.0'VERSIONMacroscope summarized 8f465c8.
Summary by CodeRabbit