-
Couldn't load subscription status.
- Fork 1
release: 2.0.0 #289
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
Merged
stainless-app
merged 43 commits into
main
from
release-please--branches--main--changes--next
Aug 2, 2024
Merged
release: 2.0.0 #289
stainless-app
merged 43 commits into
main
from
release-please--branches--main--changes--next
Aug 2, 2024
Conversation
This file contains hidden or 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
ca671e2 to
4beb928
Compare
438f155 to
38aaf34
Compare
5f07fb8 to
8aa1d73
Compare
5902bd5 to
5aa0f32
Compare
cf1bae5 to
89f4bfe
Compare
3504dd6 to
7e16ef5
Compare
feb6f4b to
9076f38
Compare
…ring, not a number (#297) # Migration This change is fixing the SDK to use the correct `string` type expected by the API. The spec was incorrectly specifying a type `number` but the endpoint expected a string. While this change is technically an SDK breaking change the previous types weren't accurately representing the API behaviour. To migrate, be sure to use a string representation of the new allocation price amount.
a1e7fe5 to
cb8992b
Compare
99f1342 to
55cff13
Compare
23f7f30 to
b0c95aa
Compare
b4884db to
922476f
Compare
a20618c to
1b7b6a3
Compare
de95a39 to
a05b099
Compare
84da4df to
e02d74d
Compare
e6a7515 to
67d26e4
Compare
05d583a to
f212cc8
Compare
c241b40 to
6dc313b
Compare
f07d190 to
0eaba5f
Compare
53d3f04 to
30320ae
Compare
da02220 to
fdf2291
Compare
d5c1cae to
47e954d
Compare
8fd662c to
a26627c
Compare
041ae35 to
4993ac4
Compare
ee2ee69 to
e1df500
Compare
2bff31f to
6094016
Compare
…usage.update_by_external_id' (#329) Please use the 'events.backfills.create' instead. See https://docs.withorb.com/reference/create-backfill for more details.
bfa6c53 to
1cc12f1
Compare
…age.update_by_external_id' (#330) ## Migration The two methods `customers.usage.create` and `customers.usage.update_by_external_id` have been removed from the SDK and the API. Please use 'events.backfills.create' instead. More details for this endpoint can be found at https://docs.withorb.com/reference/create-backfill
2d1ac8f to
62e5158
Compare
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
2.0.0 (2024-08-02)
Full Changelog: v1.56.0...v2.0.0
⚠ BREAKING CHANGES
Features
Bug Fixes
Chores
next(#314) (4fc3bcb)default_querymethod (#292) (8aa1d73)BaseModels (#307) (73a4593)Documentation
This Pull Request has been generated automatically as part of Stainless's release process.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request (see details).
More technical details can be found at stainless-api/release-please.