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.10 #79

Merged
merged 18 commits into from
Jan 29, 2025

Conversation

stainless-app[bot]
Copy link
Contributor

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

Automated Release PR

0.1.0-alpha.10 (2025-01-29)

Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10

⚠ BREAKING CHANGES

  • client: better union variant method and variable names (#82)

Features

  • api: add citations (#78) (f206f8a)
  • client: add _queryParams and _headers methods (#94) (6387b49)
  • client: add close method (#87) (2ef94d1)
  • client: better union variant method and variable names (#82) (f961513)

Bug Fixes

  • client: async streaming flakiness (#85) (fbc58f3)
  • client: make some classes and constructors non-public (#90) (803559d)
  • examples (0a7cd8c)

Chores

Documentation

Refactors

  • internal: extract request preparation logic (6387b49)

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 requested a review from a team as a code owner January 23, 2025 20:49
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 2 times, most recently from 68dc196 to 7bc70d7 Compare January 24, 2025 05:02
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 74b0749 to 1c064b5 Compare January 24, 2025 12:25
# Migration
Some union class method names have been shortened. To migrate, replace those method names with the shorter versions.
For example:
- `SomeClass.ofReallyLongName(...)` might become `SomeClass.ofShort(...)`
- `someObject.isReallyLongName()` might become `someObject.isShort()`
- etc.
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 34132b4 to f961513 Compare January 24, 2025 16:16
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from f6b7074 to 0a7cd8c Compare January 24, 2025 16:28
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 2 times, most recently from b1b8e34 to 8b96530 Compare January 25, 2025 05:01
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 282236b to fbc58f3 Compare January 25, 2025 05:38
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 2 times, most recently from d2d203e to 122923d Compare January 26, 2025 05:01
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ebace9e to 2ef94d1 Compare January 26, 2025 15:32
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 05d4bf9 to ac678e4 Compare January 26, 2025 15:50
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 77ed4dd to b7dbed7 Compare January 26, 2025 16:16
chore(internal): remove some unnecessary `constructor` keywords
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 2 times, most recently from 6a293ad to 803559d Compare January 27, 2025 05:01
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 063ae1a to e8ad558 Compare January 27, 2025 17:51
* docs: many more examples

* chore: delete not needed dir
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b0d3d37 to 52f73db Compare January 27, 2025 18:13
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 425741c to 10c45b2 Compare January 27, 2025 22:11
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e0d4bfd to e88f509 Compare January 27, 2025 23:45
@Quantisan
Copy link

@TomerAberbach any ETA on when this is coming? I'd like to implement with the Citation feature soon

@TomerAberbach
Copy link
Collaborator

Probably will get merged tomorrow :)

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1d0e020 to e88f509 Compare January 28, 2025 05:01
refactor(internal): extract request preparation logic
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 2348199 to 6387b49 Compare January 29, 2025 00:17
@stainless-app stainless-app bot merged commit e405c1c into main Jan 29, 2025
2 checks passed
Copy link
Contributor Author

stainless-app bot commented Jan 29, 2025

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.

3 participants