Skip to content

v0.4.0 (2020-08-23)

Compare
Choose a tag to compare
@doingodswork doingodswork released this 23 Aug 17:41
· 70 commits to master since this release
  • Added: New independent cinemeta package with a Cinemeta client
  • Added: Optional meta middleware to put the meta of a movie or TV show into the context
  • Added: Convenience function to get meta from context
  • Added: A channel can optionally be passed to an Addon's Run method to be notified of a server shutdown
  • Added: Optional logging of media name in request log (only works for stream requests)
  • Improved: Decreased WriteTimeout and IdleTimeout to make sure connections are closed in time when Docker stop is used (which kills containers that aren't stopped within 10s)
  • Improved: Added context to handler function signatures
  • Improved: Updated to Go 1.15
  • Improved: Updated to Fiber v1.14.2