Skip to content

Releases: ludeeus/pytautulli

23.1.1

29 Jan 10:53
7c1f44d
Compare
Choose a tag to compare

What’s Changed

23.1.0

28 Jan 20:27
6ac2a77
Compare
Choose a tag to compare

What’s Changed

dependabot

21.11.0

09 Nov 15:32
7f95b40
Compare
Choose a tag to compare

What’s Changed

21.10.1

29 Oct 10:26
f667448
Compare
Choose a tag to compare

What’s Changed

  • #20 Add base_url property to PyTautulliHostConfiguration @tkdrob

21.10.0

10 Oct 09:28
04e814d
Compare
Choose a tag to compare

What’s Changed

21.8.1

13 Aug 14:16
be1dbab
Compare
Choose a tag to compare

What’s Changed

21.8.0

13 Aug 12:42
455ac18
Compare
Choose a tag to compare

BREAKING RELEASE!

This release is breaking in all aspects since it has fully been rewritten.

  • The client class has been renamed from Tautulli to PyTautulli.
  • A PyTautulliHostConfiguration has been added to simplify the client configuration.
  • It now returns the responses when calling methods.
  • Fully typed responses with, async_get_activity, async_get_home_stats, async_get_users, async_get_server_info.
  • For untyped responses, you can use async_command with any command, or pass raw_response=True to the client.
  • Exceptions are thrown for connection/authentication and unknown issues.
  • The API key is redacted in logs/exceptions by default, pass redact=False to the client to disable that.

The changes was done in #12

0.5.1

03 Feb 10:32
Compare
Choose a tag to compare

Changes

Full Changelog


This release was created with reporeleaser 🎉

0.5.0

20 Dec 18:15
d49284c
Compare
Choose a tag to compare

0.4.1

01 Dec 11:36
Compare
Choose a tag to compare

Fix issues with home stats