Skip to content

Releases: mirurobotics/python-platform-sdk

v0.10.0

13 May 05:54
c38cf33

Choose a tag to compare

0.10.0 (2026-05-13)

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

Features

  • api: upgrade to 2026-05-06.rainier-beta.3 (2dbcc65)
  • internal/types: support eagerly validating pydantic iterators (1aadc67)

Bug Fixes

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

Chores

  • internal: reformat pyproject.toml (bd0e40e)

v0.9.0

29 Apr 21:56
7c52c60

Choose a tag to compare

0.9.0 (2026-04-28)

Full Changelog: v0.8.2...v0.9.0

Features

  • api: manual updates (e15b371)
  • api: manual updates (7c6d61a)
  • api: manual updates (80b0c17)
  • api: manual updates (187dcb1)
  • api: update to 2026-03-09.tetons (568d158)
  • api: update to v2026-03-09.tetons-beta.2 spec (1a97c7f)
  • internal: implement indices array format for query and form serialization (81adbec)
  • support setting headers via env (faef5b5)

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (c9d40ca)
  • deps: bump minimum typing-extensions version (63f1814)
  • ensure file data are only sent as 1 parameter (1ac879d)
  • pydantic model not being parsed on forward references (5507c1c)
  • pydantic: do not pass by_alias unless set (3a25c23)
  • sanitize endpoint path params (1b9b9e4)
  • use correct field name format for multipart file arrays (a8915f9)

Performance Improvements

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

Chores

  • ci: skip lint on metadata-only changes (0fa2565)
  • ci: skip uploading artifacts on stainless-internal branches (983e18f)
  • internal: more robust bootstrap script (81c815a)
  • internal: tweak CI branches (14940d2)
  • internal: update gitignore (aa19164)
  • update example (615100b)
  • update SDK settings (b659dc5)
  • update SDK settings (5414e23)
  • update SDK settings (71e1217)
  • update SDK settings (8006dd3)
  • update SDK settings (c7d2a67)
  • update SDK settings (60b9e0e)

Refactors

  • require miru version header in client initialization (8e8e267)

v0.8.1

13 Apr 17:29
172832f

Choose a tag to compare

0.8.1 (2026-04-11)

Full Changelog: v0.8.0...v0.8.1

Bug Fixes

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

v0.8.0

09 Apr 01:38
5cac485

Choose a tag to compare

0.8.0 (2026-04-08)

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

Features

  • internal: implement indices array format for query and form serialization (81adbec)

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (c9d40ca)
  • deps: bump minimum typing-extensions version (63f1814)
  • pydantic: do not pass by_alias unless set (3a25c23)
  • sanitize endpoint path params (1b9b9e4)

Chores

  • ci: skip lint on metadata-only changes (0fa2565)
  • internal: tweak CI branches (14940d2)
  • internal: update gitignore (aa19164)

v0.7.0

08 Mar 22:44
d1f9763

Choose a tag to compare

0.7.0 (2026-03-08)

Full Changelog: v0.7.0-beta.5...v0.7.0

Features

  • api: update to 2026-03-09.tetons (568d158)

Chores

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

v0.7.0-beta.5

06 Mar 05:02
d4257df

Choose a tag to compare

v0.7.0-beta.5 Pre-release
Pre-release

0.7.0-beta.5 (2026-03-06)

Full Changelog: v0.7.0-beta.4...v0.7.0-beta.5

Features

  • api: manual updates (e15b371)
  • api: update to v2026-03-09.tetons-beta.2 spec (1a97c7f)

v0.7.0-beta.4

05 Mar 20:36
7ae9f65

Choose a tag to compare

v0.7.0-beta.4 Pre-release
Pre-release

0.7.0-beta.4 (2026-03-05)

Full Changelog: v0.7.0-beta.3...v0.7.0-beta.4

Bug Fixes

  • pydantic model not being parsed on forward references (5507c1c)

v0.7.0-beta.3

05 Mar 17:46
fd54f59

Choose a tag to compare

v0.7.0-beta.3 Pre-release
Pre-release

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

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

Features

v0.7.0-beta.2

05 Mar 04:41
9b3096c

Choose a tag to compare

v0.7.0-beta.2 Pre-release
Pre-release

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

Full Changelog: v0.0.2...v0.7.0-beta.2

Features

Chores

Refactors

  • require miru version header in client initialization (8e8e267)

v0.7.0-beta.1

05 Mar 04:01
86e7dea

Choose a tag to compare

v0.7.0-beta.1 Pre-release
Pre-release

0.0.2 (2026-03-05)

Full Changelog: v0.0.1...v0.0.2

Chores