Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
a66495b
chore(internal): update docs ordering
stainless-app[bot] Apr 23, 2026
f7d9f66
chore(internal): more robust bootstrap script
stainless-app[bot] Apr 23, 2026
8941b3c
chore: restructure docs search code
stainless-app[bot] Apr 26, 2026
b090da9
chore(formatter): run prettier and eslint separately
stainless-app[bot] Apr 26, 2026
b793102
chore(internal): codegen related update
stainless-app[bot] Apr 28, 2026
2157533
feat: support setting headers via env
stainless-app[bot] Apr 28, 2026
532cf52
chore(format): run eslint and prettier separately
stainless-app[bot] Apr 29, 2026
15c939a
feat(api): api update
stainless-app[bot] Apr 29, 2026
1ceada7
chore: avoid formatting file that gets changed during releases
stainless-app[bot] Apr 30, 2026
36b1e1e
codegen metadata
stainless-app[bot] Apr 30, 2026
8425c4b
codegen metadata
stainless-app[bot] Apr 30, 2026
e4493b3
codegen metadata
stainless-app[bot] May 1, 2026
0714d39
feat(api): manual updates
stainless-app[bot] May 5, 2026
4697d8a
feat(api): manual updates
stainless-app[bot] May 5, 2026
9eccf95
codegen metadata
stainless-app[bot] May 5, 2026
f295a12
feat(api): labels for objects
stainless-app[bot] May 5, 2026
d2461e8
codegen metadata
stainless-app[bot] May 5, 2026
3fb0894
chore: redact api-key headers in debug logs
stainless-app[bot] May 8, 2026
77c8416
feat(api): api update
stainless-app[bot] May 8, 2026
3e14476
codegen metadata
stainless-app[bot] May 11, 2026
5d16b0d
feat(api): api update
stainless-app[bot] May 11, 2026
c11871f
ci: pin GitHub Actions to commit SHAs
stainless-app[bot] May 13, 2026
c556c03
release: 5.0.0
stainless-app[bot] May 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
runs-on: ${{ github.repository == 'stainless-sdks/droidrun-cloud-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Node
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '22'

- name: Set up pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
with:
version: '10.30.1'

Expand All @@ -48,15 +48,15 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Node
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '22'

- name: Set up pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
with:
version: '10.30.1'

Expand All @@ -71,7 +71,7 @@ jobs:
github.repository == 'stainless-sdks/droidrun-cloud-typescript' &&
!startsWith(github.ref, 'refs/heads/stl/')
id: github-oidc
uses: actions/github-script@v8
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
with:
script: core.setOutput('github_token', await core.getIDToken());

Expand Down Expand Up @@ -101,15 +101,15 @@ jobs:
runs-on: ${{ github.repository == 'stainless-sdks/droidrun-cloud-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Node
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '22'

- name: Set up pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
with:
version: '10.30.1'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
with:
node-version: '20'

- name: Set up pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0

- name: Install dependencies
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-doctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ jobs:
if: github.repository == 'droidrun/mobilerun-sdk-typescript' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Check release environment
run: |
bash ./bin/check-release-environment
env:
NPM_TOKEN: ${{ secrets.MOBILERUN_NPM_TOKEN || secrets.NPM_TOKEN }}

1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CHANGELOG.md
/ecosystem-tests/*/**
/node_modules
/deno
/packages/mcp-server/manifest.json

# don't format tsc output, will break source maps
dist
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.0"
".": "5.0.0"
}
8 changes: 4 additions & 4 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 89
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/droidrun%2Fdroidrun-cloud-5354e1e393f7a2c470fba288fd927027d7f8ab0f76350be330392a32d61321d7.yml
openapi_spec_hash: 61d176c5697051a52251e67cc2a143b7
config_hash: 2e5f796057a879ad2efd58b3ec8289cf
configured_endpoints: 94
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/droidrun/droidrun-cloud-c33c250c3235c14a1e5a173b18ef347fe2789e0b21f7e1b0649bd27ae255975e.yml
openapi_spec_hash: 7710fc1424f709edd45d9dfe90121649
config_hash: 2202392fa81fb6cad4fcd79e62717a43
261 changes: 261 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading
Loading