Skip to content

Releases: anthropics/anthropic-sdk-go

v0.2.0-alpha.2

17 Oct 18:43
Compare
Choose a tag to compare
v0.2.0-alpha.2 Pre-release
Pre-release

0.2.0-alpha.2 (2024-10-17)

Full Changelog: v0.2.0-alpha.1...v0.2.0-alpha.2

Features

  • move pagination package from internal to packages (#33) (ee3edb1)

Bug Fixes

  • beta: merge betas param with the default value (#32) (9191ae0)

Chores

v0.2.0-alpha.1

08 Oct 16:10
Compare
Choose a tag to compare
v0.2.0-alpha.1 Pre-release
Pre-release

0.2.0-alpha.1 (2024-10-08)

Full Changelog: v0.1.0-alpha.2...v0.2.0-alpha.1

Features

Bug Fixes

  • beta: pass beta header by default (#27) (c79ba68)

Refactors

v0.1.0-alpha.2

04 Oct 15:41
Compare
Choose a tag to compare
v0.1.0-alpha.2 Pre-release
Pre-release

0.1.0-alpha.2 (2024-10-04)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Features

Bug Fixes

  • requestconfig: copy over more fields when cloning (#17) (d5e7415)

Chores

Documentation

  • improve and reference contributing documentation (#21) (7288df1)
  • update CONTRIBUTING.md (#18) (dcfcbf8)

v0.1.0-alpha.1

14 Aug 19:02
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release

0.1.0-alpha.1 (2024-08-14)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

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

Documentation