Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 13:32
· 659 commits to main since this release

Feature

  • Add PaginationList to improve how we deal with pagination (#425) (6a4ccf2)
  • Remove the tornado-based AsyncClient (#427) (96df7b8)

Breaking

  • support for Python 3.6 is dropped (6562a4c)
  • paginated responses are now managed via a PaginatedList wrapper class. As a result, the iter_... methods have been removed from all resources and merged into the corresponding get_... method. Search result also make use of these new paginated responses. (6a4ccf2)
  • the AsyncClient, based on Tornado, has been removed. If you still need it, stay on earlier version or vendor it into your codebase. (96df7b8)

Documentation

  • Show resources attributes and their type (383ffa3)
  • Split documentation for resources into multiple pages (4e96f75)
  • Fix mention of as_dict() method (0bfb849)
  • Fix a few typos and reformat files (91b8f5c)
  • Reword section about authentication (1e7b9e3)