Comment on Jellyfin 10.11 RC1 Released
timbuck2themoon@sh.itjust.works 2 days agoI’ll be honest, Im not sure why theyre not releasing this as 11.x.
This seems to be a major update. From what I can tell there are API changes, plugins might not work, your entire db is converted to another format, etc.
I’m excited for it and thankful for all the work- just seems so big that it should be tagged 11.0.0
stevestevesteve@lemmy.world 2 days ago
I kinda agree here. jellyfin.org/docs/general/…/release-procedure/
Claims to follow semantic versioning, explicitly mentioning changes to plugin APIs as reasoning for a new major version.
exu@feditown.com 2 days ago
Their reasoning is literally the second sentence on that page.
Any 10.Y.Z release is cleanup and can include breaking changes. That’s been the case for 10.9 and 10.10 already btw.
evulhotdog@sh.itjust.works 2 days ago
Sure they put a not in, but why not just follow semver to begin with instead of using semver with a bunch of asterisks, and essentially ignoring what semver is
ShortN0te@lemmy.ml 1 day ago
Consider the 10.y.z simply to be 0.y.z and everything works out.
Jellyfin inherited a lot of shitty code and architecture from emby. They simply cannot guarantee anything across patches until it is sorted out.
imho much better then releasing major version after major version because the break stuff regularly.
ShortN0te@lemmy.ml 2 days ago
Its right there at the link you posted.
stevestevesteve@lemmy.world 1 day ago
“Breaks all compatibility [with emby]” was my interpretation of that. Not a huge deal either way but I’d definitely have been calling it 11 with this DB rework myself
ShortN0te@lemmy.ml 1 day ago
If you read through the whole paragraph, it is clear that they mean the compatibility of previous jellyfin versions.
Also, again:
That means that the code is not cleaned up with that release.
If you would release 11 before the code is considered cleaned up, you would basically break your own defined versioning convention. That is best decided by the active maintainers.