Skip to content

release: 0.7.0 - #28

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

release: 0.7.0#28
kriptoburak merged 3 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.2...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 AccountConnectionAttempt service, RadarRecommendation in Compose, and typed RadarItem.Metadata

  • Adds AccountConnectionAttemptService (blocking and async) exposing GET /x/account-connection-attempts/{id}, with full request params, polymorphic response type, and loopback test server support.
  • Adds radarRecommendations: List<RadarRecommendation> to ComposeCreateResponse.ComposePrepareResult, including typed accessors, builder setters, validation, and equality/hash/toString support.
  • Reworks RadarItem.Metadata from a generic map to a typed model with explicit fields (author, contentUrl, score, sourceFormat, etc.) and a new nested SourceFormat enum; the previous @JsonCreator map constructor is disabled.
  • Makes totpSecret a required field in AccountCreateParams and AccountCreateParams.Body; build() now throws if it is absent.
  • Removes all typed fields (id, createdAt, health, status, xUserId, xUsername) from AccountCreateResponse, leaving only additionalProperties.
  • Risk: AccountCreateResponse typed getters are removed — callers reading those fields will break. AccountCreateParams builds without totpSecret now throw at runtime.

Macroscope summarized 167bc71.

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

Your trial has ended. Reactivate Greptile to resume code reviews.

@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from ccb1303 to 167bc71 Compare July 29, 2026 14:15

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

Your trial has ended. Reactivate Greptile to resume code reviews.

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

@kriptoburak
kriptoburak merged commit fa76285 into main Jul 29, 2026
18 checks passed
@stainless-app

stainless-app Bot commented Jul 29, 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.

1 participant