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.1.0-alpha.18 #66

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

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Jan 28, 2025

Automated Release PR

0.1.0-alpha.18 (2025-03-14)

Full Changelog: v0.1.0-alpha.17...v0.1.0-alpha.18

⚠ BREAKING CHANGES

  • client: uri encode path parameters (#72)

Features

  • add SKIP_BREW env var to ./scripts/bootstrap (#92) (04fcfb8)
  • client: accept RFC6838 JSON content types (#93) (2d9c17d)
  • client: improve logging (#79) (344d664)
  • client: send X-Stainless-Timeout header (#71) (861184e)

Bug Fixes

  • client: fix export map for index exports, accept BunFile (#76) (3c86845)
  • client: fix TypeError with undefined File (#87) (f712ff1)
  • client: uri encode path parameters (#72) (161de71)
  • exports: ensure resource imports don't require /index (#95) (9a94183)
  • internal: clean up undefined File test (#88) (e01791a)
  • internal: return in castToError instead of throwing (#81) (9e2c68d)
  • tests: manually reset node:buffer File (#89) (3da1ac2)

Chores

  • client: detect node and deno timeout errors (#69) (b61f88b)
  • client: handle expo fetch abort errors (#68) (ab3a65b)
  • client: only accept standard types for file uploads (#84) (5311571)
  • docs: improve docs for withResponse/asResponse (#91) (0e6d878)
  • internal: add explicit export type modifier (#67) (15888af)
  • internal: codegen related update (#74) (aa8d0fe)
  • internal: codegen related update (#78) (843d32f)
  • internal: constrain synckit dev dependency (#86) (88ce03d)
  • internal: fix devcontainers setup (#80) (5b73626)
  • internal: fix tests failing on node v18 (#85) (4aa4e67)
  • internal: fix tests not always being type checked (#77) (bdf4826)
  • internal: remove extra empty newlines (#94) (9b8c286)
  • internal: remove unnecessary todo (#82) (096c6fe)
  • internal: remove unused isRequestOptions() function (#70) (ea62ef5)
  • internal: update eslint config (#75) (957a48e)
  • types: improved go to definition on fetchOptions (#90) (4652f7b)
  • types: remove type-level dependency on some platform specifics (#65) (7da0b05)

Documentation

  • update URLs from stainlessapi.com to stainless.com (#83) (f1b7512)

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

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from 7a36862 to 15888af Compare January 30, 2025 06:00
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from ed258ab to ab3a65b Compare January 31, 2025 04:50
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from 2df7108 to b61f88b Compare January 31, 2025 04:52
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from eb10625 to ea62ef5 Compare February 5, 2025 04:37
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from 2565043 to 861184e Compare February 5, 2025 04:38
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from 36ed442 to 161de71 Compare February 6, 2025 06:53
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from 7e7fc55 to aa8d0fe Compare February 13, 2025 09:55
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from be4846b to 957a48e Compare February 14, 2025 09:07
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from 88b53a8 to 3c86845 Compare February 14, 2025 09:08
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from c0ceb08 to bdf4826 Compare February 18, 2025 07:53
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from ee67279 to 843d32f Compare February 19, 2025 09:13
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from 05e54f3 to 344d664 Compare February 22, 2025 09:21
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from f15ebf9 to 5b73626 Compare February 22, 2025 09:23
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from c158c32 to 9e2c68d Compare February 22, 2025 09:24
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from c4acb28 to 096c6fe Compare February 22, 2025 09:25
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from 3282c16 to f1b7512 Compare February 28, 2025 04:15
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from b255fb0 to 5311571 Compare March 4, 2025 11:28
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from abd68e0 to 4aa4e67 Compare March 4, 2025 11:35
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from e22a771 to 88ce03d Compare March 4, 2025 11:36
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from 099c4c1 to f712ff1 Compare March 4, 2025 11:38
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from 2113697 to e01791a Compare March 4, 2025 11:41
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from 020a49e to 3da1ac2 Compare March 4, 2025 11:42
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from b41e1ea to 4652f7b Compare March 5, 2025 11:38
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from 4ddbf49 to 0e6d878 Compare March 5, 2025 12:00
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from 21455b3 to 04fcfb8 Compare March 11, 2025 10:28
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from 712c14a to 2d9c17d Compare March 11, 2025 11:11
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from 3568ef4 to 9b8c286 Compare March 14, 2025 07:55
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--stainless branch from 3db0eef to 9a94183 Compare March 14, 2025 08:03
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