Releases: getpostern/postern
Releases · getpostern/postern
Release list
v0.1.2
- 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.mdis 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(alsolatest,0.1,0), multi-arch, SLSA build attestation.
v0.1.1
- 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(alsolatest,0.1,0), multi-arch, SLSA build attestation.