Skip to content

Releases: portel-dev/photon

v1.34.0

28 May 15:54

Choose a tag to compare

1.34.0 (2026-05-28)

Features

  • prepare Photon for stateless MCP clients (3b580fd)

v1.33.4

26 May 16:16

Choose a tag to compare

1.33.4 (2026-05-26)

v1.33.3

24 May 01:21

Choose a tag to compare

1.33.3 (2026-05-24)

v1.33.2

23 May 15:27

Choose a tag to compare

1.33.2 (2026-05-23)

Features

  • Make Photon credible as a chat app surface: ChatGPT-compatible single-photon MCP naming, Beam-safe dot-qualified aggregation, UI/resource metadata fixes, and a visual weather showcase in the README/tutorial.

Published package: https://www.npmjs.com/package/@portel/photon/v/1.33.2

v1.33.1

23 May 06:40

Choose a tag to compare

1.33.1 (2026-05-23)

Features

  • auth: MCP JWT auth for deployed photons (d677fd0)

Bug Fixes

  • cf: preserve assets helper on Cloudflare (9db1aef)

v1.32.6

18 May 08:47

Choose a tag to compare

v1.32.6

Changes

  • Advertise TSX app entries as Beam web routes (/web/{photon}/).
  • Fix photon ps disable target parsing for instance-qualified photon ids (photon:hash:method).
  • Report ps disable as a no-op with exit code 1 when no active schedule matched.
  • Harden daemon watcher timing assertions used by CI.

Verification

  • Local bun run test: 95/95 passed.
  • GitHub Actions CI run 26022708721 passed on Node 20 and Node 22.
  • Published npm package: @portel/photon@1.32.6.

v1.32.5

16 May 08:45

Choose a tag to compare

Full Changelog: v1.32.4...v1.32.5

v1.32.4

14 May 15:07

Choose a tag to compare

Bug Fixes

  • cap Beam daemon connection pressure
  • harden daemon health recovery
  • ignore phantom Beam asset watcher events

v1.32.3

13 May 14:41

Choose a tag to compare

1.32.3 (2026-05-13)

Features

  • move Auto UI render hints into MCP metadata (734c191)

Bug Fixes

  • absorb daemon restart socket races (b532f1f)
  • allow tested release hook path (8466863)
  • avoid duplicate promise release gate (d887441)
  • coalesce daemon watcher reload events (11d8cf4)
  • harden Beam daemon transport stability (51943bb)
  • harden beam photon app smoke paths (04bd58d)
  • harden daemon socket recovery under bun (6a8afbe)
  • isolate release fresh install check (6158fd2)
  • keep Bun-launched Beam alive (807eeca)
  • paginate MCP discovery lists (1c5ff94)
  • raise release test file limit (d10c992)
  • restore stateful app UI metadata (232f6d5)
  • route interactive asks through MCP elicitation (4e83c42)
  • stabilize beam regression checks (4ab633f)
  • unfreeze production install simulation (c17cf22)
  • use bunx in Beam install guidance (4cafba4)

v1.32.2

12 May 23:09

Choose a tag to compare

Bug Fixes

  • support local ts imports in photons (fb326e0)