Skip to content

v0.13.1

Choose a tag to compare

@jolestar jolestar released this 05 Apr 04:10
· 63 commits to main since this release

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-client now 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, and x-poll-interval hints 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 uxc

Or install a specific version:

curl -fsSL https://raw.githubusercontent.com/holon-run/uxc/main/scripts/install.sh | bash -s -- -v v0.13.1

What'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