chore(deps-major): Update fallenbagel/jellyseerr Docker tag to v2 #28
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/fallenbagel-jellyseerr-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.9.2
->2.0.1
Release Notes
Fallenbagel/jellyseerr (fallenbagel/jellyseerr)
v2.0.1
Compare Source
Highlights
This release lays the groundwork for future feature integrations by resolving existing issues and should improve overall stability.
New setup page
The setup process has been improved. Emby users can now configure Jellyseerr without having to edit environment variable.
Blacklist media from Jellyseerr
Users with special permissions can blacklist media to hide it from users. The blacklist is managed in a new page with options to remove items.
Faster downloads update
Sync delay between Jellyseerr and the *arrs is now reduced. A request to Sonarr/Radarr is now made to refresh the monitored downloads right before retrieving the estimated download times.
Switch to Jellyfin API Tokens
Before, Jellyseerr used admin user auth tokens to connect to Jellyfin and perform requests. Now, it will switch to using API tokens instead, with these tokens being automatically generated from the previous auth tokens to ensure a seamless migration.
Details
Bug Fixes
This release is also available on:
v2.0.1
v2.0.0
Compare Source
Highlights
This release lays the groundwork for future feature integrations by resolving existing issues and should improve overall stability.
New setup page
The setup process has been improved. Emby users can now configure Jellyseerr without having to edit environment variable. Existing users should have their
JELLYFIN_TYPE=emby
variable migrated to a setting insettings.json
wheremediaServerType=3
.Blacklist media from Jellyseerr
Users with special permissions can blacklist media to hide it from users. The blacklist is managed in a new page with options to remove items.
Faster downloads update
Sync delay between Jellyseerr and the *arrs is now reduced. A request to Sonarr/Radarr is now made to refresh the monitored downloads right before retrieving the estimated download times.
Switch to Jellyfin API Tokens
Before, Jellyseerr used admin user auth tokens to connect to Jellyfin and perform requests. Now, it will switch to using API tokens instead, with these tokens being automatically generated from the previous auth tokens to ensure a seamless migration.
Details
Bug Fixes
Code Refactoring
Features
Reverts
BREAKING CHANGES
Deprecated the JELLYFIN_TYPE variable to identify Emby media server and
instead rely on the mediaServerType that is set in the
settings.json
. Existing environmentvariable users can log out and log back in to set the mediaServerType to
3
(Emby).Added a serverType to the
/auth/jellyfin
which requires a serverType to beset (
jellyfin
/emby
)refactor(auth): jellyfin/emby authentication to set MediaServerType
jellyfin: Jellyfin settings now does not include a hostname. Instead it abstracted it to ip,
port, useSsl, and urlBase. However, migration of old settings to new settings should work
automatically.
This release is also available on:
v2.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
73637432eb
toa383fe582a