Skip to content

Releases: anthropics/anthropic-sdk-go

v0.2.0-alpha.8

19 Dec 21:07
Compare
Choose a tag to compare
v0.2.0-alpha.8 Pre-release
Pre-release

0.2.0-alpha.8 (2024-12-19)

Full Changelog: v0.2.0-alpha.7...v0.2.0-alpha.8

Bug Fixes

  • bedrock: handle exceptions messages in bedrock stream (7786f8f)

Chores

v0.2.0-alpha.7

17 Dec 20:41
Compare
Choose a tag to compare
v0.2.0-alpha.7 Pre-release
Pre-release

0.2.0-alpha.7 (2024-12-17)

Full Changelog: v0.2.0-alpha.6...v0.2.0-alpha.7

Bug Fixes

  • vertex: remove anthropic_version deletion for token counting (15987ac)

v0.2.0-alpha.6

17 Dec 15:53
Compare
Choose a tag to compare
v0.2.0-alpha.6 Pre-release
Pre-release

0.2.0-alpha.6 (2024-12-17)

Full Changelog: v0.2.0-alpha.5...v0.2.0-alpha.6

Features

  • api: general availability updates (#74) (0c19b86)
  • vertex: add support for token counting (86e085b)

Bug Fixes

  • messages: correct batch params type (2a39e4b)
  • replace MessageParamContentUnion with ContentBlockParamUnion to fix go script (#70) (5d32a5f)
  • tests: correct input schema type (6514952)

Chores

Documentation

  • examples: use claude 3 sonnet more (c02fdac)

v0.2.0-alpha.5

01 Dec 01:39
Compare
Choose a tag to compare
v0.2.0-alpha.5 Pre-release
Pre-release

0.2.0-alpha.5 (2024-12-01)

Full Changelog: v0.2.0-alpha.4...v0.2.0-alpha.5

Bug Fixes

  • api: escape key values when encoding maps (#56) (fa49eb8)
  • client: no panic on missing BaseURL (#61) (7438b15)
  • correct required fields for flattened unions (#59) (735c07c)
  • forward error and close for bedrock decoder (#66) (5f6f6fd)
  • types: remove anthropic-instant-1.2 model (#57) (23fbc37)

Chores

  • api: update spec version (#62) (1526051)
  • ci: remove unneeded workflow (#55) (0181fc2)
  • fix references to content block param types (dea6478)
  • tests: limit array example length (#64) (9fb231b)

Documentation

Refactors

  • sort fields for squashed union structs (#51) (a9874d1)

v0.2.0-alpha.4

04 Nov 18:35
Compare
Choose a tag to compare
v0.2.0-alpha.4 Pre-release
Pre-release

0.2.0-alpha.4 (2024-11-04)

Full Changelog: v0.2.0-alpha.3...v0.2.0-alpha.4

Features

  • api: add message token counting & PDFs support (#45) (775de6d)
  • api: add new haiku model (#48) (8cb9d59)

Bug Fixes

  • types: add missing token-counting-2024-11-01 (#47) (bc46a6e)
  • types: correct claude-3-5-haiku-20241022 name (#50) (f0016bb)

Chores

v0.2.0-alpha.3

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

0.2.0-alpha.3 (2024-10-22)

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

Features

  • api: add new model and computer-use-2024-10-22 beta (#37) (a520abe)

Chores

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