Skip to content

Commit

Permalink
[chore] Add Tautulli v2.15.0 support, drop v2.14.0 and v2.14.1 support (
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 authored Nov 25, 2024
1 parent 8682a9e commit 1ca775e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions documentation/ANNOUNCEMENTS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## Dropping Support for v2.14.0 and v2.14.1 of Tautulli

**Date Posted**: 2024-11-24

**Latest Release**: *v5.7.3*

**Affected Release**: *v5.8.0+*

**Affected Users**: Those using Tauticord with Tautulli versions v2.14.0 and v2.14.1

An upcoming minor release of Tauticord will drop support for Tautulli versions v2.14.0 and v2.14.1. This is due to the
minimum required API version of the `tautulli` API library, which has been updated.

Tautulli v2.14.0 and v2.14.1 were technically beta releases of Tautulli v2.14.X, and did not play nicely with the
minimum API version enforcement capabilities of the `tautulli` API library (which are enforced by Tauticord).

Any users still running Tautulli v2.14.0 or v2.14.1 should upgrade to a newer version of Tautulli to continue using
Tauticord.

If you need to continue using Tauticord with Tautulli versions v2.14.0 or v2.14.1, you will need to pin your Tauticord
version to an earlier version using Docker tags: https://hub.docker.com/r/nwithan8/tauticord/tags

---

## Dropping Support for v2.12.x and v2.13.x of Tautulli

**Date Posted**: 2024-04-19
Expand Down
2 changes: 1 addition & 1 deletion documentation/DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Tauticord is compatible with the following versions of Tautulli:

- v2.14.x
- v2.14.2 and above

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
discord.py==2.3.*
asyncio~=3.4
tautulli==4.3.*,>=4.2.0.2140b0
tautulli==4.4.*,>=4.4.0.2142
confuse==2.0.1
PyYAML==6.0.*
objectrest~=2.0.0
Expand Down

0 comments on commit 1ca775e

Please sign in to comment.