Conversation
0a5649e to
018109a
Compare
…may take longer than a minute
018109a to
4842215
Compare
4842215 to
007cfc7
Compare
007cfc7 to
09db70c
Compare
09db70c to
1a03b7a
Compare
1a03b7a to
c94d460
Compare
c94d460 to
5f01286
Compare
…umentation to repo root
5f01286 to
9958e56
Compare
|
🧪 Testing To try out this version of the SDK: Expires at: Sun, 10 May 2026 05:09:22 GMT |
…-databind#3240 in tests fix: date time deserialization leniency
9958e56 to
115f9e8
Compare
115f9e8 to
aa45c4c
Compare
aa45c4c to
8274413
Compare
8274413 to
708ae3a
Compare
fix(client): send retry count header for max retries 0 chore(internal): depend on packages directly in example
708ae3a to
92b4d92
Compare
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
3 similar comments
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
049ed8c to
05b3ee5
Compare
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
8 similar comments
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
05b3ee5 to
f18254d
Compare
f18254d to
4375146
Compare
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
4375146 to
f8c9bc3
Compare
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
5 similar comments
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
Automated Release PR
0.2.0 (2026-04-10)
Full Changelog: v0.1.0...v0.2.0
Features
HttpRequest#url()method (ed55316)X-Stainless-Kotlin-Versionheader (d6e480e)Bug Fixes
Chores
actions/github-script(bfd4ab7)actions/setup-java(06e3dd3)./scripts/test(5c266ea)SKIP_MOCK_TESTS(daaf28c)actions/checkoutversion (912a4ea)Documentation
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
Note
Medium Risk
Medium risk: updates core HTTP behavior (timeouts, retries, multipart encoding, date-time deserialization, connection pooling/dispatcher configuration) which can impact request/response handling and resource usage.
Overview
Releases v0.2.0: bumps versioning/docs (
CHANGELOG.md,README.md,build.gradle.kts, manifest) and updates license year.API surface expands with new
xcodeInstances()services and additional model fields/params (e.g.,Asset.displayName/os,AssetListParams.includeAppStore, Android/iOS statusmcpUrl(+ AndroidapiUrl), iOS createspec.model/sandbox).HTTP/client behavior changes: default request timeout increases to 5 minutes (
Timeout+ docs), addsHttpRequest.url(), sendsX-Stainless-Kotlin-Version, tightens Jackson coercions and switches lenient date-time parsing toOffsetDateTime, fixes retry logic to fully respectmaxRetriesand honorRetry-Afterdurations, replaces Apache HTTP multipart builder with an in-house multipart encoder, and adds OkHttp dispatcher executor + connection pool configuration hooks.Build/CI/publishing: GitHub Actions updated (new action versions, branch filters, skip
codegen metadatapushes) and CI build now optionally uploads Maven artifacts via GitHub OIDC; publishing supports-PpublishLocal; toolchain deps bumped (Palantir formatter, ktfmt, AssertJ) and test cache invalidation now includesSKIP_MOCK_TESTS.Reviewed by Cursor Bugbot for commit f8c9bc3. Bugbot is set up for automated code reviews on this repo. Configure here.