Skip to content

v2.3.1

Latest

Choose a tag to compare

@gleich gleich released this 19 Jun 05:04
84f79e2

Bug fixes

Honeypot feed snapshots now resolve correctly

FeedSnapshots, FeedSnapshotMeta, and DownloadFeedSnapshot routed honeypot streams (honeypot_http, honeypot_https, honeypot_dns, honeypot_adb) to /feeds/<name>/export, which returned 404 even though those names are documented as valid. They now map to the helio/<protocol> path the API serves. The proxies, anonymizers, and torrents streams are unaffected.

Documentation & tests

  • Documented Domain and GetDomain.
  • Corrected the README Go version requirement (1.25, matching go.mod) and documented the per-feed download helpers (DownloadProxy, DownloadHeliosTLS, etc.).
  • Added tests covering feed request-path routing.