Releases: nwithan8/pytulli
Releases · nwithan8/pytulli
v3.1.2.2103
What's Changed
Full Changelog: 3.1.1.2103...3.1.2.2103
v3.1.1.2103
- 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
- Add support for Python 3.11
Full Changelog: 3.0.2.2103...3.1.0.2103
v3.0.2.2103
Full Changelog: 3.0.1.2103...3.0.2.2103
v3.0.1.2103
v3.0.0.2103
- Object API should be stable enough for official release
Full Changelog: 2.1.1.2103...3.0.0.2103
v2.1.1.2103
v2.1.1.294
v2.1.0.294
- 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
New:
- Import
tautulli.RawAPI
rather thantautulli.api.RawAPI
(same forObjectAPI
) - Added support for
logout_user_session
endpoint - New functions to get activity and session details
- New function to get activity summary
- Using
objectrest
rather thanrequests
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