Skip to content

Releases: jellyfin/jellyfin-sdk-kotlin

v1.4.2

26 Apr 18:21
Compare
Choose a tag to compare

This release bumps the API to Jellyfin 10.8.10 (no significant changes).

📈 Dependency updates

Contributors

Compatibility

Info Jellyfin version
Minimum API Version 10.8.1
Recommended API Version 10.8.10

v1.4.1

22 Jan 21:03
Compare
Choose a tag to compare

This is a small release that updates the API to Jellyfin 10.8.9 (no significant changes). We've also added some extensions to use ticks with the Kotlin duration class, added a better value for the HTTP Accept header and increased the default socket timeout from 10 to 30 seconds based on feedback on our Android TV app.

🏗️ Enhancements

📈 Dependency updates

Contributors

Compatibility

Info Jellyfin version
Minimum API Version 10.8.1
Recommended API Version 10.8.9

v1.4.0

06 Dec 13:15
Compare
Choose a tag to compare

This release includes performance improvements, bug fixes and the addition of request models. For more information visit our new documentation site at kotlin-sdk.jellyfin.org where you can also find a migration document for this release.

🏗️ Enhancements

📚 Documentation

🔧 Bugfixes

💡 Everything else

📈 Dependency updates

Contributors

Compatibility

Info Jellyfin version
Minimum API Version 10.8.1
Recommended API Version 10.8.8

v1.4.0-beta.2

19 Nov 21:10
Compare
Choose a tag to compare

🏗️ Enhancements

🔧 Bugfixes

  • Remove linebreaks in AuthorizationHeaderBuilder.encodeParameterValue #587, by @nielsvanvelzen

📈 Dependency updates

Contributors

Compatibility

Info Jellyfin version
Minimum API Version 10.8.1
Recommended API Version 10.8.7

v1.4.0-beta.1

01 Nov 11:48
Compare
Choose a tag to compare

This version adds request models in addition to the existing API functions. We've also improved server discovery performance and moved all documentation to kotlin-sdk.jellyfin.org.

🏗️ Enhancements

📚 Documentation

🔧 Bugfixes

💡 Everything else

📈 Dependency updates

Contributors

Compatibility

Info Jellyfin version
Minimum API Version 10.8.1
Recommended API Version 10.8.7

v1.3.7

19 Oct 19:22
Compare
Choose a tag to compare

This release brings a temporary fix for a badly generated type in the TranscodingInfo model causing the JSON deserialization to fail.

Bugfixes

  • Add TranscodingInfoTranscodeReasonsHook to fix issue with OpenAPI spec #542, by @nielsvanvelzen

Contributors

Compatibility

Info Jellyfin version
Minimum API Version 10.8.1
Recommended API Version 10.8.5

v1.3.6

25 Sep 09:07
Compare
Choose a tag to compare

In this release we have fixed two small bugs and updated the API to Jellyfin 10.8.5. This API version adds the "data" member to the "MediaStreamType" enum.

Features

Bugfixes

Contributors

Compatibility

Info Jellyfin version
Minimum API Version 10.8.1
Recommended API Version 10.8.5

v1.3.5

14 Aug 18:13
Compare
Choose a tag to compare

This release fixes device names with special characters, updates the API to Jellyfin 10.8.4 (no changes) and adds constants for CollectionType, ItemSortBy, MediaType and PersonType.

Changelog

Contributors

Compatibility

Info Jellyfin version
Minimum API Version 10.8.1
Recommended API Version 10.8.4

v1.3.4

02 Aug 12:11
Compare
Choose a tag to compare

SSL exceptions are now handled by the ApiClient, fixing a regression of the previous 1.3.3 release that caused clients to crash. The recommended server version is bumped to 10.8.3 (although it does not contain any API changes).

Changelog

Contributors

Compatibility

Info Jellyfin version
Minimum API Version 10.8.1
Recommended API Version 10.8.3

v1.3.3

29 Jul 20:11
Compare
Choose a tag to compare

This release fixes an issue where the ApiClient caught all throwables and rethrow them wrapped as ApiClientException. This behavior caused issues with Kotlin coroutines because the CancellationException was changed to a different exception type.

Changelog

Contributors

Compatibility

Info Jellyfin version
Minimum API Version 10.8.1
Recommended API Version 10.8.1