Skip to content

Commit eef48f3

Browse files
release: 1.64.0
1 parent 5c105da commit eef48f3

4 files changed

Lines changed: 22 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-
".": "1.63.1"
2+
".": "1.64.0"
33
}

CHANGELOG.md

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

3+
## 1.64.0 (2026-08-17)
4+
5+
Full Changelog: [v1.63.1...v1.64.0](https://github.com/anthropics/anthropic-sdk-go/compare/v1.63.1...v1.64.0)
6+
7+
### Features
8+
9+
* **api:** additions to files and memory stores ([5c105da](https://github.com/anthropics/anthropic-sdk-go/commit/5c105daf4a37f0731775cbd7ec273d54b743ad40))
10+
11+
12+
### Bug Fixes
13+
14+
* **api:** remove unsupported mid_conv_system content block ([bced0f9](https://github.com/anthropics/anthropic-sdk-go/commit/bced0f9ac92c24943141bb3b12c93b3bd4f6416e))
15+
* **tool-runner:** forward the server-assigned container on follow-up requests ([#277](https://github.com/anthropics/anthropic-sdk-go/issues/277)) ([860620c](https://github.com/anthropics/anthropic-sdk-go/commit/860620c47a6a38bb6156321e29faa9fd4462c0b1))
16+
17+
18+
### Chores
19+
20+
* **internal:** remove leftover prism references ([a1d9eab](https://github.com/anthropics/anthropic-sdk-go/commit/a1d9eabf77975e8242f5b7623e202abae7547fe5))
21+
322
## 1.63.1 (2026-08-13)
423

524
Full Changelog: [v1.63.0...v1.63.1](https://github.com/anthropics/anthropic-sdk-go/compare/v1.63.0...v1.63.1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Or explicitly add the dependency:
2929
<!-- x-release-please-start-version -->
3030

3131
```sh
32-
go get -u 'github.com/anthropics/anthropic-sdk-go@v1.63.1'
32+
go get -u 'github.com/anthropics/anthropic-sdk-go@v1.64.0'
3333
```
3434

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

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "1.63.1" // x-release-please-version
5+
const PackageVersion = "1.64.0" // x-release-please-version

0 commit comments

Comments
 (0)