Update index.mdx

Co-authored-by: theguymadmax <theguymadmax@proton.me>
This commit is contained in:
Joe Kribs
2026-05-21 08:35:22 -06:00
committed by GitHub
co-authored by theguymadmax
parent cf6c895dee
commit 66c71c9bc4
+1 -1
View File
@@ -73,7 +73,7 @@ After migrating:
If you run into issues, please prefix bug reports with "[12.0]".
#### Client Development Changes
As mentioned [before](/blog/2025/10-19-jellyfin-release-10.11.0/index.mdx#client-development-changes), the API will no longer allow deprecated authorization mechanisms by default, so clients and tooling that haven't already migrated will need to update.
As mentioned [before](/blog/2025/10-19-jellyfin-release-10.11.0/index.mdx#client-development-changes), the API will no longer allow deprecated authorization mechanisms by default, so clients and tooling that haven't already migrated will need to update. Any new API changes or breaking modifications will now be deferred to 13.0, allowing client developers to begin targeting a stable API surface ahead of release.
We've also added an option for developers to test their clients with deprecated authorization methods fully disabled. More details on how to authorize and run these tests are available in this [document](https://gist.github.com/nielsvanvelzen/ea047d9028f676185832e51ffaf12a6f).