v1.0.0-beta.6
nielsvanvelzen
released this
21 May 16:06
·
53 commits
to release-1.0.z
since this release
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 sixth beta update with some fixes for timeouts and exceptions. There also is a new set of functions to help converting between Pair-like api models and the actual Pair class.
Changelog
- Add information about desugaring and update sample code in README #252, by @nielsvanvelzen
- Replace GH_TOKEN with JF_BOT_TOKEN #254, by @ferferga
- Rename MissingPathVariableError to MissingPathVariableException and extend ApiClientException #256, by @nielsvanvelzen
- Add pair extensions to easily convert SDK pairs to and from Kotlin pairs #255, by @nielsvanvelzen
- Update kotlinx.coroutines and fix warnings in WebSocketApi #257, by @nielsvanvelzen
- Update Gradle Wrapper from 7.0.1 to 7.0.2 #258, by @jellyfin-bot
- Catch all types of timeouts and rethrow as ApiClientException #259, by @Maxr1998
- Add requestTimeout and socketTimeout to HttpClientOptions #261, by @nielsvanvelzen
Compatibility
Info | Jellyfin version |
---|---|
Minimum API Version | 10.7.0 |
Recommended API Version | 10.7.5 |