Skip to content

Releases: musher-dev/python-sdk

v0.3.5

03 Apr 00:14
a6d577b

Choose a tag to compare

0.3.5 (2026-04-03)

Bug Fixes

  • fall back to hub endpoints on 401 for public bundles (4371deb)
  • fall back to hub endpoints on 401 for public bundles (b75bba0), closes #22

v0.3.4

01 Apr 10:11
cac6e08

Choose a tag to compare

0.3.4 (2026-03-31)

Bug Fixes

  • use API detail message in BundleNotFoundError instead of raw URL (05a6540)
  • use API detail message in BundleNotFoundError instead of raw URL (deebdc8)

v0.3.3

30 Mar 19:05
404574c

Choose a tag to compare

0.3.3 (2026-03-30)

Bug Fixes

  • resolve path traversal, cache integrity, and HTTP parsing vulnerabilities (9f46c24)
  • resolve path traversal, cache integrity, and HTTP parsing vulnerabilities (31c6c0c)

v0.3.2

30 Mar 17:41
67e55b4

Choose a tag to compare

0.3.2 (2026-03-30)

Bug Fixes

  • sync pyproject.toml version with release-please and use inline marker (e821dc3)
  • sync pyproject.toml version with release-please and use inline marker (e4f729b)

v0.3.1

30 Mar 16:25
b16abdb

Choose a tag to compare

0.3.1 (2026-03-30)

Features

  • add public cache management API (4038930)
  • add public cache management API (c074b8a)
  • polish repo with docs overhaul, CI matrix, and DX improvements (95c3296)
  • polish repo with docs overhaul, CI matrix, DX improvements, and community templates (a07c5d4)

Bug Fixes

  • ci: use astral-sh/setup-uv@v5 (v8 short tag does not exist yet) (99bc0c0)

v0.3.0

28 Mar 15:42
1a74db4

Choose a tag to compare

0.3.0 (2026-03-28)

⚠ BREAKING CHANGES

  • use :pull endpoint and logical paths for asset fetching

Features

  • use :pull endpoint and logical paths for asset fetching (4c112ac)

v0.2.1

24 Mar 20:53
c8b6a4c

Choose a tag to compare

0.2.1 (2026-03-24)

Bug Fixes

  • configure release-please to bump pyproject.toml version (5fed830)
  • configure release-please to bump pyproject.toml version (faf3f5b)

v0.2.0

24 Mar 19:59
4c2fd7a

Choose a tag to compare

0.2.0 (2026-03-24)

⚠ BREAKING CHANGES

  • OCI_MEDIA_TYPE_ASSET, OCI_MEDIA_TYPE_CONFIG, api_key, api_url, install_vscode_skills(), write_lockfile(), and verify() have been removed from the public API.

Features

  • remove OCI layer, deprecated aliases, and stub methods (39ee67f)

v0.1.1

24 Mar 18:36
88c0805

Choose a tag to compare

0.1.1 (2026-03-24)

Features

  • stub out musher Python SDK package (a1d952b)

Bug Fixes

  • remove CRLF line endings from post-create.sh (4f85ffa)