Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 15:12
· 6 commits to master since this release

Changelog

  • 68c776d Add -direct flag to call: resolve+dial via macula-go-sdk's new directdial
  • 77b53a0 Add -direct flag to serve: publish via directdial.AdvertiseDirect
  • 511f8be Add UCAN and cert-chain authorization to call/serve
  • a711863 Add daemon mode: daemon start/status/stop, serve -daemon
  • ae03c06 Add pubsub daemon support and call --via-daemon; fix a real session-sharing race found doing it
  • 469f0d7 Add serve subcommand: wires Session.ServeOneCall into the CLI
  • eab898d Bump go-sdk dependency: macula-go-sdk -> macula-go v0.3.0
  • 47015fb Document serve, ucan, and daemon mode in the HOW-TO guide
  • 927f90c Fix serve's misleading output when a UCAN-gated call is refused
  • a9bdcda Fix stale cross-references to sibling SDK repos in ucan.go and HOWTO.md
  • bdbf45a Harden the daemon control socket against a shared-/tmp pre-creation attack
  • 27884ec Update README daemon-mode section for the XDG_RUNTIME_DIR/ownership hardening