v1.0.0-beta.8
nielsvanvelzen
released this
13 Jun 10:08
·
29 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 eight beta and is intended as the final beta before release. This beta introduces some small changes to improve the experience for Java users, cleans the code a bit and adds a few new features:
- Automatically set the userId parameter for supported endpoints
- New bitrate measurement functions
- toString() function for the ServerVersion class
Expect more new features starting from the 1.1.0 release!
Changelog
- Add bitrate measurement functions #263, by @nielsvanvelzen
- Publish openapi-unstable branch as openapi-unstable-SNAPSHOT #264, by @nielsvanvelzen
- Bump actions/cache from 2.1.5 to 2.1.6 #265, by @dependabot
- Move createPath function to separate PathBuilder #266, by @nielsvanvelzen
- Move createAuthorizationHeader function to separate AuthorizationHeaderBuilder #267, by @nielsvanvelzen
- Improve usage of Jellyfin class in Java code #268, by @nielsvanvelzen
- Add toString function to ServerVersion #269, by @nielsvanvelzen
- Add DefaultValueHook for setting default operation parameter values #270, by @nielsvanvelzen
- Add userId default value hook #272, by @nielsvanvelzen
- Fix bad line endings used in openapi generator #274, by @nielsvanvelzen
Compatibility
Info | Jellyfin version |
---|---|
Minimum API Version | 10.7.0 |
Recommended API Version | 10.7.5 |