Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 1.84 KB

NEWS.rst

File metadata and controls

64 lines (45 loc) · 1.84 KB

User-visible changes

  • Functions that returned dict objects have been deprecated, enable DeprecationWarning support to see if you're affected
  • This is a bugfix release for compatibility with the latest httplib2 release
  • httplib2 v0.7.0, or higher, is required
  • Python 3 compatibility
  • The github_manage_collaborators script will be installed using entry_points, which means there is now a run-time dependency on distribute
  • Support for managing teams and organisations
  • HTTP proxy support
  • Caching support, see the cache keyword of github.client.Github
  • OAuth2 authentication support
  • Additional issues support:
    • Searching issues with issues.search
    • List issues by label with issues.list_by_label
    • List all project labels with issues.list_labels
    • Edit an existing issue with issues.edit
    • Reopen closed issues with issues.reopen
  • Additional repos support
    • List non-owned projects that you have push rights to with repos.pushable
  • Requires httplib2