feat(container)!: Update image docker.io/fallenbagel/jellyseerr to v2 #1047
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.9.2
->2.1.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Fallenbagel/jellyseerr (docker.io/fallenbagel/jellyseerr)
v2.1.0
Compare Source
Highlights
New Proxy Settings: Support for configuring HTTP proxy settings from Settings > General. You can now set up a proxy for outgoing requests and have the ability to bypass local addresses.
Performance Degradation / Lag Fix: This release addresses an issue that particularly affected users with weaker hardware (e.g., Synology devices). Jellyseerr previously experienced significant lag (up to 10-15 seconds) when navigating to core pages that did not rely on external APIs, such as settings. The problem was caused by multiple requests to the blacklist modal for each series/movie card, which overloaded both the server and the browser, causing timeouts. This issue also impacted smooth scrolling, resulting in hangs when scrolling too quickly. The fix improves performance and resolves these issues.
Bug Fixes
Features
This release is also available on:
v2.1.0
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 becomes conflicted, 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.