Skip to content

Releases: anthropics/anthropic-bedrock-typescript

v0.6.5

31 Jan 00:22
Compare
Choose a tag to compare

0.6.5 (2024-01-30)

Full Changelog: v0.6.4...v0.6.5

Chores

  • internal: support pre-release versioning (#77) (b96f745)

v0.6.4

26 Jan 04:33
Compare
Choose a tag to compare

0.6.4 (2024-01-25)

Full Changelog: v0.6.3...v0.6.4

Chores

  • internal: add internal helpers & improve build scripts (#73) (d12b655)
  • internal: don't re-export streaming type (#76) (92fb967)
  • internal: minor streaming updates (#75) (73bac4c)

v0.6.3

19 Jan 06:07
Compare
Choose a tag to compare

0.6.3 (2024-01-19)

Full Changelog: v0.6.2...v0.6.3

Bug Fixes

  • allow body type in RequestOptions to be null (#71) (a04f753)

v0.6.2

18 Jan 21:06
Compare
Choose a tag to compare

0.6.2 (2024-01-18)

Full Changelog: v0.6.1...v0.6.2

Bug Fixes

  • ci: ignore stainless-app edits to release PR title (#70) (c3a058c)
  • headers: always send lowercase headers and strip undefined (BREAKING in rare cases) (#60) (9cc4518)
  • types: accept undefined for optional client options (#69) (cf597f6)
  • use default base url if BASE_URL env var is blank (#64) (134bf8f)

Chores

  • add .keep files for examples and custom code directories (#63) (0064f30)
  • internal: debug logging for retries; speculative retry-after-ms support (#68) (e6a95f6)
  • internal: improve type signatures (#62) (6e24bdc)
  • internal: narrow type into stringifyQuery (#65) (443febf)

Documentation

  • fix missing async in readme code sample (#67) (a6d20eb)
  • readme: improve api reference (#66) (f90bbaf)

v0.6.1

22 Dec 01:29
Compare
Choose a tag to compare

0.6.1 (2023-12-20)

Full Changelog: v0.6.0...v0.6.1

Chores

Documentation

Refactors

Build System

v0.6.0

06 Dec 02:02
Compare
Choose a tag to compare

0.6.0 (2023-12-06)

Full Changelog: v0.5.2...v0.6.0

Features

  • client: support reading the base url from an env variable (#43) (783e9a1)

Bug Fixes

  • bump default request timeout to 10min to match documentation (#47) (16d2d96)

v0.5.2

29 Nov 15:07
Compare
Choose a tag to compare

0.5.2 (2023-11-28)

Full Changelog: v0.5.1...v0.5.2

v0.5.1

27 Nov 14:06
Compare
Choose a tag to compare

0.5.1 (2023-11-24)

Full Changelog: v0.5.0...v0.5.1

Chores

  • internal: remove file import and conditionally run prepare (#39) (546295e)

v0.5.0

22 Nov 00:23
Compare
Choose a tag to compare

0.5.0 (2023-11-21)

Full Changelog: v0.4.1...v0.5.0

Features

  • allow installing package directly from github (#37) (758b62f)

Chores

v0.4.1

16 Nov 01:31
Compare
Choose a tag to compare

0.4.1 (2023-11-14)

Full Changelog: v0.4.0...v0.4.1

Chores