Skip to content

Latest commit

 

History

History
199 lines (105 loc) · 11.2 KB

File metadata and controls

199 lines (105 loc) · 11.2 KB

Changelog

1.7.3 (2025-04-10)

Full Changelog: v1.7.2...v1.7.3

Bug Fixes

Chores

  • internal: reduce CI branch coverage (9b0b3fe)
  • internal: upload builds and expand CI branch coverage (b38336a)

1.7.2 (2025-04-04)

Full Changelog: v1.7.1...v1.7.2

Bug Fixes

Chores

  • internal: add aliases for Record and Array (#108) (6eba380)

1.7.1 (2025-03-27)

Full Changelog: v1.7.0...v1.7.1

Bug Fixes

  • avoid type error in certain environments (#102) (ab5c2cb)

Chores

  • exports: cleaner resource index imports (#99) (22c1a45)
  • exports: stop using path fallbacks (#101) (471d276)

1.7.0 (2025-03-19)

Full Changelog: v1.6.0...v1.7.0

Features

1.6.0 (2025-03-17)

Full Changelog: v1.5.2...v1.6.0

Features

1.5.2 (2025-03-17)

Full Changelog: v1.5.1...v1.5.2

Features

  • add SKIP_BREW env var to ./scripts/bootstrap (#87) (3a37d85)
  • client: accept RFC6838 JSON content types (#89) (0980a7d)

Bug Fixes

  • exports: ensure resource imports don't require /index (#91) (16677fe)

Chores

  • internal: remove extra empty newlines (#90) (d6c962d)

1.5.1 (2025-02-22)

Full Changelog: v1.5.0...v1.5.1

Chores

  • internal: fix devcontainers setup (#83) (c2eaa52)

1.5.0 (2025-02-22)

Full Changelog: v1.4.1...v1.5.0

Features

1.4.1 (2025-02-14)

Full Changelog: v1.4.0...v1.4.1

Bug Fixes

  • client: fix export map for index exports (#77) (49dd675)

1.4.0 (2025-02-05)

Full Changelog: v1.3.0...v1.4.0

Features

  • client: send X-Stainless-Timeout header (#74) (97732ca)

1.3.0 (2025-01-27)

Full Changelog: v1.2.3...v1.3.0

Features

1.2.3 (2025-01-22)

Full Changelog: v1.2.2...v1.2.3

Bug Fixes

Chores

Documentation

1.2.2 (2024-12-17)

Full Changelog: v1.2.0...v1.2.2

Chores

  • internal: bump cross-spawn to v7.0.6 (#55) (bb1a77d)
  • internal: codegen related update (#57) (c897c09)
  • internal: update isAbsoluteURL (#58) (d4200be)

1.2.0 (2024-12-02)

Full Changelog: v1.1.1...v1.2.0

Features

1.1.1 (2024-12-01)

Full Changelog: v1.1.0...v1.1.1

Features

  • internal: make git install file structure match npm (#45) (7c6debc)

Chores

  • rebuild project due to codegen change (#38) (b3aa2e6)
  • rebuild project due to codegen change (#40) (491d090)
  • rebuild project due to codegen change (#41) (9a81cd6)
  • rebuild project due to codegen change (#42) (79b58de)
  • remove redundant word in comment (#44) (f724edc)

Documentation

  • remove suggestion to use npm call out (#43) (2668cbd)

1.1.0 (2024-10-08)

Full Changelog: v1.0.2...v1.1.0

Features

  • api: OpenAPI spec update via Stainless API (#33) (916f53a)
  • api: OpenAPI spec update via Stainless API (#36) (88bc72b)

Chores