Releases: anthropics/anthropic-bedrock-python
Releases · anthropics/anthropic-bedrock-python
v0.8.0
v0.7.0
v0.6.0
0.6.0 (2024-01-18)
Full Changelog: v0.5.9...v0.6.0
Features
Bug Fixes
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
0.5.9 (2024-01-08)
Full Changelog: v0.5.8...v0.5.9
Bug Fixes
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
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
- internal: enable more lint rules (#94) (89ecfb9)
- internal: reformat imports (#91) (dbe9399)
- internal: reformat imports (#93) (df2fd4c)
- internal: update formatting (#92) (df7365f)
- internal: update test examples (#98) (efffacd)