Skip to content

Releases: anthropics/anthropic-bedrock-python

v0.8.0

31 Jan 00:22
Compare
Choose a tag to compare

0.8.0 (2024-01-30)

Full Changelog: v0.7.0...v0.8.0

Features

  • client: support parsing custom response types (#135) (cf93842)

Chores

  • internal: cast type in mocked test (#136) (93f200f)
  • internal: enable ruff type checking misuse lint rule (#134) (5a9058e)
  • internal: support multipart data with overlapping keys (#132) (22ebd84)
  • internal: support pre-release versioning (#137) (e914eea)

v0.7.0

26 Jan 04:33
Compare
Choose a tag to compare

0.7.0 (2024-01-25)

Full Changelog: v0.6.0...v0.7.0

Features

  • client: enable follow redirects by default (#131) (aa95ff7)

Chores

v0.6.0

18 Jan 21:06
Compare
Choose a tag to compare

0.6.0 (2024-01-18)

Full Changelog: v0.5.9...v0.6.0

Features

  • client: add support for streaming raw responses (#118) (41a1aa3)

Bug Fixes

  • ci: ignore stainless-app edits to release PR title (#127) (662b250)

Chores

  • add write_to_file binary helper method (#120) (7ac6d5b)
  • client: improve debug logging for failed requests (#115) (9a53654)
  • internal: fix typing util function (#121) (78c1927)
  • internal: remove redundant client test (#122) (6403fe4)
  • internal: share client instances between all tests (#125) (d9aa8a1)
  • internal: speculative retry-after-ms support (#123) (e82e62e)
  • internal: updates to proxy helper (#119) (0383e44)
  • lazy load raw resource class properties (#124) (dea3b90)

Documentation

v0.5.9

08 Jan 21:06
Compare
Choose a tag to compare

0.5.9 (2024-01-08)

Full Changelog: v0.5.8...v0.5.9

Bug Fixes

  • client: correctly use custom http client auth (#110) (10ae9d4)

Chores

  • add .keep files for examples and custom code directories (#114) (de6bd21)
  • ci: run release workflow once per day (#101) (02e331a)
  • internal: add bin script (#107) (159d3d1)
  • internal: fix typos (#105) (4364c8e)
  • internal: loosen type var restrictions (#113) (c7bc3af)
  • internal: minor utils restructuring (#104) (00c3491)
  • internal: replace isort with ruff (#111) (0193bb6)
  • internal: use ruff instead of black for formatting (#109) (4bc28b0)
  • package: bump minimum typing-extensions to 4.7 (#106) (50227fd)
  • streaming: update constructor to use direct client names (#103) (2d162ef)
  • use property declarations for resource members (#112) (0704047)

v0.5.8

13 Dec 18:07
Compare
Choose a tag to compare

0.5.8 (2023-12-12)

Full Changelog: v0.5.7...v0.5.8

Bug Fixes

  • avoid leaking memory when Client.with_options is used (#97) (5d33836)
  • errors: properly assign APIError.body (#96) (e81848f)

Chores

Refactors

v0.5.7

06 Dec 02:02
Compare
Choose a tag to compare

0.5.7 (2023-12-06)

Full Changelog: v0.5.6...v0.5.7

Bug Fixes

  • bump default request timeout to 10min to match documentation (#88) (fc85322)
  • client: correct base_url setter implementation (#84) (6983847)
  • client: ensure retried requests are closed (#80) (3f28ec8)

Chores

  • internal: remove unused file (#83) (aa0ed40)
  • internal: replace string concatenation with f-strings (#82) (e3545db)
  • package: lift anyio v4 restriction (#85) (8879c77)

v0.5.6

29 Nov 15:07
Compare
Choose a tag to compare

0.5.6 (2023-11-29)

Full Changelog: v0.5.5...v0.5.6

Chores

v0.5.5

27 Nov 14:06
Compare
Choose a tag to compare

0.5.5 (2023-11-24)

Full Changelog: v0.5.4...v0.5.5

Chores

  • internal: revert recent options change (#73) (ddff306)
  • internal: send more detailed x-stainless headers (#75) (654604e)

v0.5.4

23 Nov 06:10
Compare
Choose a tag to compare

0.5.4 (2023-11-23)

Full Changelog: v0.5.3...v0.5.4

Chores

v0.5.3

22 Nov 00:23
Compare
Choose a tag to compare

0.5.3 (2023-11-21)

Full Changelog: v0.5.2...v0.5.3

Bug Fixes

  • client: attempt to parse unknown json content types (#67) (b9a9ef4)

Chores

  • client: improve copy method (#69) (f5294f2)
  • package: add license classifier metadata (#70) (c34cb2a)