Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 0.5.1 #44

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Feb 22, 2025

Automated Release PR

0.5.1 (2025-04-10)

Full Changelog: v0.5.0...v0.5.1

Bug Fixes

  • api: improve type resolution when importing as a package (#66) (8aa007b)
  • client: fix TypeError with undefined File (#50) (1262a7b)
  • client: send X-Stainless-Timeout in seconds (#63) (dab2433)
  • client: send all configured auth headers (#68) (3ced793)
  • exports: ensure resource imports don't require /index (#57) (23166e6)
  • internal: add mts file + crypto shim types (#58) (716b94c)
  • internal: clean up undefined File test (#51) (e1e0fb5)
  • internal: return in castToError instead of throwing (#43) (2f70ad9)
  • mcp: remove unused tools.ts (#67) (65686bf)
  • tests: manually reset node:buffer File (#52) (2eded46)

Chores

  • client: make jsonl methods consistent with other streaming methods (#65) (62c4790)
  • client: move misc public files to new core/ directory, deprecate old paths (#62) (e4008c3)
  • client: only accept standard types for file uploads (#47) (cd888bc)
  • docs: improve docs for withResponse/asResponse (#54) (25092c5)
  • exports: cleaner resource index imports (#60) (0049aac)
  • exports: stop using path fallbacks (#61) (a9df2c1)
  • internal: add aliases for Record and Array (#64) (38e00c9)
  • internal: codegen related update (#55) (71a1bef)
  • internal: constrain synckit dev dependency (#49) (41da630)
  • internal: fix tests failing on node v18 (#48) (c1031bd)
  • internal: improve node 18 shims (726127a)
  • internal: minor client file refactoring (#59) (51d47fd)
  • internal: reduce CI branch coverage (e8cd029)
  • internal: remove extra empty newlines (#56) (6431dc9)
  • internal: remove unnecessary todo (#45) (bd9e536)
  • internal: upload builds and expand CI branch coverage (dbd4446)
  • tests: improve enum examples (#69) (af4a60a)
  • types: improved go to definition on fetchOptions (#53) (54a7db8)

Documentation

  • update URLs from stainlessapi.com to stainless.com (#46) (6450e47)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 7bee467 to bd9e536 Compare February 22, 2025 09:11
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 4be2622 to 6450e47 Compare February 28, 2025 04:06
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 1b55d71 to cd888bc Compare March 4, 2025 10:33
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 93a2516 to c1031bd Compare March 4, 2025 10:40
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from e26dfef to 41da630 Compare March 4, 2025 10:42
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from d86af4e to 1262a7b Compare March 4, 2025 10:44
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 933ebd6 to e1e0fb5 Compare March 4, 2025 10:46
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 8f8829d to 2eded46 Compare March 4, 2025 10:47
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 34bcf04 to 54a7db8 Compare March 5, 2025 10:43
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from ff89007 to 25092c5 Compare March 5, 2025 11:28
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from c134aae to 71a1bef Compare March 11, 2025 06:44
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 76de98d to 6431dc9 Compare March 14, 2025 04:40
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from d219af0 to 23166e6 Compare March 14, 2025 04:50
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 851f4a8 to 716b94c Compare March 15, 2025 04:08
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 9c1f9bb to 51d47fd Compare March 19, 2025 08:04
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from d25564e to 0049aac Compare March 20, 2025 04:51
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 2013522 to a9df2c1 Compare March 20, 2025 04:52
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 89c8998 to b79e1f2 Compare March 27, 2025 03:35
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 151b2e9 to e4008c3 Compare March 27, 2025 03:42
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from a0150fc to dab2433 Compare April 3, 2025 06:55
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 20b5e47 to 38e00c9 Compare April 3, 2025 07:21
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 36440ad to 62c4790 Compare April 4, 2025 08:18
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 9b42f76 to 8aa007b Compare April 4, 2025 08:29
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 07b9d58 to 65686bf Compare April 5, 2025 02:20
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 0a3af36 to 3ced793 Compare April 8, 2025 02:50
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 5d1678a to dbd4446 Compare April 10, 2025 02:36
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 7d45f44 to 726127a Compare April 10, 2025 02:38
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from bf57fd3 to e8cd029 Compare April 10, 2025 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants