v0.13.1
Highlights
This patch release improves poll-mode subscriptions and local runtime integrations.
Added
- Poll subscriptions can now consume top-level array responses directly, which makes REST feeds like GitHub-style event arrays usable without wrapping them in an extra object.
@holon-run/uxc-daemon-clientnow exposes poll config support, so local integrations can start poll-mode subscriptions through the daemon client.
Fixed
- Poll-mode HTTP handling now supports ETag-based reuse,
304 Not Modified, andx-poll-intervalhints for adaptive polling against event feeds. - Docs and install examples were updated to match the current v0.13 runtime/import surface and patch version.
Install
brew tap holon-run/homebrew-tap
brew install uxcOr install a specific version:
curl -fsSL https://raw.githubusercontent.com/holon-run/uxc/main/scripts/install.sh | bash -s -- -v v0.13.1What's Changed
- feat(subscribe): support poll over top-level array responses by @jolestar in #351
- feat: expose poll config in uxc daemon client by @jolestar in #353
- feat(subscribe): support poll ETag, 304 not-modified, and X-Poll-Interval by @jolestar in #352
Full Changelog: v0.13.0...v0.13.1