Skip to content

Releases: jellyfin/jellyfin-sdk-kotlin

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

v1.3.2

23 Jul 09:48
Compare
Choose a tag to compare

Fixed an issue where java.net.ConnectException was not mapped to the SDK's TimeoutException and adds two tiny features:

  1. Accept "minimumServerVersion" in JellyfinOptions to forcefully support older Jellyfin versions
  2. Add clientLogApi.logFileUrl to generate the URL used for crash reports

Changelog

Contributors

Compatibility

Info Jellyfin version
Minimum API Version 10.8.1
Recommended API Version 10.8.1

v1.3.1

05 Jul 16:04
Compare
Choose a tag to compare

Jellyfin 10.8.1 was released with a few changes to the API. Unfortunately this includes some breaking changes. Keep using the previous SDK release (1.3.0) If you'd like to support 10.8.0 or don't need the changes from this release.

The breaking changes in the API are:

  • Added splashscreenEnabled field in BrandingOptions
  • Added vppTonemappingBrightness and vppTonemappingContrast fields in EncodingOptions

The mentioned API models will cause an exception when using 10.8.0 or lower because they lack a value in the API responses and have no defaults set.

Changelog

Contributors

Compatibility

Info Jellyfin version
Minimum API Version 10.8.1
Recommended API Version 10.8.1

v1.3.0

11 Jun 08:08
Compare
Choose a tag to compare

Jellyfin 10.8 was just released! This version of the SDK builds on top of the API changes and guarantees compatibility. The SDK now requires the server to use 10.8 or newer because of some incompatible changes in the WebSocket code and stricter nullability in the API. We recommend using a previous SDK version (like 1.2) if you still want or need to support Jellyfin 10.7.

Significant changes in this release include:

  • WebSocket code now authenticates via HTTP header instead of URL (incompatible with 10.7)
  • Lot's of nullability fixes in the API code
  • More enums in the API (BaseItemKind is an exiting one here)

Changelog

Contributors

Compatibility

Info Jellyfin version
Minimum API Version 10.8.0
Recommended API Version 10.8.0

v1.3.0-beta.3

16 May 06:34
Compare
Choose a tag to compare

This beta bumps the versions of our used libraries and fixes an issue in POST requests (#395) that use binary data or text instead of JSON. No changes to the API in this beta.

Changelog

Contributors

Compatibility

Info Jellyfin version
Minimum API Version 10.8.0
Recommended API Version 10.8.0-beta.3