Skip to content

Releases: jellyfin/jellyfin-sdk-kotlin

v1.0.0-beta.7

24 May 13:26
82fba20
Compare
Choose a tag to compare

After almost a year of development the new apiclient SDK is ready for testing! This release is a complete rewrite of the 0.6.x version with some changes already released in the 0.7.x version. The API part is now automatically generated with a custom written code generator and updates the API to 10.7.0!

This is the seventh beta to fix a major issue where enums where not serialized properly in query parameters.

Changelog

Compatibility

Info Jellyfin version
Minimum API Version 10.7.0
Recommended API Version 10.7.5

v1.0.0-beta.6

21 May 16:06
47551ef
Compare
Choose a tag to compare

After almost a year of development the new apiclient SDK is ready for testing! This release is a complete rewrite of the 0.6.x version with some changes already released in the 0.7.x version. The API part is now automatically generated with a custom written code generator and updates the API to 10.7.0!

This is the sixth beta update with some fixes for timeouts and exceptions. There also is a new set of functions to help converting between Pair-like api models and the actual Pair class.

Changelog

Compatibility

Info Jellyfin version
Minimum API Version 10.7.0
Recommended API Version 10.7.5

v1.0.0-beta.5

10 May 20:30
2fb9814
Compare
Choose a tag to compare

After almost a year of development the new apiclient SDK is ready for testing! This release is a complete rewrite of the 0.6.x version with some changes already released in the 0.7.x version. The API part is now automatically generated with a custom written code generator and updates the API to 10.7.0!

This is the fifth beta updating introducing new discovery code with stricter rules, a new HttpClientOptions class to change timeout/redirection behavior, exceptions for the KtorClient and a fix in the generator changing the nullability of a lot of properties. Updating to this version might require changes, see the relevant pull requests for more details.

Changelog

Compatibility

Info Jellyfin version
Minimum API Version 10.7.0
Recommended API Version 10.7.5

v1.0.0-beta.4

05 May 14:07
f4f40e6
Compare
Choose a tag to compare

After almost a year of development the new apiclient SDK is ready for testing! This release is a complete rewrite of the 0.6.x version with some changes already released in the 0.7.x version. The API part is now automatically generated with a custom written code generator and updates the API to 10.7.0!

This is the fourth beta updating the API to Jellyfin 10.7.5 together with some other changes. The most important change is #234 which fixes an issue with the generation of urls in the VideoApi.

Changelog

Compatibility

Info Jellyfin version
Minimum API Version 10.7.0
Recommended API Version 10.7.5

v1.0.0-beta.3

15 Apr 16:49
4d1e1e3
Compare
Choose a tag to compare

After almost a year of development the new apiclient SDK is ready for testing! This release is a complete rewrite of the 0.6.x version with some changes already released in the 0.7.x version. The API part is now automatically generated with a custom written code generator and updates the API to 10.7.0!

This is the third beta updating the API to Jellyfin 10.7.2 together with some other changes.

Changelog

Compatibility

Info Jellyfin version
Minimum API Version 10.7.0
Recommended API Version 10.7.2

v1.0.0-beta.2

24 Mar 16:38
48c0836
Compare
Choose a tag to compare

After almost a year of development the new apiclient SDK is ready for testing! This release is a complete rewrite of the 0.6.x version with some changes already released in the 0.7.x version. The API part is now automatically generated with a custom written code generator and updates the API to 10.7.0!

This is the second beta and aims to fix publishing of the library (See #176).

Changelog

Compatibility

Info Jellyfin version
Minimum API Version 10.7.0
Recommended API Version 10.7.0

v1.0.0-beta.1

23 Mar 16:49
625a354
Compare
Choose a tag to compare

After almost a year of development the new apiclient SDK is ready for testing! This release is a complete rewrite of the 0.6.x version with some changes already released in the 0.7.x version. The API part is now automatically generated with a custom written code generator and updates the API to 10.7.0!

This is the first beta.

Changelog

Compatibility

Info Jellyfin version
Minimum API Version 10.7.0
Recommended API Version 10.7.0

v0.7.9

31 Jan 16:02
a465bb1
Compare
Choose a tag to compare
v0.7.9 Pre-release
Pre-release

This is the same commit as v0.7.8 but built with Java 8 instead of Java 14 to fix a compatibility issue with Android.

v0.7.8

31 Jan 10:03
a465bb1
Compare
Choose a tag to compare

This release adds a new method to the BaseApiClient to change the device information.

Changelog

✨ New features

v0.7.7

25 Oct 08:51
9484987
Compare
Choose a tag to compare

And again, another maintenance release to fix an issue for the Android app. This time it fixes an issue where some devices use special characters in their device name causing the app to fail..

Changelog

🔥 Crash fixes