Skip to content

v3.1.0

Compare
Choose a tag to compare
@stainless-bot stainless-bot released this 12 Jul 11:39

3.1.0 (2023-07-12)

Features

  • client: add support for passing a signal request option (#73) (268e403)
  • client: improve timeout handling to reuse agent (#66) (93f1971)
  • client: support passing a custom fetch function (#69) (7afb2cf)

Bug Fixes

  • client: properly handle multi-byte characters in Content-Length (#70) (0f3992a)
  • fix errors in package source files when users go to definition in VSCode (#65) (5df4494)
  • include README.md, LICENSE and CHANGELOG.md in published package (#62) (349b3f4)
  • support PromiseLike input to toFile (#64) (8f3c827)

Chores

  • internal: fix release please version config (#59) (dc04d72)

Refactors

  • improve streaming implementation (#63) (45fd9b8)

Documentation