From 183b0a90f209231fed7003c8d8b15033e3b381dc Mon Sep 17 00:00:00 2001 From: Spoked <5782630+dreulavelle@users.noreply.github.com> Date: Sat, 26 Oct 2024 11:22:52 -0500 Subject: [PATCH] chore(main): release 0.17.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb4daf45..cc4f266c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.17.0](/~https://github.com/rivenmedia/riven/compare/v0.16.2...v0.17.0) (2024-10-26) + + +### Features + +* add manual torrent adding ([#785](/~https://github.com/rivenmedia/riven/issues/785)) ([acb22ce](/~https://github.com/rivenmedia/riven/commit/acb22ce9bb54a09a542e1a587181eb731700243e)) +* Add Most Wanted items from Trakt ([#777](/~https://github.com/rivenmedia/riven/issues/777)) ([325df42](/~https://github.com/rivenmedia/riven/commit/325df42989e8d6d841ab625284c54d78b9dc02d1)) +* auth bearer authentication ([0de32fd](/~https://github.com/rivenmedia/riven/commit/0de32fd9e7255c8c91aae4cecb428cabe180aea9)) +* we now server sse via /stream ([efbc471](/~https://github.com/rivenmedia/riven/commit/efbc471e4f4429c098df2a601b3f3c42b98afbb7)) + + +### Bug Fixes + +* add default value for API_KEY ([bc6ff28](/~https://github.com/rivenmedia/riven/commit/bc6ff28ff5b1d1632f2dd2ca64743c4012ccc396)) +* add python-dotenv to load .env variables ([65a4aec](/~https://github.com/rivenmedia/riven/commit/65a4aec275a1f7768a77ef0227d6fb402f9a8612)) +* files sometimes not found in mount ([02b7a81](/~https://github.com/rivenmedia/riven/commit/02b7a81f4b6f93d06e59f06791e99e1860e3ebe9)) +* future cancellation resulted in reset, retry endpoints fialing ([#817](/~https://github.com/rivenmedia/riven/issues/817)) ([19cedc8](/~https://github.com/rivenmedia/riven/commit/19cedc843382acb837c9cd23ddec522d342ed9f5)) +* overseerr outputting items without imdbid's ([45528a9](/~https://github.com/rivenmedia/riven/commit/45528a9ee6701190dcc7c5358b2ea22365afcd60)) +* retry api now resets scraped_at ([#816](/~https://github.com/rivenmedia/riven/issues/816)) ([2676fe8](/~https://github.com/rivenmedia/riven/commit/2676fe801fe2522b8558daaa0fbbd899c0df5dbe)) + ## [0.16.2](/~https://github.com/rivenmedia/riven/compare/v0.16.1...v0.16.2) (2024-10-20) diff --git a/pyproject.toml b/pyproject.toml index 0292f3b7f..6d5c2ee10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "riven" -version = "0.16.2" +version = "0.17.0" description = "Plex torrent streaming through Real Debrid and 3rd party services like Overseerr, Mdblist, etc." authors = ["Riven Developers"] license = "GPL-3.0"