Skip to content

v0.9.0 (2021-01-16)

Compare
Choose a tag to compare
@doingodswork doingodswork released this 16 Jan 00:04
· 14 commits to master since this release
  • Added: The manifest object is now passed to the manifest callback and it can be changed on a per-call basis
  • Added: The log encoding is now configurable ("console" or "json")
    • "json" is useful when using a centralized log solution like ELK, Graylog or Loki
    • The "json" encoder also includes a short caller entry
  • Added: Special error BadRequest for returning from the catalog and stream handlers
  • Improved: The ID parameter that's passed to the catalog and stream handlers is now unescaped before passing
    • Useful for the ":" in TV show IDs
  • Fixed: Using multiple handlers in a handler map didn't work correctly
  • Fixed: Addon couldn't be installed when setting ConfigurationRequired to true and also using the manifest callback