Skip to content

v0.16.0-rc3

Pre-release
Pre-release

Choose a tag to compare

@srdjan srdjan released this 22 Apr 12:34
Immutable release. Only release title and notes can be modified.

Highlights since rc2

  • zigttp:websocket - full RFC 6455 WebSocket support: handshake, frame I/O, onOpen/onMessage/onClose dispatch, getWebSockets broadcast, in-memory attachments, durable persistence, and setAutoResponse
  • zigttp:fetch - web-standard outbound fetch(url, init?) with durable replay under --durable
  • zigttp:scope - request-scoped lifecycle management module
  • Coding agent (pi) - closed-loop agent loop, session persistence, /resume, REPL and TUI modes, --print/--mode json, Anthropic HTTPS backend, approval policy, and project-context injection
  • Sandbox hardening - arena audit, persistent-string escape detection, security event stream (phases 1-5)
  • Module governance - build-time capability audit, verify-modules governance mode, module-spec artifacts
  • Proven live reload - contract-aware hot swap with --prove/--force-swap
  • Deploy - zigttp login, region/wait flags, session refresh, content-addressed OCI refs
  • Monorepo refactor - packages/runtime, packages/zigts, packages/tools, packages/modules as independent Zig packages

Install

curl -fsSL https://raw.githubusercontent.com/srdjan/zigttp/main/install.sh | sh

Or download a tarball below and extract it manually.

Full Changelog: v0.16.0-rc2...v0.16.0-rc3