Skip to content

0.32.0

Compare
Choose a tag to compare
@FrNecas FrNecas released this 23 Nov 17:33
· 385 commits to main since this release
a7c280b
  • Removal of features which have been marked as deprecated since 0.14.0.
    • Removal of renamed properties
      • Comment.comment -> Comment.body
      • BasePullRequest.project -> BasePullRequest.target_project
    • Removal of methods for accessing issues or pull requests from GitProject class.
    • String can no longer be used as commit status, CommitStatus is now required.
    • PullRequest constructor has been refactored. In order to use static and offline
      representation of a pull request, use PullRequestReadOnly instead.
  • GithubCheckRun.app property has been added for accessing GithubApp.