Releases: macula-io/macula-cli
Releases · macula-io/macula-cli
Release list
v0.5.0
v0.4.1
Changelog
- d0a317e daemon: fix a pubsub watch -daemon tap dying within microseconds for a long topic
v0.4.0
Changelog
- 1e7bb9a Add dht find-record/find-records/find-records-by-type
v0.3.0
Changelog
- 1f47239 serve/serve -daemon: add -exec, a per-call computed reply
v0.2.0
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
v0.1.3
v0.1.2
Changelog
v0.1.1
v0.1.0
Changelog
- e3bc837 Add cross-platform release pipeline: GoReleaser, install.sh, install.ps1
- 7ff1dd2 Add the missing dark/light logo lockup to the README
- 5fbdbd7 Rewrite README and add guides/HOWTO.md, mirroring macula-station's docs
- 7d0feb2 Walking skeleton: connect, call, pubsub watch, stream probe, content probe