Skip to content

Commit 1bd2898

Browse files
release: 0.9.0
1 parent ee2528d commit 1bd2898

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.0"
2+
".": "0.9.0"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## 0.9.0 (2026-03-31)
4+
5+
Full Changelog: [v0.8.0...v0.9.0](https://github.com/anthropics/anthropic-sdk-php/compare/v0.8.0...v0.9.0)
6+
7+
### Features
8+
9+
* add error type field to APIStatusException ([#457](https://github.com/anthropics/anthropic-sdk-php/issues/457)) ([c889d8e](https://github.com/anthropics/anthropic-sdk-php/commit/c889d8eecf7d30f2aac3bc5f28b8dac432c0df80))
10+
* support API key auth in Bedrock ([#490](https://github.com/anthropics/anthropic-sdk-php/issues/490)) ([ee2528d](https://github.com/anthropics/anthropic-sdk-php/commit/ee2528d911f74d4f36350721b942631c0c5677cf))
11+
12+
13+
### Bug Fixes
14+
15+
* exclude `parsed` from TextBlock serialization ([#466](https://github.com/anthropics/anthropic-sdk-php/issues/466)) ([f3053e5](https://github.com/anthropics/anthropic-sdk-php/commit/f3053e5f176af541cc99cdd350b7ae0b290285d4)), closes [#465](https://github.com/anthropics/anthropic-sdk-php/issues/465)
16+
17+
18+
### Chores
19+
20+
* **internal:** update multipart form array serialization ([12b1028](https://github.com/anthropics/anthropic-sdk-php/commit/12b1028e833591f5f6200ef270b10b3ccd516520))
21+
* **tests:** bump steady to v0.19.4 ([f257675](https://github.com/anthropics/anthropic-sdk-php/commit/f2576756157ef641eabde7ca7fd29e2bbb07c6d0))
22+
* **tests:** bump steady to v0.19.5 ([dea677e](https://github.com/anthropics/anthropic-sdk-php/commit/dea677e19633ec6dd470cd549ea08aca0c550043))
23+
* **tests:** bump steady to v0.19.6 ([c708ab5](https://github.com/anthropics/anthropic-sdk-php/commit/c708ab5a667e0ada2b013a7d942c87aed7cf67c0))
24+
* **tests:** bump steady to v0.19.7 ([88d31c8](https://github.com/anthropics/anthropic-sdk-php/commit/88d31c86b45d33b6144bb8c4097270a0eff24ffb))
25+
* **tests:** bump steady to v0.20.1 ([e9324d3](https://github.com/anthropics/anthropic-sdk-php/commit/e9324d32a329a8c629ebe7e584c66d5dcdf51c5b))
26+
* **tests:** bump steady to v0.20.2 ([0f9de36](https://github.com/anthropics/anthropic-sdk-php/commit/0f9de36e291580262f1ddc30d36209c4f4f2bda1))
27+
328
## 0.8.0 (2026-03-18)
429

530
Full Changelog: [v0.7.0...v0.8.0](https://github.com/anthropics/anthropic-sdk-php/compare/v0.7.0...v0.8.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Full documentation is available at **[platform.claude.com/docs/en/api/sdks/php](
1313
<!-- x-release-please-start-version -->
1414

1515
```sh
16-
composer require "anthropic-ai/sdk:^0.8.0"
16+
composer require "anthropic-ai/sdk:^0.9.0"
1717
```
1818

1919
<!-- x-release-please-end -->

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
namespace Anthropic;
66

77
// x-release-please-start-version
8-
const VERSION = '0.8.0';
8+
const VERSION = '0.9.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)