Skip to content

Releases: nwithan8/pytulli

v3.1.2.2103

12 Nov 07:28
c92d094
Compare
Choose a tag to compare

What's Changed

  • Fix missing required non-py files in PyPi package by @nwithan8 in #24

Full Changelog: 3.1.1.2103...3.1.2.2103

v3.1.1.2103

11 Nov 22:52
b06dda8
Compare
Choose a tag to compare
  • Add support for Tautulli v2.10.5
  • Fix min sever version support concept to allow better backporting (no longer supports only the latest API version)

What's Changed

Full Changelog: 3.1.0.2103...3.1.1.2103

v.3.1.0.2103

25 Oct 19:32
7e61f2f
Compare
Choose a tag to compare
  • Add support for Python 3.11

Full Changelog: 3.0.2.2103...3.1.0.2103

v3.0.2.2103

29 Sep 21:45
60adefa
Compare
Choose a tag to compare
  • Improve parsing when checking API version compatibility by @nwithan8 in #21

Full Changelog: 3.0.1.2103...3.0.2.2103

v3.0.1.2103

31 Aug 01:41
e40a87a
Compare
Choose a tag to compare

Fix module import issues

What's Changed

Full Changelog: 3.0.0.2103...3.0.1.2103

v3.0.0.2103

28 Aug 01:21
61ccd9f
Compare
Choose a tag to compare
  • Object API should be stable enough for official release

Full Changelog: 2.1.1.2103...3.0.0.2103

v2.1.1.2103

19 Aug 22:32
999497b
Compare
Choose a tag to compare

Update:

  • Compatibility with Tautulli 2.10.3

Full Changelog: 2.1.1.294...2.1.1.2103

v2.1.1.294

10 Apr 00:51
cc8cd06
Compare
Choose a tag to compare

Fix:

  • Fix dependency locks

Internal

  • Better testing

Full Changelog: 2.1.0.294...2.1.1.294

v2.1.0.294

21 Feb 07:09
d4fee6f
Compare
Choose a tag to compare
  • Added new endpoints to complete parity with latest Tautulli API (v2.9.4)
  • Verify API compatibility on client creation
  • Various spelling fixes
  • Refactor efficiency of URL generation

v2.0.0

01 Feb 18:50
4365318
Compare
Choose a tag to compare

New:

  • Import tautulli.RawAPI rather than tautulli.api.RawAPI (same for ObjectAPI)
  • Added support for logout_user_session endpoint
  • New functions to get activity and session details
  • New function to get activity summary
  • Using objectrest rather than requests for API calls and response parsing
  • Implemented test suite

Removed:

  • Dropped support for get_pms_token endpoint

Full Changelog: 1.2.1...2.0.0