Skip to content

Releases: musher-dev/typescript-sdk

v0.4.0

03 Apr 00:38
f027cf7

Choose a tag to compare

0.4.0 (2026-04-03)

⚠ BREAKING CHANGES

  • catch AuthenticationError in pull/resolve fallback chain for public bundles

Bug Fixes

  • catch AuthenticationError in pull/resolve fallback chain for public bundles (011ad11), closes #20

v0.3.0

01 Apr 10:12
1c6d526

Choose a tag to compare

0.3.0 (2026-03-31)

⚠ BREAKING CHANGES

  • replace agent_definition asset type with agent_spec to match platform API

Bug Fixes

  • replace agent_definition asset type with agent_spec to match platform API (533b0bd)

v0.2.0

30 Mar 17:23
d4e6ec2

Choose a tag to compare

0.2.0 (2026-03-30)

⚠ BREAKING CHANGES

  • MushError renamed to MusherError. Deprecated methods MusherClient.load(), Bundle.getAsset(), and Bundle.getAssetsByType() have been removed. Cache.write() no longer returns CachedBundle.

Features

  • add :pull endpoint support with fallback and update examples (64d6068)
  • add :pull endpoint support with fallback and update examples (cf4f2bf)
  • cache: add cache management API (c797f30)
  • cache: add cache management API for inspection, removal, and invalidation (ff69541)
  • remove deprecated APIs, rename MushError to MusherError, and upgrade toolchain (0129adf)
  • scaffold @musher-dev/musher TypeScript SDK (a05b0c7)

Bug Fixes

  • resolve biome CI failures from CRLF and complexity lint (951e57b)
  • resolve biome CI failures from CRLF formatting and excessive cognitive complexity (56e79b2)
  • resolve biome formatting after release-please bump (6a7ee45)
  • resolve biome formatting errors (3b02f0b)
  • resolve biome formatting errors in package.json and manifest.json (f35278f)
  • resolve biome formatting in package.json after release-please bump (33bcfa3)
  • resolve biome import ordering and shellcheck SC2155 warnings (471936d)

v0.1.4

24 Mar 23:51
4281d21

Choose a tag to compare

0.1.4 (2026-03-24)

Bug Fixes

  • resolve biome formatting after release-please bump (6a7ee45)
  • resolve biome formatting in package.json after release-please bump (33bcfa3)

v0.1.3

24 Mar 23:06
73449f8

Choose a tag to compare

0.1.3 (2026-03-24)

Bug Fixes

  • resolve biome formatting errors (3b02f0b)
  • resolve biome formatting errors in package.json and manifest.json (f35278f)

v0.1.2

24 Mar 22:15
3ce80d7

Choose a tag to compare

0.1.2 (2026-03-24)

Bug Fixes

  • resolve biome CI failures from CRLF and complexity lint (951e57b)
  • resolve biome CI failures from CRLF formatting and excessive cognitive complexity (56e79b2)

v0.1.1

24 Mar 21:26
f5e6783

Choose a tag to compare

0.1.1 (2026-03-24)

Features

  • scaffold @musher-dev/musher TypeScript SDK (a05b0c7)

Bug Fixes

  • resolve biome import ordering and shellcheck SC2155 warnings (471936d)