Skip to content

deflix-stremio v0.8.0

Compare
Choose a tag to compare
@doingodswork doingodswork released this 23 Aug 20:10
· 144 commits to master since this release
  • Improved: deflix-stremio is now based on the go-stremio SDK
  • Improved: Removed context parameter in cases where it's unnecessary (not request-scoped, never cancelled)
  • Improved: The Docker builder image now has an extra layer that caches the source code of dependencies
  • Improved: More use of pointers to objects that are only created once (and thus shouldn't lead to much garbage to be collected)
  • Improved: Updated dependencies
  • Improved: Updated to Go 1.15
  • Fixed: The InMemoryCache example implementation had an uninitialized lock