I would like to give a huge shoutout to @rtrox who made some really awesome changes in this release. 🎉
Important Changes
- Added support for Readarr @rtrox #97
- Added support for Prowlarr @halkeye #84 and @rtrox #98
- Added support for standard form auth @rtrox
- Refactored libraries to use Koanf and Zap @rtrox #114 #115
- Added Validations and Unit Tests @rtrox
What's Changed
- chore(deps): update dependency golang to v1.18.4 by @renovate in #74
- chore(deps): update dependency golang to v1.18.5 by @renovate in #76
- fix(deps): update module github.com/sirupsen/logrus to v1.9.0 by @renovate in #75
- chore(deps): update dependency golang to v1.19.0 by @renovate in #78
- fix(deps): update module github.com/prometheus/client_golang to v1.13.0 by @renovate in #79
- chore(deps): update module go to 1.19 by @renovate in #77
- fix(deps): update module github.com/urfave/cli/v2 to v2.11.1 by @renovate in #73
- Add simple prowlarr by @halkeye in #84
- Fix prowlarr port in README by @HadrienPatte in #94
- Radarr: Somewhat fix the example dashboard by @samip5 in #95
- feat(add): Request gzip compression in API calls by @rtrox in #99
- feat(add): Readarr Support by @rtrox in #97
- chore(deps): update golang docker tag to v1.19.3 by @renovate in #86
- fix(deps): update module github.com/prometheus/client_golang to v1.14.0 by @renovate in #93
- chore(deps): update docker/build-push-action action to v4 by @renovate in #101
- allow apikey to be set from file by @pixxon in #91
- feat(add): Add indexer statistics to prowlarr collector by @rtrox in #98
- Add example dashboard including new collectors by @rtrox in #103
- chore(deps): update golang docker tag to v1.20.2 by @renovate in #100
- fix(deps): update module github.com/urfave/cli/v2 to v2.25.0 by @renovate in #85
- chore(deps): update goreleaser/goreleaser-action action to v4 by @renovate in #102
- [Refactor] (1/2) Refactor
client
to leverage a custom Transport &url.URL
by @rtrox in #106 - fix(deps): update module github.com/stretchr/testify to v1.8.2 by @renovate in #108
- [Refactor] (2/2) Convert remaining collector
Fatal
s toInvalidMetric
s by @rtrox in #107 - Add job to workflow to run tests by @rtrox in #111
- chore(deps): update actions/setup-go action to v4 by @renovate in #112
- (1/3) Add Options for Auth via Form Data by @rtrox in #110
- fix: Fix Query Param addition in client.go by @rtrox in #116
- (2/3) Use Cobra, Koanf, and Ozzo rather than urfave/cli by @rtrox in #114
- (3/3) Use Zap for structured logging rather than logrus. by @rtrox in #115
- fix: rename
lidarr_songs_missing_total
tolidarr_albums_missing_total
by @onedr0p in #119 - Add --backfill & --backfill-since-date options for Prowlarr. by @rtrox in #117
- Ensure Backwards compatiblity of new flags & envvar names by @rtrox in #120
- Additional Compatibility Measures by @rtrox in #122
New Contributors
- @halkeye made their first contribution in #84
- @HadrienPatte made their first contribution in #94
- @samip5 made their first contribution in #95
- @rtrox made their first contribution in #99
- @pixxon made their first contribution in #91
Full Changelog: v1.1.0...v1.2.0