Skip to content

Releases: macula-io/macula-cli

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 05:39

Changelog

  • f0c1d98 Add -args-file to call, for payloads too large to pass inline
  • 49fcb7e identity: add sign, the client half of the ownership-proof design

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 13:12

Changelog

  • d0a317e daemon: fix a pubsub watch -daemon tap dying within microseconds for a long topic

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 07:17

Changelog

  • 1e7bb9a Add dht find-record/find-records/find-records-by-type

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 19:29

Changelog

  • 1f47239 serve/serve -daemon: add -exec, a per-call computed reply

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 15:12

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

Choose a tag to compare

@github-actions github-actions released this 29 Aug 21:01

Changelog

  • 7107cf1 Bump macula-go-sdk: fixes a real data-loss race in Session.Close
  • 584e15f Bump macula-go-sdk: publish now carries end-to-end publisher_sig

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 29 Aug 14:22

Changelog

  • bbd754c Add identity, pubsub publish, content put/get -- driven by macula-mcp rework
  • 7c8104f Fix README: still said v0.1.0 after v0.1.1 was tagged; drop macula-mcp row
  • 2d91731 Update Status: v0.1.2 adds identity/pubsub publish/content put-get, which had shipped on master but never been tagged

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Aug 11:28

Changelog

  • 953268f Add uninstall.sh/uninstall.ps1; fix two real bugs found writing them
  • 0aef815 Fix README Status section: it still said "not versioned yet"

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 11:00

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