Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 01:01
· 461 commits to master since this release
v1.2.0
eaa7421
  • Breaking: YouTube environment variable has been renamed (CHATTERINO_API_YOUTUBE_API_KEY).
  • Added viper as a configuration manager. This allows to set configuration with config files, environment variables or command line flags. There are also new configurable properties. See docs/config.md for detailed information. (#162)
  • Pass http.Request all the way down the pipeline to custom resolvers. (#167)