Skip to content

release: 0.7.0#19

Merged
stainless-app[bot] merged 24 commits intomainfrom
release-please--branches--main--changes--next
Mar 16, 2026
Merged

release: 0.7.0#19
stainless-app[bot] merged 24 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app bot commented Feb 23, 2026

Automated Release PR

0.7.0 (2026-03-16)

Full Changelog: v0.6.0...v0.7.0

Features

  • add beta tool runner (#324) (57a3df6)
  • add structured output helpers for messages (#302) (a8685fc)
  • api: chore(config): clean up model enum list (#31) (c9b776b)
  • api: GA thinking-display-setting (00fc5a5)
  • tests: update mock server (97fdd5b)

Bug Fixes

  • client: update thinking config from enabled to adaptive and remove budgetTokens (#401) (12e8e41)
  • remove broken methods (13776b6)
  • restore x-release-please-start-version markers in README (#320) (1052efc)

Chores

  • internal: codegen related update (9e16dc8)
  • internal: codegen related update (03f7bb7)
  • internal: upgrade phpunit (ac75d97)
  • tests: unskip tests that are now supported in steady (319997a)

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 bot and others added 7 commits February 20, 2026 18:59
* chore(internal): php cs fixer should not be memory limited

* feat: use `$_ENV` aware getenv helper

* feat: add Bedrock client (#273)

* Add Bedrock client

* Add Bedrock streaming support

* Support counting tokens

* Replace magic number with constant

* Adapt implementation to latest changes

* feat: add Vertex client (#264)

* Add Vertex client

* Add streaming support

* Add Vertex model cases

* Adapt implementation to latest changes

* merge

---------

Co-authored-by: dogisgreat <git@bigly.dog>

* feat(api): Release Claude Opus 4.6, adaptive thinking, and other features

* chore: add usage sections for the Bedrock and Vertex clients (#303)

* Add usage sections for the Bedrock and Vertex clients

* Update README for Bedrock and Vertex

* chore: integrate latest API updates into Bedrock and Vertex clients (#308)

* chore: add exception message to `Util::getenv()` and add tests (#309)

* feat: add Foundry client (#307)

* Add Foundry client

* Limit models to those Foundry supports

See https://platform.claude.com/docs/en/build-with-claude/claude-in-microsoft-foundry#api-model-ids-and-deployments

* Add link to supported Foundry models

* feat: warn when thinking is enabled for certain models (#305)

* feat(api): add support for speed mode

* fix(ci): use correct GitHub URL for Packagist notification (#14)

The Packagist update-package API was using www.github.com which doesn't
match the repository URL registered on Packagist (github.com without www).
This caused the v0.5.0 release workflow to fail with a 404 error.

* codegen metadata

* codegen metadata

* chore(client): update model name

* codegen metadata

* fix: add type declaration to avoid lint error (#311)

* feat(api): Releasing claude-sonnet-4-6

Releasing claude-sonnet-4-6 and GAing advanced tool use features.

* fix(api): fix spec errors

* feat(api): manual updates

Makes new tool versions available as top level tool types:
- WebSearchTool_20260209
- WebFetchTool_20260209
- ServerToolCaller_20260120
- CodeExecutionTool_20260120

Enables new code execution version `code_execution_20260120` as an 'allowed_caller'.

* docs: streamline and standardize docs (#313)

* docs: streamline README, centralize documentation at docs.anthropic.com

Full documentation for the PHP SDK is now available at
https://docs.anthropic.com/en/api/sdks/php.

The README now focuses on getting started quickly. To suggest
improvements to the documentation, see CONTRIBUTING.md.

* docs: update getting started example to use Opus 4.6

* docs: replace "Anthropic API" with "Claude API"

* docs: address PR review — rename to Claude SDK, update URLs to platform.claude.com

* fix: restore x-release-please-start-version markers in README

The release-please version automation markers were accidentally removed
in efc3d16 (docs: streamline and standardize docs). This restores the
<!-- x-release-please-start-version --> and <!-- x-release-please-end -->
markers around the composer require command in the Installation section,
so that release-please can automatically update the version string.

* chore: remove accidentally committed worktree files

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: Jérôme Gamez <jerome@gamez.name>
Co-authored-by: dogisgreat <git@bigly.dog>
Co-authored-by: Cameron McAteer <246350779+cameron-mcateer@users.noreply.github.com>
Co-authored-by: Marie Vachovsky <marie@anthropic.com>
@stainless-app stainless-app bot requested a review from a team as a code owner February 23, 2026 16:35
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 3 times, most recently from 646f489 to 1688930 Compare February 25, 2026 05:27
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1688930 to 78fc35c Compare February 25, 2026 19:18
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 78fc35c to 2ee0ce7 Compare February 25, 2026 19:39
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 3 times, most recently from d2e5650 to b5ad216 Compare February 27, 2026 05:21
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b5ad216 to 7ddbb74 Compare February 27, 2026 10:02
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 5 times, most recently from 62f4efd to e9c8ac9 Compare March 3, 2026 05:21
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 96bb393 to 1374d46 Compare March 4, 2026 19:47
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 2 times, most recently from 9ca6e64 to 58c783b Compare March 5, 2026 05:19
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 5 times, most recently from 31f8765 to 3e2ee38 Compare March 9, 2026 05:25
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 4 times, most recently from e11ff4e to 319e23a Compare March 12, 2026 05:22
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 5 times, most recently from 35276c2 to e2efc59 Compare March 16, 2026 05:34
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e2efc59 to 11363cb Compare March 16, 2026 16:30
@stainless-app stainless-app bot merged commit 3e50d3c into main Mar 16, 2026
5 checks passed
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app bot commented Mar 16, 2026

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.

4 participants