Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.33 KB

3.0.0.rst

File metadata and controls

37 lines (28 loc) · 1.33 KB

3.0.0: 2021-10-31

Backwards Incompatible Changes

  • ~github3.repos.branch.Branch.protect has been updated to reflect the GitHub API

Features Added

  • Add maintainer_can_modify parameter to ~github3.repos.repo.Repository.create_pull
  • Add ~github3.repos.branch.BranchProtection.required_linear_history, ~github3.repos.branch.BranchProtection.allow_force_pushes, ~github3.repos.branch.BranchProtection.allow_deletions, and ~github3.repos.branch.BranchProtection.required_conversation_resolution.
  • Add support for blocking users to ~github3.github.GitHub and ~github3.orgs.Organization.
    • ~github3.github.GitHub.blocked_users
    • ~github3.github.GitHub.block
    • ~github3.github.GitHub.is_blocking
    • ~github3.github.GitHub.unblock
    • ~github3.orgs.Organization.blocked_users
    • ~github3.orgs.Organization.block
    • ~github3.orgs.Organization.is_blocking
    • ~github3.orgs.Organization.unblock
  • Add support for beta branch synchronization endpoint ~github3.repos.branch.Branch.sync_with_upstream
  • ~github3.users.Stargazer was added to give access to the starred_at value when listing stargazers on a Repository object.