Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 8.3 KB

File metadata and controls

80 lines (54 loc) · 8.3 KB

Changelog

0.1.0-alpha.3 (2025-04-05)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Features

  • add SKIP_BREW env var to ./scripts/bootstrap (#33) (27ce482)
  • client: accept RFC6838 JSON content types (#34) (4d8f4ce)
  • client: improve logging (#20) (4818115)

Bug Fixes

  • api: improve type resolution when importing as a package (#43) (a39fa23)
  • client: fix export map for index exports, accept BunFile (#18) (7d38d98)
  • client: fix TypeError with undefined File (#28) (2bc2cb6)
  • client: send X-Stainless-Timeout in seconds (#41) (a050b32)
  • internal: add mts file + crypto shim types (#36) (9861197)
  • internal: clean up undefined File test (#29) (313a6f7)
  • internal: return in castToError instead of throwing (#22) (50b5b64)
  • mcp: remove unused tools.ts (#44) (c246dec)
  • tests: manually reset node:buffer File (#30) (8211340)

Chores

  • client: move misc public files to new core/ directory, deprecate old paths (#40) (7c40d45)
  • client: only accept standard types for file uploads (#25) (c5e8df8)
  • docs: improve docs for withResponse/asResponse (#32) (71c7c33)
  • exports: cleaner resource index imports (#38) (989d3b5)
  • exports: stop using path fallbacks (#39) (353feba)
  • internal: add aliases for Record and Array (#42) (2e1bebb)
  • internal: codegen related update (#16) (a0b504c)
  • internal: constrain synckit dev dependency (#27) (c5d034a)
  • internal: fix devcontainers setup (#21) (bdccc24)
  • internal: fix tests failing on node v18 (#26) (ca13c87)
  • internal: fix tests not always being type checked (#19) (7f7be64)
  • internal: minor client file refactoring (#37) (9a5740b)
  • internal: remove extra empty newlines (#35) (69a769b)
  • internal: remove unnecessary todo (#23) (43587fa)
  • internal: remove unused method (#13) (676a868)
  • internal: update eslint config (#17) (c41e942)
  • types: improved go to definition on fetchOptions (#31) (4d59d92)

Documentation

  • update URLs from stainlessapi.com to stainless.com (#24) (8e0ab12)

0.1.0-alpha.2 (2025-02-06)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

⚠ BREAKING CHANGES

  • client: uri encode path parameters (#11)

Bug Fixes

  • client: uri encode path parameters (#11) (7c32167)

0.1.0-alpha.1 (2025-02-05)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

Chores