-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated Release PR --- ## 0.1.0-beta.6 (2025-02-07) Full Changelog: [v0.1.0-beta.5...v0.1.0-beta.6](v0.1.0-beta.5...v0.1.0-beta.6) ### Breaking Changes * **api:** Dedupe enum values that have different casing. Prefer upper cased enums. ### Features * **api:** Add recurring commit and credit configs to the contract create API. * **client:** send `X-Stainless-Timeout` header ([#92](#92)) ([2a829ce](2a829ce)) ### Bug Fixes * fix early cancel when RequestTimeout is provided for streaming requests ([#97](#97)) ([a6f23da](a6f23da)) * fix interface implementation stub names for unions ([#84](#84)) ([c6124ab](c6124ab)) * fix unicode encoding for json ([#89](#89)) ([655c9d5](655c9d5)) ### Chores * add UnionUnmarshaler for responses that are interfaces ([#93](#93)) ([6f9193d](6f9193d)) * **internal:** codegen related update ([#85](#85)) ([1c9cd5e](1c9cd5e)) * **internal:** codegen related update ([#87](#87)) ([bda1654](bda1654)) * **internal:** codegen related update ([#88](#88)) ([09a4fe2](09a4fe2)) ### Documentation * document raw responses ([#90](#90)) ([7422f4f](7422f4f)) --- This pull request is managed by Stainless's [GitHub App](https://github.com/apps/stainless-app). The [semver version number](https://semver.org/#semantic-versioning-specification-semver) is based on included [commit messages](https://www.conventionalcommits.org/en/v1.0.0/). 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](https://www.stainlessapi.com) 📚 Read the [docs](https://app.stainlessapi.com/docs) 🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2f7308f
commit 90b11dc
Showing
19 changed files
with
1,110 additions
and
194 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.1.0-beta.5" | ||
".": "0.1.0-beta.6" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
configured_endpoints: 91 | ||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/metronome%2Fmetronome-d45fa7bea4d4904432df31863500afbad8207834d9857d1d4b37549ed4621e10.yml | ||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/metronome%2Fmetronome-b72a02c62483cb264bcf60bb973078212a6a74c8dd93d05ac622ab521528cc89.yml |
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
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
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
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
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
Oops, something went wrong.