Skip to content

Releases: webysther/jellyfin-sdk-python

0.3.0

10 Sep 01:46

Choose a tag to compare

Release Notes - v0.3.0

Highlights:

  • Breaking change: renamed summary to pretty in jellyfin.Item and jellyfin.ItemCollection

Full Changelog: 0.2.0...0.3.0

0.2.0

08 Sep 21:24

Choose a tag to compare

Release Notes - v0.2.0

Highlights:

  • Support for use api.debug which show a curl command ready-to-run and test out of SDK.

Full Changelog: 0.1.9...0.2.0

0.1.9

08 Sep 16:20

Choose a tag to compare

Bump version to 0.1.9 in pyproject.toml

0.1.8

08 Sep 16:10

Choose a tag to compare

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

08 Sep 02:03

Choose a tag to compare

Release Notes - v0.1.7

Highlights:

  • Support high level register client

Full Changelog: 0.1.6...0.1.7

0.1.6

08 Sep 00:42

Choose a tag to compare

Release Notes - v0.1.6

Highlights:

  • Support high level for edit item

Full Changelog: 0.1.5...0.1.6

0.1.5

07 Sep 21:47

Choose a tag to compare

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

04 Sep 03:40

Choose a tag to compare

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, and ItemSearch.
  • 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

28 Aug 15:43

Choose a tag to compare

  • Added .of, .by_id, .by_name shorthand.
  • Support to set the user required for some endpoints by name
  • More documentation

Full Changelog: 0.1.2...0.1.3

0.1.2

28 Aug 14:34

Choose a tag to compare

  • List items shorthand and filter
  • List user libraries

Full Changelog: 0.1.1...0.1.2