Skip to content

Releases: Deflix-tv/go-stremio

v0.2.2 (2020-07-04)

04 Jul 19:28
Compare
Choose a tag to compare
  • Added genres, director and cast to meta and preview items because Stremio doesn't handle links properly yet, see Stremio/stremio-addon-sdk#130
  • Updated dependencies

v0.2.1 (2020-06-30)

30 Jun 21:22
Compare
Choose a tag to compare
  • Workaround to remove the printing of the usage of Fiber's -prefork and -child flags when an app that uses go-stremio also uses the flag package, which is not unlikely

v0.2.0 (2020-06-27)

27 Jun 11:11
Compare
Choose a tag to compare
  • Added Cache-Control handling
  • Added ETag handling
  • Use zap for logging instead of logrus
  • Use Fiber as web framework instead of gorilla/mux
  • Added benchmark script
  • Updated benchmark results and details

v0.1.0 (2020-06-07)

27 Jun 11:07
Compare
Choose a tag to compare

Initial release, based on what deflix-stremio and stremio-top-movies already used, but with only a minimum amount of features.