Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@davidborzek davidborzek released this 13 Apr 22:05
· 310 commits to main since this release
c23674a

What's Changed

  • Add authentication via API tokens. Tokens can be created and revoked via the web interface or the admin CLI.
  • Expose tvheadend metrics in Prometheus format. See Metrics for more information.
  • Add more admin CLI commands: List users, delete user, manage api tokens, disable two factor authentication (see tvhgo admin --help for more information).
  • Support logging in JSON format.
  • Lazy load ui components and data to improve performance and loading states.
  • Add reverse proxy authentication support. See Reverse Proxy Authentication for more information.

Bug Fixes

  • Add two-factor-auth api to Swagger Docs.
  • Improve Streaming API error handling.

Full Changelog: v0.1.0...v0.2.0