Skip to content

Releases: limrun-inc/python-sdk

v0.10.0

Choose a tag to compare

@stainless-app stainless-app released this 13 Apr 17:40

0.10.0 (2026-04-11)

Full Changelog: v0.9.0...v0.10.0

Features

  • api: add apiUrl to android (f4b20d1)
  • api: add displayName to asset (d4fe4c1)
  • api: add ios sandbox properties and app store for assets (79b878d)
  • api: add optional os field to assets (95d3948)
  • api: add spec.model to ios creation api (b7e6770)
  • api: add status.mcpUrl for ios (b6b64d3)
  • api: add status.mcpUrl to android (b837288)
  • api: add xcode instances endpoints (5041989)
  • api: fix model name for xcode_instance in stainless config (6524d3f)
  • api: increase timeout to 5 minutes since big app installations may take longer than a minute (0d9a065)
  • api: update stainless config for xcode_instances resource (40668f3)
  • client: add custom JSON encoder for extended type support (0403818)
  • client: add support for binary request streaming (8918b83)

Bug Fixes

  • client: loosen auth header validation (3c8c6e2)
  • use async_to_httpx_files in patch method (8207c94)

Chores

  • ci: upgrade actions/github-script (ce1aac8)
  • format all api.md files (9be9c3f)
  • internal: add --fix argument to lint script (c6513ca)
  • internal: add missing files argument to base client (3b4eb61)
  • internal: bump dependencies (51e3172)
  • internal: codegen related update (b3e791f)
  • internal: codegen related update (c627787)
  • internal: codegen related update (502959d)
  • internal: codegen related update (e2a0ba3)
  • internal: codegen related update (cf97aec)
  • internal: codegen related update (adb7df2)
  • internal: codegen related update (d6320fe)
  • internal: codegen related update (7f99be1)
  • internal: codegen related update (ac36b22)
  • internal: codegen related update (93c6957)
  • internal: fix lint error on Python 3.14 (d11f360)
  • internal: remove mock server code (6bc0de4)
  • internal: update actions/checkout version (b6db8d6)
  • speedup initial import (7cafc23)
  • update mock server docs (5ebe065)

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

v0.9.0

Choose a tag to compare

@stainless-app stainless-app released this 15 Dec 08:30
0555501

0.9.0 (2025-12-14)

Full Changelog: v0.8.0...v0.9.0

Features

  • api: add android sandbox api (b1ec65b)
  • api: add asset type configuration with chrome flag (0900df2)
  • api: add the optional errorMessage field in status (6d26c2b)
  • api: make chromeFlag enum with supported value (a937aac)
  • api: manual updates (57c22b4)
  • api: manual updates (f88a368)

Bug Fixes

  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (bd4bed9)
  • ensure streams are always closed (63f1ee4)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (08396f0)

Chores

  • add Python 3.14 classifier and testing (e635bb6)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (5469100)
  • docs: use environment variables for authentication in code snippets (af6c346)
  • update lockfile (bd03e1b)

v0.8.0

Choose a tag to compare

@stainless-app stainless-app released this 11 Nov 11:59
92a40ce

0.8.0 (2025-11-11)

Full Changelog: v0.7.0...v0.8.0

Features

  • api: add assetId as asset source kind (1aac770)
  • api: add comma-separated state for multi-state listings (58b65a2)
  • api: add pagination for ios instances and assets as well (123d228)
  • api: add pagination to asset spec (8be229c)
  • api: add reuseIfExists to creation endpoint (4a0dd43)
  • api: disable pagination for assets (4b449fa)
  • api: enable pagination for android_instances (04130ef)
  • api: manual updates (52753ed)
  • api: manual updates (e616c29)
  • api: move pagination prop to openapi (2d59a37)
  • api: regenerate new pagination fields (83ff598)
  • api: update comment (e6e7657)
  • api: update to use LIM_API_KEY instead of LIM_TOKEN (ba2e85e)

Bug Fixes

  • compat with Python 3.14 (c97037d)

Chores

  • package: drop Python 3.8 support (3be5696)

v0.7.0

Choose a tag to compare

@stainless-app stainless-app released this 05 Nov 17:30
6dd5397

0.7.0 (2025-11-05)

Full Changelog: v0.6.0...v0.7.0

Features

  • api: add asset deletion endpoint (e468855)
  • api: add ios port-forward endpoint url to return type (a636183)
  • api: add launchMode to iOS asset object (4e5bb3c)
  • api: add the assigned state to both android and ios instance states (0aa0e44)

Bug Fixes

  • client: close streams without requiring full consumption (f2fe77c)

Chores

  • internal/tests: avoid race condition with implicit client cleanup (73d9600)
  • internal: grammar fix (it's -> its) (7e8562b)

v0.6.0

Choose a tag to compare

@stainless-app stainless-app released this 29 Oct 11:11
bfca6f0

0.6.0 (2025-10-29)

Full Changelog: v0.5.0...v0.6.0

Features

  • api: add explicit pagination fields (c4756f3)
  • api: add os version clue (7d0bda5)
  • api: limit pagination only to limit parameter temporarily (68a99e1)
  • api: manual updates (6301238)
  • api: manual updates (6dda9e7)
  • api: os version description to show possible values (a4d9cd3)
  • api: osVersion clue is available only in Android yet (545f2db)
  • api: remaining pieces of pagionation removed temporarily (73713dd)
  • api: update assets and ios_instances endpoints with pagination (95668d7)
  • api: update stainless schema for pagination (3767bd6)

Chores

  • bump httpx-aiohttp version to 0.1.9 (ce7151e)
  • internal: detect missing future annotations with ruff (5ea3e8e)

v0.5.0

Choose a tag to compare

@stainless-app stainless-app released this 07 Oct 09:19
cd462d9

0.5.0 (2025-10-07)

Full Changelog: v0.4.0...v0.5.0

Features

  • api: add the new multiple apk installation options (58e81cc)
  • api: mark public urls as required (0af09f5)
  • api: revert api change (5be7d22)

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (a810b55)
  • internal: update pydantic dependency (21a183f)
  • types: change optional parameter type from NotGiven to Omit (200fa8d)

v0.4.0

Choose a tag to compare

@stainless-app stainless-app released this 15 Sep 13:12
7e57c9c

0.4.0 (2025-09-12)

Full Changelog: v0.3.0...v0.4.0

Features

v0.3.0

Choose a tag to compare

@stainless-app stainless-app released this 11 Sep 10:30
3a0fb67

0.3.0 (2025-09-11)

Full Changelog: v0.2.0...v0.3.0

Features

  • api: remove md5filter from list assets (9e460d4)

v0.2.0

Choose a tag to compare

@stainless-app stainless-app released this 09 Sep 15:14
400a12b

0.2.0 (2025-09-09)

Full Changelog: v0.1.1...v0.2.0

Features

Chores

v0.1.1

Choose a tag to compare

@stainless-app stainless-app released this 09 Sep 15:08
c2dcc3c

0.1.1 (2025-09-09)

Full Changelog: v0.1.0...v0.1.1

Chores