Skip to content

release: 0.7.0 - #30

Merged
kriptoburak merged 4 commits into
mainfrom
release-please--branches--main--changes--next
Jul 30, 2026
Merged

release: 0.7.0#30
kriptoburak merged 4 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.7.0 (2026-07-29)

Full Changelog: v0.6.1...v0.7.0

Features


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

Note

Release 0.7.0 with new AccountConnectionAttempts endpoint and required totp_secret on account create

  • Adds a new AccountConnectionAttemptsResource with a retrieve(id) method returning a union response (AccountConnectionAttemptRetrieveResponse) covering pending, success, failed, and challenge states.
  • Makes totp_secret a required parameter on AccountsResource.create (previously optional) and changes the return type from AccountCreateResponse to object; the AccountCreateResponse model is removed.
  • Adds radar_recommendations field to ComposePrepareResult and introduces a structured Metadata model in RadarItem replacing the previous Dict[str, object].
  • Adds optional cookies_obtained_at field to the XAccount model.
  • Risk: AccountsResource.create callers that omit totp_secret or expect AccountCreateResponse will break.

Macroscope summarized d7de626.

@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from e3b5665 to e74a569 Compare July 29, 2026 14:15
@kriptoburak
kriptoburak requested a review from furkanerday July 29, 2026 14:33
@kriptoburak
kriptoburak enabled auto-merge (squash) July 29, 2026 14:33

@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.

Verified the public X account connection contract, generated client behavior, and green checks. Initial connections require TOTP, reauthentication can reuse the saved secret, and connection-attempt polling matches the API.

@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.

Reviewed the complete generated release diff against the deployed OpenAPI contract, including required TOTP input, connection-attempt variants, public type changes, version/changelog/lockfile updates, tests, dependency and license gates, reproducibility, and all required checks. The pre-1.0 compatibility changes are disclosed in the PR and the current checks are green.

@kriptoburak
kriptoburak merged commit e58c595 into main Jul 30, 2026
15 checks passed
@stainless-app

stainless-app Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

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