Skip to content

v0.4.0

Compare
Choose a tag to compare
@stainless-bot stainless-bot released this 19 Jun 20:18
4fdcf70

0.4.0 (2023-06-19)

⚠ BREAKING CHANGES

  • drop official support for EOL Node versions (Node 12, 13, 14, 15) (#18)
  • api: rename return reason enum member (#12)
  • change nested query parameters to be objects (#8)

Features

  • client: add support for specifying client-level default headers (#5) (609c71a)
  • api: add new endpoints + properties + enums (#9) (8fd90c4)

Bug Fixes

  • internal: improve stream cancellation handling of abort controllers (#17) (e8f15dd)

Chores

  • internal: improve SSE decoding of lines (#14) (74b9bdc)
  • internal: restructure core streaming implementation (#7) (b97964b)

Refactors

  • api: remove unused properties and enum members (#16) (51c8ab5)
  • change nested query parameters to be objects (#8) (fdcd3a4)
  • api: rename return reason enum member (#12) (51ba5d4)
  • docs: cleanup api.md response types (539848e)
  • move error type definitions to error.ts (#15) (e50a9a1)

Documentation

  • drop official support for EOL Node versions (Node 12, 13, 14, 15) (#18) (f3be71b)
  • point to github repo instead of email contact (#13) (72d7fef)
  • slight improvement to file uploads example (#10) (b134725)

Build System

  • add .github folder to .npmignore (#19) (a263289)