Skip to content

release: 0.98.0#1457

Open
stainless-app[bot] wants to merge 14 commits intomainfrom
release-please--branches--main--changes--next
Open

release: 0.98.0#1457
stainless-app[bot] wants to merge 14 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app Bot commented Apr 27, 2026

Automated Release PR

0.98.0 (2026-04-30)

Full Changelog: v0.97.0...v0.98.0

Features

  • api: improve Managed Agents APIs (7faf393)
  • support setting headers via env (52eb8cd)

Bug Fixes

  • streaming: propagate stop_details from message_delta onto accumulated Message (#1725) (900dd9b)
  • use correct field name format for multipart file arrays (8350bdc)
  • vertex: async client missing us/eu multi-region base_url branches (#1734) (3e78f71)

Chores

  • internal: reformat pyproject.toml (5a9d5fd)

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

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Apr 27, 2026

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/anthropic-python/5a9d5fd106c52643b87881d341b27dc7b12d5975/anthropic-0.97.0-py3-none-any.whl'

Expires at: Sat, 30 May 2026 21:04:59 GMT
Updated at: Thu, 30 Apr 2026 21:04:59 GMT

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 80c82e6 to 5349321 Compare April 28, 2026 05:59
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 5349321 to eb8fee6 Compare April 28, 2026 14:52
@stainless-app stainless-app Bot changed the title release: 0.97.1 release: 0.98.0 Apr 28, 2026
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch 2 times, most recently from 1cde5ce to f3cf09c Compare April 29, 2026 05:58
stainless-app Bot added 2 commits April 29, 2026 14:27
- Filter sessions by attached memory store: GET /v1/sessions accepts a new
  optional `memory_store_id` query param
- BetaListUserProfilesResponse always returns `next_page` (now non-nullable
  in SDK types)
- Allow `max_tokens: 0` on message creation (previously rejected as below
  minimum)
- Rename "BYOC" to "self-hosted" in environment config docs
- Improve SDK reference docs: human-readable method summaries (e.g.
  "Delete a memory store"), richer parameter and field descriptions, and
  fuller enum docs across the managed-agents-memory beta
- CLI: accept `id` as an alias for memory-store, memory, agent, session,
  vault, environment, and credential identifiers on update commands for
  easier piping from stdin
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from f3cf09c to f426319 Compare April 29, 2026 14:28
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from f426319 to 39f4cbb Compare April 29, 2026 16:10
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 39f4cbb to 5bb2e69 Compare April 29, 2026 18:22
…s (#1734)

Mirrors the us/eu region branches from the sync AnthropicVertex into
AsyncAnthropicVertex.__init__. Previously these regions fell through to
the generic fallback and built {region}-aiplatform.googleapis.com, which
returns 404 from the GCP URL router.

Adds matching unit tests on TestAsyncAnthropicVertex to mirror the
existing sync test pattern.

Picked up from #1406 (Alex Toberoff).
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from eaae668 to b61884b Compare April 30, 2026 16:31
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from b61884b to d37bda4 Compare April 30, 2026 17:22
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from d37bda4 to b70f259 Compare April 30, 2026 17:30
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from b70f259 to 7a9258d Compare April 30, 2026 21:04
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.

Async methods NOT working with US/EU regions on Vertex AI - Gets 404 on endpoints

1 participant