v1.3.1
nielsvanvelzen
released this
05 Jul 16:04
·
15 commits
to release-1.3.z
since this release
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
andvppTonemappingContrast
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
- Update kotest to v5.3.1 #418, by @renovate[bot]
- Update dependency com.squareup:kotlinpoet to v1.12.0 #419, by @renovate[bot]
- Increase minimum supported Jellyfin version to 10.8.1 #423, by @nielsvanvelzen
- Update kotest to v5.3.2 #429, by @renovate[bot]
- Update OpenAPI to 10.8.1 #431, by @jellyfin-bot
Contributors
Compatibility
Info | Jellyfin version |
---|---|
Minimum API Version | 10.8.1 |
Recommended API Version | 10.8.1 |