hudu-v0.1.9
·
16 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Added
sync --phase-tracebreaks each resource's wall time into phases. Emits async_phases
event per resource splitting the time into queue wait, API fetch, rate-limit wait, retry
wait, ID extraction and SQLite upsert, so a slow lightweight resource can be attributed
rather than guessed at. Durations and counts only - no credentials, no response bodies.
queue_wait_mscovers enqueue until a worker picks the resource up, which the previous
per-resource duration started after and therefore could never measure.
Changed
- Install and remote-agent documentation corrected against the shipped binaries. The remote
section namedmcp-remote, which bridges the opposite direction and cannot publish a local
stdio server at all; connectors that parse--transport httpnow point at the native flag
and the rest atsupergateway. The HTTP endpoint is/mcp, not the bare root the docs gave.
The Windows install path and a fallback paragraph describing annpxinstall that is not
offered were both wrong and are gone. A newcheck_install_docsgate holds these claims
against the binaries and installers so they cannot drift again.