Releases: anthropics/anthropic-sdk-go
Releases · anthropics/anthropic-sdk-go
v0.1.0-alpha.2
v0.1.0-alpha.1
0.1.0-alpha.1 (2024-08-14)
Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1
Features
- api: add prompt caching beta (#11) (78f8c72)
- publish (5ff0ff8)
- simplify system prompt (#3) (cd3fcef)
- simplify system prompt (#4) (85e1b34)
Bug Fixes
- deserialization of struct unions that implement json.Unmarshaler (#6) (a883a3a)
- handle nil pagination responses when HTTP status is 200 (#2) (2bb2325)
- message accumulation with union content block (09457cb)
Chores
- add back custom code (106c404)
- bump Go to v1.21 (#7) (928ed50)
- ci: bump prism mock server version (#5) (0b326c6)
- examples: minor formatting changes (#8) (4195c55)
Documentation
- add examples to README (df47298)