Skip to content

Releases: jellyfin/jellyfin-sdk-kotlin

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

v0.7.6

06 Oct 17:50
Compare
Choose a tag to compare

Another maintenance release to fix an issue with server discovery on some privacy-focused Android versions.

Changelog

🔥 Crash fixes

v0.7.5

29 Sep 08:15
b4a6216
Compare
Choose a tag to compare

This is another small release that adds an additional ProGuard rule to the Android module to fix crashes when using the discovery functions with ProGuard enabled.

Changelog

🔥 Crash fixes

v0.7.4

12 Sep 08:20
Compare
Choose a tag to compare

This is a small release that adds a ProGuard configuration to the Android module to fix crashes when using the API with ProGuard enabled.

Changelog

🔥 Crash fixes

🔧 Build changes

v0.7.3

30 Aug 07:58
09aae41
Compare
Choose a tag to compare

This is a small release that adds the ImageBlurHashes field to the BaseItemDTO model.

✨ New features