Releases: limrun-inc/python-sdk
Releases · limrun-inc/python-sdk
Release list
v0.10.0
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
Chores
- ci: upgrade
actions/github-script(ce1aac8) - format all
api.mdfiles (9be9c3f) - internal: add
--fixargument 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/checkoutversion (b6db8d6) - speedup initial import (7cafc23)
- update mock server docs (5ebe065)
Documentation
- add more examples (5ec7ea7)
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
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_dumpandmodel_dump_jsonfor Pydantic v1 (bd4bed9) - ensure streams are always closed (63f1ee4)
- types: allow pyright to infer TypedDict types within SequenceNotStr (08396f0)
Chores
v0.8.0
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
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
v0.6.0
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
v0.5.0
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
v0.4.0
v0.3.0
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
0.2.0 (2025-09-09)
Full Changelog: v0.1.1...v0.2.0
Features
- api: manual updates (9c3f233)
Chores
- update SDK settings (eef22eb)