Skip to content

Commit 116b6e4

Browse files
release: 0.43.0
1 parent c84d91b commit 116b6e4

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

.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.42.0"
2+
".": "0.43.0"
33
}

CHANGELOG.md

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

3+
## 0.43.0 (2026-08-17)
4+
5+
Full Changelog: [v0.42.0...v0.43.0](https://github.com/anthropics/anthropic-sdk-php/compare/v0.42.0...v0.43.0)
6+
7+
### Features
8+
9+
* **api:** additions to files and memory stores ([c84d91b](https://github.com/anthropics/anthropic-sdk-php/commit/c84d91b9856de3afdec3d14fc4496c6544ff2e98))
10+
11+
12+
### Bug Fixes
13+
14+
* **api:** remove unsupported mid_conv_system content block ([d0940d2](https://github.com/anthropics/anthropic-sdk-php/commit/d0940d24b94c87c9bd76b3b98ac623fc176880c9))
15+
* **client:** do not send schema defaults for omitted optional params ([070d76b](https://github.com/anthropics/anthropic-sdk-php/commit/070d76bb507e6da7606141691aeafa1a48c0fdfd))
16+
* **tool-runner:** forward the server-assigned container on follow-up requests ([#160](https://github.com/anthropics/anthropic-sdk-php/issues/160)) ([0a9497c](https://github.com/anthropics/anthropic-sdk-php/commit/0a9497c97accfd759dd108e419ac08b5861dc2b9))
17+
* **tool-runner:** stop on refusal instead of executing tools ([#144](https://github.com/anthropics/anthropic-sdk-php/issues/144)) ([70040a2](https://github.com/anthropics/anthropic-sdk-php/commit/70040a2a2bad16102fb9e369ba4efdd1bb532018))
18+
19+
20+
### Chores
21+
22+
* **deps:** bump mcp/sdk dev dependency ([f436e41](https://github.com/anthropics/anthropic-sdk-php/commit/f436e41041e1eedf50d48f837b145de577aa1925))
23+
324
## 0.42.0 (2026-08-13)
425

526
Full Changelog: [v0.41.0...v0.42.0](https://github.com/anthropics/anthropic-sdk-php/compare/v0.41.0...v0.42.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.42.0"
16+
composer require "anthropic-ai/sdk:^0.43.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.42.0';
8+
const VERSION = '0.43.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)