Skip to content

Releases: fuzeman/trakt.py

2.1.0

04 Feb 12:27
Compare
Choose a tag to compare

Changes

  • Added "exceptions" and "parse" parameter to Interface.get_data()
  • Added additional error messages (502, 504, 520)
  • Renamed media object to_info() method to to_identifier()
  • Added new to_dict() method which returns a dictionary representation of the media object
  • Request retrying (on 5xx errors) can now be enabled with Trakt.configuration.http(retry=True)
  • requests/urllib3 now retries requests on connection errors (default: 3 retries)

Fixed

  • Thread synchronization issue with trakt.core.configuration
  • [/sync] last_activities() used an incorrect path

2.0.0

31 Dec 03:54
Compare
Choose a tag to compare
  • Re-designed to support trakt 2.0 (note: this isn't a drop-in update - interfaces, objects and methods have changed to match the new API)
  • Support for OAuth and xAuth authentication methods
  • Simple configuration system