Skip to content

v0.8.0 (2020-12-12)

Compare
Choose a tag to compare
@doingodswork doingodswork released this 12 Dec 22:43
· 24 commits to master since this release
  • Added: Collection and export of basic metrics for Prometheus
  • Improved: Made the Cinemeta client replaceable
    • ⚠️ This is a breaking change if you used the Options.CinemetaClient before. It's now Options.MetaClient and can be any struct that implements the MetaFetcher interface.
  • Improved: Added HEAD to allowed CORS methods
    • (Stremio sends a HEAD request right before starting to stream an HTTP stream)
  • Improved: Updated all dependencies to their latest versions