@jellyfin/sdk
    Preparing search index...

    Changelog

    All notable changes to this project will be documented in this file.

    The format is based on Keep a Changelog.

    • Ensure Authorization header is sent for all requests (#948).
    • Deprecate authentication helper methods in Api class (#949). Updating the accessToken is now handled transparently in getUserApi and getSessionApi. If you need to handle authentication manually, then you should manually create UserApi and SessionApi instances.
    • Bumped axios peer dependency version (#939). Note that this axios vulnerability only affected applications running in node.js.
    • getUri utility method (#867).
    • Updated minimum Jellyfin version to 10.10.0 (#942).
    • Updated OpenAPI spec for Jellyfin 10.11.0 (#931).
    • Duplicate ItemSortBy enum (#842).
    • addPlayedIndicator from ImageRequestParameters (#841).
    • Updated OpenAPI spec for Jellyfin 10.10.0 (#816).
    • Deprecated image url function (#731).
    • Update build target to ES2018 (#712).
    • Update OpenAPI spec for Jellyfin 10.9.1 (#694).
    • Fully target ES6/ES2015 (#341).
    • Axios major version upgrade (#300).
    • Rename package to @jellyfin/sdk (#262).
    • Update OpenAPI spec for Jellyfin 10.8.1 (#208).
    • Build directory is now lib instead of dist. Any imports used that were previously in dist will need updated (#147).
    • API classes are no longer exposed via getters. Instead you need to call a function passing the Api instance as a parameter. For example: getSystemApi(api). While I do feel this is a slightly worse developer experience, it was a necessary change to support tree-shaking (#149).
    • BaseItemKind is now included in the generated client. Imports will need updated (#187).
    • Duplicated exports were removed. Any imports may need updated if you referenced one of the duplicates (#148).