Skip to content

Latest commit

 

History

History
122 lines (73 loc) · 8.81 KB

File metadata and controls

122 lines (73 loc) · 8.81 KB

Changelog

1.0.0-rc.7 (2025-03-27)

Full Changelog: v1.0.0-rc.6...v1.0.0-rc.7

Features

  • api: finish renaming of HTTPBearer to apiKey (#41) (29a151d)

1.0.0-rc.6 (2025-03-27)

Full Changelog: v1.0.0-rc.5...v1.0.0-rc.6

Features

Bug Fixes

  • internal: add mts file + crypto shim types (#33) (7ab8e1d)

Chores

  • client: move misc public files to new core/ directory, deprecate old paths (#39) (80f0087)
  • docs: Update GRID app URL (78f283f)
  • exports: cleaner resource index imports (#35) (d8cbc61)
  • exports: stop using path fallbacks (#36) (3ec3190)
  • internal: codegen related update (#31) (93391a0)
  • internal: minor client file refactoring (#34) (f45db71)
  • internal: remove extra empty newlines (#32) (7128673)

Documentation

  • Explain how to use the API key (3f67855)

1.0.0-rc.5 (2025-03-07)

Full Changelog: v1.0.0-rc.4...v1.0.0-rc.5

Features

1.0.0-rc.4 (2025-03-07)

Full Changelog: v1.0.0-rc.3...v1.0.0-rc.4

Features

1.0.0-rc.3 (2025-03-05)

Full Changelog: v1.0.0-rc.2...v1.0.0-rc.3

Features

1.0.0-rc.2 (2025-03-05)

Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2

Chores

  • docs: improve docs for withResponse/asResponse (#13) (cb86142)
  • types: improved go to definition on fetchOptions (#11) (109b57f)

Documentation

  • Remove banner now we're no longer in alpha (0664e6c)

1.0.0-rc.1 (2025-03-04)

Full Changelog: v0.0.1-alpha.0...v1.0.0-rc.1

Features

  • api: update via SDK Studio (ed2532d)
  • api: update via SDK Studio (825bb76)
  • api: update via SDK Studio (e115347)
  • client: improve logging (569a132)

Bug Fixes

  • client: fix export map for index exports, accept BunFile (123347c)
  • client: fix TypeError with undefined File (#7) (fc96af3)
  • internal: clean up undefined File test (#8) (75aeb76)
  • internal: return in castToError instead of throwing (84a1528)
  • tests: manually reset node:buffer File (#9) (445f5e0)

Chores

  • client: only accept standard types for file uploads (#4) (1a5ed95)
  • go live (#1) (6dbcfca)
  • internal: constrain synckit dev dependency (#6) (8aa8e5e)
  • internal: fix devcontainers setup (1bbe689)
  • internal: fix tests failing on node v18 (#5) (7b714ab)
  • internal: fix tests not always being type checked (3252195)
  • internal: migrate to eslint v9 (8783aac)
  • internal: remove unnecessary todo (48fa154)
  • internal: remove unused method (6db2175)
  • internal: update eslint config (46d9569)
  • update SDK settings (#3) (e849939)

Documentation

  • update URLs from stainlessapi.com to stainless.com (05b3ff0)