Skip to content

Release Sync: Prowlarr v2.6.5.5623 - #6

Open
actuallyevan wants to merge 45 commits into
masterfrom
sync-release-v2.6.5.5623
Open

actuallyevan wants to merge 45 commits into
masterfrom
sync-release-v2.6.5.5623

Conversation

@actuallyevan

Copy link
Copy Markdown
Owner

Automated release sync for upstream Prowlarr release v2.6.5.5623.

mynameisbogdan and others added 30 commits July 22, 2026 13:46
…r#2749)

* fix: encode HTTP Basic Auth credentials as UTF-8 instead of ISO-8859-1

* fix: address review feedback on basic auth utf8 test
Show custom categories when a single indexer is selected. Clear them if another indexer is selected.
(cherry picked from commit 036aeadd37b863de59c8b02ac7e733b341597d2d)
ignore-downstream

Co-authored-by: ArLab1 <arnaud.laberge@hotmail.com>
Co-authored-by: Fixer <ygj59783@zslsz.com>
Co-authored-by: Gjermund Wiggen <gjermundwiggen@gmail.com>
Co-authored-by: Lizandra Candido da Silva <lizandra.c.s@gmail.com>
Co-authored-by: Loid Nokolaevich Mishkin <raspelanamail@gmail.com>
Co-authored-by: Marco Ciotola <github@ciotola.dev>
Co-authored-by: Mariusz <wisniowy@g.pl>
Co-authored-by: Matthieu Sontag <matthieu.sontag@gmail.com>
Co-authored-by: Mikael Engström <enmi@bahnhof.se>
Co-authored-by: Oskari Lavinto <olavinto@protonmail.com>
Co-authored-by: Psychotrickser <Merih1998@googlemail.com>
Co-authored-by: Robin <lovesyb@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: ablax <klogg@abv.bg>
Co-authored-by: dmmc28 <dmakurin@gmail.com>
Co-authored-by: kaetzgang <kaetzgang@disroot.org>
Co-authored-by: rimasx <rihvast@proton.me>
Co-authored-by: rodeohead <peng.guo0430@gmail.com>
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/bg/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/de/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/es_MX/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/et/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/fi/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/fr/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/it/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/nb_NO/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/pl/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/pt_BR/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/ro/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/ru/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/sv/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/vi/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/zh_CN/
Translation: Servarr/Prowlarr
* Fixed: (MyAnonamouse) perpage parameter API

* Update src/NzbDrone.Core/Indexers/Definitions/MyAnonamouse.cs

Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com>

---------

Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com>
(cherry picked from commit 996c0e9f50cfe1ee7c6f728321c7e77b7aa4d7c6)
(cherry picked from commit 9ae50988eacf51e4eae51400f97e3c8d3b5ec2f2)
(cherry picked from commit beadc687ae47c6d90cba247f84595a692d79a736)
(cherry picked from commit 1579a8bb7f89803d0850369f3ff7980d6edaf31d)
(cherry picked from commit 022f69e14bc333588bc775b9cab98f5e8f12df0c)
ignore-downstream

Co-authored-by: Fixer <ygj59783@zslsz.com>
Co-authored-by: KecskeTech <teonyitas@gmail.com>
Co-authored-by: Oskari Lavinto <olavinto@protonmail.com>
Co-authored-by: Weblate <noreply-mt-weblate@weblate.org>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: rimasx <rihvast@proton.me>
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/et/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/fi/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/hu/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/ro/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/vi/
Translation: Servarr/Prowlarr
(cherry picked from commit 288f73ce9005128b3060a4629d605e693ce9fa57)
mynameisbogdan and others added 14 commits August 31, 2026 14:00
(cherry picked from commit 87892a1d0cd189d203f7930b856287988c6647ff)
Co-authored-by: Meyn <loads@gmx.de>

(cherry picked from commit 6cd1ab3764587f1a6784f0d46efc2fc749149056)
(cherry picked from commit dd84bcd9192d2edc5261c00ca3deb1687fb5a2ea)
1. Microsoft.Data.SqlClient: Prowlarr only talks to SQLite and PostgreSQL, and there is no `using Microsoft.Data` anywhere.

   It also pulls in Microsoft.Identity.Client.Broker -> Microsoft.Identity.Client.NativeInterop, which ships a prebuilt `libmsalruntime.so` linked against Ubuntu's `libcurl`. That library requires `libcurl.so.4(CURL_OPENSSL_4)`, a symbol version that does not exist in any other distribution.

   Dropping it removes 44 files from the output (Azure.Core, Azure.Identity, Microsoft.Identity.*, Microsoft.IdentityModel.*, System.IdentityModel.Tokens.Jwt, Microsoft.SqlServer.Server and the SqlClient resource assemblies).

2. System.ServiceModel.Syndication and System.Configuration.ConfigurationManager are leftovers from the net462/netcoreapp multi-targeting era, nothing uses them.

3. System.Memory: a no-op facade on net8.0, the types live in the shared framework.
ignore-downstream

Co-authored-by: Andreu Punsola Soler <andreu4ps@gmail.com>
Co-authored-by: Psychotrickser <Merih1998@googlemail.com>
Co-authored-by: Weblate <noreply-mt-weblate@weblate.org>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: danast <77412920@qq.com>
Co-authored-by: dmmc28 <dmakurin@gmail.com>
Co-authored-by: rimasx <rihvast@proton.me>
Co-authored-by: ugyes <ferenc.bodi@live.com>
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/ca/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/de/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/es/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/et/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/fr/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/hu/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/pt_BR/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/ru/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/zh_CN/
Translation: Servarr/Prowlarr
(cherry picked from commit 820aa56ef4642365dce92ab499dcddc02b6fc793)
(cherry picked from commit 27aac304eebb2dbf550ab40ae0d5c5cee9322562)
(cherry picked from commit a2eab0a2db7ffbadbd3513120557fbe9a43f7911)
ignore-downstream

Co-authored-by: Kisnov <gabrielmarfil0@gmail.com>
Co-authored-by: Lizandra Candido da Silva <lizandra.c.s@gmail.com>
Co-authored-by: Weblate <noreply-mt-weblate@weblate.org>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: dmmc28 <dmakurin@gmail.com>
Co-authored-by: earlharbinger <lukas.roeser@me.com>
Co-authored-by: rimasx <rihvast@proton.me>
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/ca/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/de/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/et/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/pt_BR/
Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/ru/
Translation: Servarr/Prowlarr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.