jellyfin/jellyfin-sdk-kotlin (org.jellyfin.sdk:jellyfin-core)
### [`v1.5.2`](https://togithub.com/jellyfin/jellyfin-sdk-kotlin/releases/tag/v1.5.2)
During the beta testing of our official Android TV app, we discovered two issues related to timezones. The first issue occurred when a LocalDateTime was included as a query parameter in a request, resulting in the omission of the timezone information and causing the server to interpret it as UTC. The second issue involved deserializing a LocalDateTime from a response body, where it was always interpreted as the local timezone instead of the server's consistent UTC timezone. These bugs have been present in the SDK for several releases. These issues are mostly notable in the Live TV functionality.
#### 🔧 Bugfixes
- Fix LocalDateTime in URLBuilder missing timezone [#969](https://togithub.com/jellyfin/jellyfin-sdk-kotlin/issues/969), by [@nielsvanvelzen](https://togithub.com/nielsvanvelzen)
- Fix timezone offset in DateTimeSerializer deserialization [#970](https://togithub.com/jellyfin/jellyfin-sdk-kotlin/issues/970), by [@nielsvanvelzen](https://togithub.com/nielsvanvelzen)
#### Contributors
- [@nielsvanvelzen](https://togithub.com/nielsvanvelzen)
#### Compatibility
| Info | Jellyfin version |
| ----------------------- | ---------------- |
| Minimum API Version | 10.9.0 |
| Recommended API Version | 10.9.8 |
### [`v1.5.1`](https://togithub.com/jellyfin/jellyfin-sdk-kotlin/releases/tag/v1.5.1)
#### 📈 Dependency updates
- Update OpenAPI to 10.9.8 [#968](https://togithub.com/jellyfin/jellyfin-sdk-kotlin/issues/968), by [@jellyfin-bot](https://togithub.com/jellyfin-bot)
#### Contributors
- [@jellyfin-bot](https://togithub.com/jellyfin-bot)
#### Compatibility
| Info | Jellyfin version |
| ----------------------- | ---------------- |
| Minimum API Version | 10.9.0 |
| Recommended API Version | 10.9.8 |
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
1.5.0
->1.5.2
Release Notes
jellyfin/jellyfin-sdk-kotlin (org.jellyfin.sdk:jellyfin-core)
### [`v1.5.2`](https://togithub.com/jellyfin/jellyfin-sdk-kotlin/releases/tag/v1.5.2) During the beta testing of our official Android TV app, we discovered two issues related to timezones. The first issue occurred when a LocalDateTime was included as a query parameter in a request, resulting in the omission of the timezone information and causing the server to interpret it as UTC. The second issue involved deserializing a LocalDateTime from a response body, where it was always interpreted as the local timezone instead of the server's consistent UTC timezone. These bugs have been present in the SDK for several releases. These issues are mostly notable in the Live TV functionality. #### 🔧 Bugfixes - Fix LocalDateTime in URLBuilder missing timezone [#969](https://togithub.com/jellyfin/jellyfin-sdk-kotlin/issues/969), by [@nielsvanvelzen](https://togithub.com/nielsvanvelzen) - Fix timezone offset in DateTimeSerializer deserialization [#970](https://togithub.com/jellyfin/jellyfin-sdk-kotlin/issues/970), by [@nielsvanvelzen](https://togithub.com/nielsvanvelzen) #### Contributors - [@nielsvanvelzen](https://togithub.com/nielsvanvelzen) #### Compatibility | Info | Jellyfin version | | ----------------------- | ---------------- | | Minimum API Version | 10.9.0 | | Recommended API Version | 10.9.8 | ### [`v1.5.1`](https://togithub.com/jellyfin/jellyfin-sdk-kotlin/releases/tag/v1.5.1) #### 📈 Dependency updates - Update OpenAPI to 10.9.8 [#968](https://togithub.com/jellyfin/jellyfin-sdk-kotlin/issues/968), by [@jellyfin-bot](https://togithub.com/jellyfin-bot) #### Contributors - [@jellyfin-bot](https://togithub.com/jellyfin-bot) #### Compatibility | Info | Jellyfin version | | ----------------------- | ---------------- | | Minimum API Version | 10.9.0 | | Recommended API Version | 10.9.8 |Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.