Releases: phillipj/node-plex-api
Releases · phillipj/node-plex-api
3.2.0
v3.1.2
v3.1.1
v3.1.0
v3.1.0
- Extensible authentication mechanisms by @phillipj
- Extracted HTTP headers generation into plex-api-headers for re-use by @phillipj
Read more about extensible authentication in the authenticators section of readme.
v3.0.0
- Change xml2json to xml2js by @OverloadUT
BREAKING CHANGE
Some of URIs on the Plex Server responds with XML instead of JSON. Previous versions of plex-api used xml2json to translate between XML to JSON. We have now replaced xml2json with xml2js which might result in a different JSON format when requesting URIs responding with XML.
Please see the documentation of xml2json and xml2js for more details about their differences.
v2.5.0
- Updated the readme to explain each of the X-Plex headers by @OverloadUT
- The X-Plex headers are now sent on every request by @OverloadUT
- Added missing X-Plex headers: deviceName, platformVersion by @OverloadUT
- Updated the default X-Plex headers to be a bit more descriptive by @OverloadUT
v2.4.0
- Added
postQuery()
to perform POST requests by @OverloadUT
v2.3.0
- PlexHome authentication if needed when calling .perform() as with .query(), by @OverloadUT