Releases: webysther/jellyfin-sdk-python
Releases · webysther/jellyfin-sdk-python
0.3.0
0.2.0
Release Notes - v0.2.0
Highlights:
- Support for use
api.debugwhich show acurlcommand ready-to-run and test out of SDK.
Full Changelog: 0.1.9...0.2.0
0.1.9
0.1.8
Release Notes - v0.1.8
Highlights:
- Bugfix for Python 3.13 with the new REPL not lazy loading module
Full Changelog: 0.1.7...0.1.8
0.1.7
0.1.6
0.1.5
Release Notes - v0.1.5
Highlights:
- Support high level upload
- Set default api client to allow using Api Classes without inject the ApiClient
Full Changelog: 0.1.4...0.1.5
0.1.4
Release Notes - v0.1.4
Highlights:
- Major refactoring for improved clarity, consistency, and property access across core classes (
Collection,Users,Item,Model,Proxy,Version, etc.). - Enhanced pagination support in
Collection,ItemCollection, andItemSearch. - Improved type hints, docstrings, and overall documentation (including new architecture diagram and updated README).
- Removed unnecessary dependencies (
jmespath,pandas) and updated dependency management. - Better debugging with improved
__repr__and summary methods. - Various bug fixes and usability improvements.
Full Changelog: 0.1.3...0.1.4
0.1.3
- Added
.of,.by_id,.by_nameshorthand. - Support to set the user required for some endpoints by name
- More documentation
Full Changelog: 0.1.2...0.1.3
0.1.2
- List items shorthand and filter
- List user libraries
Full Changelog: 0.1.1...0.1.2