Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 14:21
6808cc6

Changelog

🚀 Features

  • : feat(api): add archive, NZB and FTP streaming endpoints (@M0Rf30)
  • : feat(api): make Cinemeta resolution configurable via STREMIO_METADATA_URL (@M0Rf30)
  • : feat(logging): structured, leveled slog logging across the server (@M0Rf30)
  • : feat: make IMDb resolution and tracker source configurable (@M0Rf30)

🐛 Bug Fixes

  • : fix(api): accept stremio-core archive/nzb create request shapes (@M0Rf30)
  • : fix(archive): build 7zip only on 64-bit; fix arm/386 cross-compile (@M0Rf30)
  • : fix: address code-review findings and golangci-lint errors (@M0Rf30)

⚡ Performance

  • : perf(api): cache interface enumeration; trim per-request CORS allocs (@M0Rf30)
  • : perf: typed stats.opts struct + conditional idle-heap return (@M0Rf30)

📘 Documentation

  • : docs(api): document archive/NZB/FTP endpoints in swagger and README (@M0Rf30)

🧰 Miscellaneous

  • : test: expand coverage and lock response shapes to the official server.js (@M0Rf30)