Skip to content

Releases: getpostern/postern

Release list

v0.1.2

Choose a tag to compare

@nk3750 nk3750 released this 08 Aug 23:42
  • Set up Postern with your coding agent. New at the repo root: setup-with-your-agent.md — point your agent (Claude Code, Cursor, Codex, anything that reads files and runs commands) at it and say "Follow this file and set Postern up for me." Verified end to end on a clean machine by a first-time user's agent. AGENTS.md is superseded and now points there.
  • Fix: the MCP session cap no longer starves live agents. Hosted clients abandon sessions; the 512-session map filled over days until every new connection was refused. At the cap the gateway now reclaims the single most-idle session (idle over an hour) instead — below the cap nothing changes, and capacity events are logged. Decision record: ADR 0037.
  • Field guides moved to docs.getpostern.com. The Console's connect screens and the README now link the docs site.
  • Image: ghcr.io/getpostern/postern:0.1.2 (also latest, 0.1, 0), multi-arch, SLSA build attestation.

v0.1.1

Choose a tag to compare

@nk3750 nk3750 released this 07 Aug 17:38
  • The licence changed: the whole tree is now Apache-2.0 (previously AGPL-3.0-or-later). v0.1.0 remains available under its original AGPL terms; nothing is retracted.
  • Security: dependency updates clear three high-severity advisories in production dependencies (ip-address, fast-uri, hono).
  • Image: ghcr.io/getpostern/postern:0.1.1 (also latest, 0.1, 0), multi-arch, SLSA build attestation.