Skip to content

Releases: glensc/python-pytrakt

3.4.33

11 Dec 15:12
11bf3c0
Compare
Choose a tag to compare

Commits

  • 0b1e118: Store OAuth global variables on initial auth (f0e) #49
  • 11bf3c0: Store OAuth global variables on initial auth (#49) (Elan Ruusamäe) #49

3.4.32

07 Apr 14:27
3c4a5fe
Compare
Choose a tag to compare

Commits

  • 5cf96a6: Update documentation link in readme (Elan Ruusamäe) #47
  • a5a5673: Add 2024 to copyright years in docs (Elan Ruusamäe) #47
  • b37c570: Update documentation link in readme (#47) (Elan Ruusamäe) #47
  • 097c3fc: Add PlaybackEntry dataclass (Elan Ruusamäe) #48
  • 3cb44ae: Add get_playback method placeholder (Elan Ruusamäe) #48
  • 9ebc163: Implement get_playback method (Elan Ruusamäe) #48
  • dfc367f: Add IdsMixin to PlaybackEntry (Elan Ruusamäe) #48
  • Add sync.get_playback method (#48) #48 (Elan Ruusamäe)

3.4.31

09 Mar 16:22
9a4f9f2
Compare
Choose a tag to compare

Commits

  • Add release environment for pypi job (Elan Ruusamäe)
  • d8fe234: Rename UserListEntry to ListDescription (Elan Ruusamäe) #43
  • 541cec6: Make creator optional in ListEntry (Elan Ruusamäe) #43
  • e02c5c7: Add PublicList class for official lists (Elan Ruusamäe) #43
  • 47cc782: Register PublicList in all (Elan Ruusamäe) #43
  • 8f136f9: Enable annotations for users.py (Elan Ruusamäe) #43
  • 35c2531: Add return type annotation for PublicList.load (Elan Ruusamäe) #43
  • 52b6fa4: Add len method to PublicList (Elan Ruusamäe) #43
  • 31cd483: Add iter method (Elan Ruusamäe) #43
  • 9507dd6: Add ListEntry class (Elan Ruusamäe) #43
  • 09b96bb: Use ListEntry dataclass (Elan Ruusamäe) #43
  • ef624e9: Restore compat with py 3.6 (Elan Ruusamäe) #43
  • da3b508: Fix cached property recursion problem (Elan Ruusamäe) #43
  • e1662ab: Add show to ListEntry (Elan Ruusamäe) #43
  • a5567ce: Add season to ListEntry (Elan Ruusamäe) #43
  • 9aa9e69: Add episode to ListEntry (Elan Ruusamäe) #43
  • b560cd5: Update season builder not to trigger fetch (Elan Ruusamäe) #43
  • d5d8d89: Add PublicList tests (Elan Ruusamäe) #44
  • 66ed992: Add mock data for lists (Elan Ruusamäe) #44
  • 3975894: Add test data for list items (Elan Ruusamäe) #44
  • b9b869f: Test items iterate (Elan Ruusamäe) #44
  • 9d18e21: Test list items types (Elan Ruusamäe) #44
  • 5443269: Test trakt property (Elan Ruusamäe) #44
  • Add PublicList class (#43) #43 (Elan Ruusamäe)
  • 0ccf394: Add PublicList tests (#44) (Elan Ruusamäe) #44
  • 5da2b8d: Test py3.11, py3.12 (Elan Ruusamäe) #45
  • 9a4f9f2: Add CI to test py3.11, py3.12 (#45) (Elan Ruusamäe) #45

3.4.30

21 Feb 13:07
23f2bb5
Compare
Choose a tag to compare

Commits

  • 24cc239: Add rated_at parameter to Movie.rate() (Elan Ruusamäe) #41
  • d1a31be: Add rated_at parameter to TVShow.rate() (Elan Ruusamäe) #41
  • 8a9224b: Add rated_at parameter to TVEpisode.rate() (Elan Ruusamäe) #41
  • Pass rated_at for Movie/TVShow/TVEpisode rate method (#41) #41 (Elan Ruusamäe)
  • af7995c: Allow rate rated_at to be str or datetime (Elan Ruusamäe) #42
  • Allow rate rated_at to be str or datetime (#42) #42 (Elan Ruusamäe)

3.4.29

09 Feb 10:37
7259527
Compare
Choose a tag to compare

Commits

3.4.28

30 Jan 20:50
45badb2
Compare
Choose a tag to compare

Commits

  • e1b0da5: Add OAuthRefreshException class (Elan Ruusamäe) #38
  • b6136ee: Use OAuthRefreshException when oauth token refresh fails (Elan Ruusamäe) #38
  • Fix handling of 400 response when refreshing token (#38) #38 (Elan Ruusamäe)

3.4.27

24 Jan 07:09
f97f513
Compare
Choose a tag to compare

Commits

3.4.26

08 Jan 22:48
13963e5
Compare
Choose a tag to compare

Commits

  • 89456fa: Add link to trakt api error code definitions (Elan Ruusamäe) #36
  • 0f8c5b8: Update MethodNotAllowedException message (Elan Ruusamäe) #36
  • f6992f8: Add details RateLimitException to parse x-ratelimit header (Elan Ruusamäe) #36
  • 961a95d: Get retry-after header lowercase (Elan Ruusamäe) #36
  • Add details RateLimitException to parse x-ratelimit header (#36) #36 (Elan Ruusamäe)

3.4.25

05 Jan 14:00
8ba2819
Compare
Choose a tag to compare

Commits

3.4.24

30 Aug 20:14
66a9920
Compare
Choose a tag to compare

Commits

  • aaba139: Add dataclasses dependency for Python 3.6 (Elan Ruusamäe) #31
  • 87f0881: Change UserListTuple to UserListEntry using datacass (Elan Ruusamäe) #31
  • e96b117: Update DataClassMixinClass to pass only defined properties (Elan Ruusamäe) #31
  • Update DataClassMixinClass to pass only defined properties (#31) #31 (Elan Ruusamäe)