jellyfin / jellyfin-sdk-kotlin

Kotlin SDK for Jellyfin, supporting Android and JVM targets
https://kotlin-sdk.jellyfin.org
GNU Lesser General Public License v3.0
87 stars 42 forks source link

Missing migration guide for v1.5 #983

Open 3flex opened 2 months ago

3flex commented 2 months ago

There are migration guides for v1.1, 1.2 and 1.4, but they're missing for 1.3 & 1.5 (though v1.3 is less relevant now since it was release 2 years ago, so it's probably not worth writing anything up now).

v1.5 has breaking changes (no longer supports Jellyfin 10.8, changes to API, maybe more) which would ideally be documented in a dedicated migration guide.

nielsvanvelzen commented 2 months ago

There are 2 main changes in 1.5:

I don't document API changes in migration guides, for the migration of the WebSocket implementation you can just look at the updated documentation for it, it's not that different.

I didn't had the time to write a proper migration guide during the 1.5 release, I do accept pull requests for it though!