-
Notifications
You must be signed in to change notification settings - Fork 3
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
stainless-app
merged 18 commits into
main
from
release-please--branches--main--changes--next
Jan 29, 2025
Merged
release: 0.1.0-alpha.10 #79
stainless-app
merged 18 commits into
main
from
release-please--branches--main--changes--next
Jan 29, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
2 times, most recently
from
January 24, 2025 05:02
68dc196
to
7bc70d7
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 24, 2025 12:25
74b0749
to
1c064b5
Compare
# 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
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 24, 2025 16:16
34132b4
to
f961513
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 24, 2025 16:28
f6b7074
to
0a7cd8c
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
2 times, most recently
from
January 25, 2025 05:01
b1b8e34
to
8b96530
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 25, 2025 05:38
282236b
to
fbc58f3
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
2 times, most recently
from
January 26, 2025 05:01
d2d203e
to
122923d
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 26, 2025 15:32
ebace9e
to
2ef94d1
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 26, 2025 15:50
05d4bf9
to
ac678e4
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 26, 2025 16:16
77ed4dd
to
b7dbed7
Compare
chore(internal): remove some unnecessary `constructor` keywords
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
2 times, most recently
from
January 27, 2025 05:01
6a293ad
to
803559d
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 27, 2025 17:51
063ae1a
to
e8ad558
Compare
* docs: many more examples * chore: delete not needed dir
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 27, 2025 18:13
b0d3d37
to
52f73db
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 27, 2025 22:11
425741c
to
10c45b2
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 27, 2025 23:45
e0d4bfd
to
e88f509
Compare
@TomerAberbach any ETA on when this is coming? I'd like to implement with the Citation feature soon |
Probably will get merged tomorrow :) |
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 28, 2025 05:01
1d0e020
to
e88f509
Compare
refactor(internal): extract request preparation logic
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 29, 2025 00:17
2348199
to
6387b49
Compare
michael-cohen-io
approved these changes
Jan 29, 2025
stainless-app
bot
added
autorelease: pre-release
autorelease: tagged
and removed
autorelease: pending
labels
Jan 29, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Features
_queryParams
and_headers
methods (#94) (6387b49)close
method (#87) (2ef94d1)Bug Fixes
Chores
constructor
keywords (803559d)model
method impl (#92) (10c45b2)checkNotNull
tocheckRequired
(#80) (7bc70d7)Documentation
async
andsync
method comments (#89) (b7dbed7)Refactors
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