Skip to content

Releases: mirurobotics/python-device-sdk

v0.6.0

15 May 03:13
b5ea58f

Choose a tag to compare

0.6.0 (2026-05-13)

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

Features

  • internal/types: support eagerly validating pydantic iterators (7eeeef4)

Bug Fixes

  • client: add missing f-string prefix in file type error message (c2a3082)

Chores

  • internal: reformat pyproject.toml (0b1f068)

v0.5.0

29 Apr 21:55
845fd6c

Choose a tag to compare

0.5.0 (2026-04-28)

Full Changelog: v0.4.2...v0.5.0

Features

  • support setting headers via env (da7da67)

Bug Fixes

  • use correct field name format for multipart file arrays (6a12b31)

Chores

  • internal: more robust bootstrap script (c35b72a)

v0.4.2

19 Apr 19:16
0bc21c3

Choose a tag to compare

0.4.2 (2026-04-18)

Full Changelog: v0.4.1...v0.4.2

Performance Improvements

  • client: optimize file structure copying in multipart requests (fd3b74c)

v0.4.1

13 Apr 17:29
508a893

Choose a tag to compare

0.4.1 (2026-04-11)

Full Changelog: v0.4.0...v0.4.1

Bug Fixes

  • ensure file data are only sent as 1 parameter (04d351a)

v0.4.0

09 Apr 01:38
9490bf4

Choose a tag to compare

0.4.0 (2026-04-09)

Full Changelog: v0.4.0-beta.1...v0.4.0

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (60fcd65)

v0.4.0-beta.1

07 Apr 03:37
41459c7

Choose a tag to compare

v0.4.0-beta.1 Pre-release
Pre-release

0.4.0-beta.1 (2026-04-07)

Full Changelog: v0.3.0...v0.4.0-beta.1

Features

  • api: regenerate with v0.2.1 release version (5c227e5)
  • internal: implement indices array format for query and form serialization (b737cae)

Bug Fixes

  • deps: bump minimum typing-extensions version (5787705)
  • pydantic: do not pass by_alias unless set (ebde1af)
  • sanitize endpoint path params (757293e)

Chores

  • ci: skip lint on metadata-only changes (4f76a08)
  • internal: tweak CI branches (c197558)
  • internal: update gitignore (7a1b103)
  • move event definitions to shared section stainless spec (f83513a)

Refactors

  • don't skip stream endpoint (2dd2504)
  • remove stream endpoint (b392d58)

v0.3.0

10 Mar 03:38
7d1e756

Choose a tag to compare

0.3.0 (2026-03-10)

Full Changelog: v0.3.0-beta.3...v0.3.0

Features

  • api: bump api spec to version v0.2.0 (a86a5eb)

Chores

  • ci: skip uploading artifacts on stainless-internal branches (ac4ece9)

v0.3.0-beta.3

05 Mar 18:11
304b97c

Choose a tag to compare

v0.3.0-beta.3 Pre-release
Pre-release

0.3.0-beta.3 (2026-03-05)

Full Changelog: v0.3.0-beta.2...v0.3.0-beta.3

Bug Fixes

  • remove config instances from being nested inside deployments (cd35a12)

Chores

v0.3.0-beta.2

05 Mar 02:33
94bebef

Choose a tag to compare

v0.3.0-beta.2 Pre-release
Pre-release

0.3.0-beta.2 (2026-03-05)

Full Changelog: v0.3.0-beta.1...v0.3.0-beta.2

Features

  • api: bump stainless edition to 2026-02-23 (31cb0b9)

Bug Fixes

  • correct client to talk to the miru unix socket (4a7b9db)
  • put python edition back to 2025-11-20 (060cbf1)

v0.3.0-beta.1

05 Mar 01:04
4c82257

Choose a tag to compare

v0.3.0-beta.1 Pre-release
Pre-release

0.3.0-beta.1 (2026-03-05)

Full Changelog: v0.0.1...v0.3.0-beta.1

Features

  • api: init to v0.2.0-beta.3 (1bbcc7a)

Bug Fixes

  • host to point to correct localhost v0.2 version (214fe96)

Chores

  • pin sdk to 2025-11-20 (da48345)
  • update SDK settings (b8d224b)
  • update SDK settings (cb90cd0)
  • use MIRU_AGENT_SOCKET for reading socket path from environment variable (0b44866)