Updater bot : seerr updated to 3.4.1

This commit is contained in:
alexbelgium
2026-08-01 01:31:36 +02:00
parent 6cd2da1fad
commit 25d8e3767d
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 3.4.1 (2026-08-01)
- Update to latest version from seerr-team/seerr (changelog : https://github.com/seerr-team/seerr/releases)
## 3.3.0.1 (2026-07-28)
- Fixed searches failing through ingress with `500 Internal Server Error` (#2906, #2646). Home Assistant's ingress proxy re-encodes the query string and passes a space as `+`, along with a bare `:` `/` `?` `@` `!` `$` `'` `(` `)` `*` `,` - all of which Seerr's OpenAPI validator rejects as reserved characters. Nginx now re-encodes them before proxying, so titles such as `Monsters, Inc.`, `Ocean's Eleven`, `Mission: Impossible` and `Who? What?` search correctly. Only ingress was affected; the directly published port 5055 always worked.

View File

@@ -96,4 +96,4 @@ schema:
slug: seerr
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/seerr
version: "3.3.0.1"
version: "3.4.1"

View File

@@ -1,8 +1,8 @@
{
"last_update": "2026-06-05",
"last_update": "2026-08-01",
"repository": "alexbelgium/hassio-addons",
"slug": "seerr",
"source": "github",
"upstream_repo": "seerr-team/seerr",
"upstream_version": "3.3.0"
"upstream_version": "3.4.1"
}