Skip to content

release: 0.54.0#65

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

release: 0.54.0#65
stainless-app[bot] wants to merge 32 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app

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

Copy link
Copy Markdown
Contributor

Automated Release PR

0.54.0 (2026-07-22)

Full Changelog: v0.53.0...v0.54.0

Features

Bug Fixes

  • internal: resolve build failures (a3e6d1f)

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 v0.54.0 with typed SSE streaming responses and new API parameters

  • Multiple streaming methods (stream_citations_v2, stream_query_fanouts, stream_sentiment_v2, stream_visibility_v2, stream_answers_v2, stream_scores, stream_claims) now return typed Stream/AsyncStream objects with structured Pydantic response models instead of None.
  • Several query response types (citations, sentiment, visibility, fanouts, factcheck) are replaced with structured Pydantic models instead of Dict[str, object] aliases.
  • New parameters added: entity for citations endpoints, domain_id/tags and agents metric for bots report, product_key dimension for shopping, order_by for category prompts listing, and verbose for agent run retrieval.
  • RunRetrieveResponse gains an optional steps: List[Step] field exposing per-node execution details when verbose=True.
  • Behavioral Change: callers previously expecting None from streaming methods must now close the returned stream via .response.close() / .response.aclose().

Macroscope summarized be96ee5.

@stainless-app

stainless-app Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/profound-python/edd5fb6d807dd72234eeda6f0effddbed4086c9e/profound-0.53.0-py3-none-any.whl'

Expires at: Thu, 20 Aug 2026 22:40:18 GMT
Updated at: Tue, 21 Jul 2026 22:40:18 GMT

@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from d3d2620 to 94240c7 Compare July 13, 2026 21:18
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 94240c7 to d5db3ec Compare July 13, 2026 22:17
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from d5db3ec to 40a0f75 Compare July 14, 2026 15:18
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 40a0f75 to 6605de6 Compare July 14, 2026 16:18
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 6605de6 to c4f3c85 Compare July 14, 2026 17:18
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from c4f3c85 to ef28744 Compare July 14, 2026 18:18
@stainless-app stainless-app Bot changed the title release: 0.53.1 release: 0.54.0 Jul 14, 2026
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from ef28744 to 0af2dc5 Compare July 14, 2026 18:18
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 0af2dc5 to a1847dc Compare July 14, 2026 22:18
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from a1847dc to 16dfe55 Compare July 16, 2026 00:18
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 16dfe55 to 2045e98 Compare July 16, 2026 14:18
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 2045e98 to ebaa283 Compare July 16, 2026 15:18
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from ebaa283 to c658455 Compare July 17, 2026 17:24
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from c658455 to 8bd367b Compare July 17, 2026 18:08
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 2dcb774 to 7d49f9d Compare July 17, 2026 22:18
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 7d49f9d to 26d687d Compare July 20, 2026 19:45
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 26d687d to 1399422 Compare July 20, 2026 20:17
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 1399422 to 2271278 Compare July 20, 2026 22:09
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 2271278 to 2284b80 Compare July 20, 2026 22:18
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 2284b80 to 4869cd5 Compare July 21, 2026 14:18
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 4869cd5 to 40aefab Compare July 21, 2026 21:11
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 40aefab to 70e9835 Compare July 21, 2026 21:17
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 70e9835 to 83a4f3b Compare July 21, 2026 21:22
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 83a4f3b to d672d3b Compare July 21, 2026 22:18
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from d672d3b to 66cb516 Compare July 21, 2026 22:40
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 66cb516 to 31e9c5b Compare July 21, 2026 23:18
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 31e9c5b to 936ea99 Compare July 22, 2026 03:18
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 936ea99 to 1f3dc37 Compare July 22, 2026 14:18
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 1f3dc37 to be96ee5 Compare July 22, 2026 15:18
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.

0 participants