Releases: InteractiveNinja/tautulli-ntfy-webhook
Releases · InteractiveNinja/tautulli-ntfy-webhook
v2.0.0
Full Changelog: v.1.0.0...v2.0.0
Environment Variables has changes such this is a breaking change. Check the documentation for instructions on how to set environment variables.
Initial Release
Adds accesstoken configuration for ntfy servers (#1) * Refactors config loader * adds debug script * loads port out of config loader * updates readme for port information * Refactors configurations checking. Extends error message with missing config keys * prettiers response mapper * Adds typedi reflect-metadata * uses type-di * updates git prehook * prettiers tsconfig * adds option to disable ssl cert verification * extracts Response interfaces * adds typed request object * refactors supportedMediaTypesMiddleware * unifies file naming * adds option to utilize auth tokens for ntfy * adds lodash * refactors configuration loading * refactors project structure * updates name of lint script * removes winston types * fixes logger import * refactors supportMediaTypes to mediaTypes file * remove linebrakes in response chain * removes unreachables lines * updates readme * prevent crashing application by not throwing directly created errors by logger * updates thrown error message