PyGitHub v1.50 Release Notes

Release Date: 2020-04-26 // almost 4 years ago
  • New features

    • ๐Ÿ‘ PyGithub now supports type checking thanks to (#1231) (91433fe)
    • Slack is now the main channel of communication rather than Gitter (6a6e7c2)
    • Ability to retrieve public events (#1481) (5cf9950)
    • Add and handle the maintainer_can_modify attribute in PullRequest (#1465) (e0997b4)
    • List matching references (#1471) (d3bc6a5)
    • Add create_repository_dispatch (#1449) (edcbdfd)
    • โž• Add some Organization and Repository attributes. (#1468) (3ab97d6)
    • โž• Add create project method (801ea38)

    ๐Ÿ› Bug Fixes & Improvements

    • โฌ‡๏ธ Drop use of shadow-cat for draft PRs (#1469) (84bb69a)
    • AuthenticatedUser.get_organization_membership() should be str (#1473) (38b34db)
    • ๐Ÿ“š Drop documentation for len() of PaginatedList (#1470) (7046259)
    • ๐Ÿ›  Fix param name of projectcard's move function (#1451) (bafc4ef)
    • โœ๏ธ Correct typos found with codespell (#1467) (83bef0f)
    • Export IncompletableObject in the github namespace (#1450) (0ebdbb2)
    • โž• Add GitHub Action workflow for checks (#1464) (f1401c1)
    • โฌ‡๏ธ Drop unneeded ignore rule for flake8 (#1454) (b4ca917)
    • โœ… Use pytest to parametrize tests (#1438) (d2e9bd6)