Skip to content

v2.1.0

Compare
Choose a tag to compare
@shrik450 shrik450 released this 28 Jun 17:42
· 202 commits to main since this release
52a4c3a

v2.1.0

This is a minor version bump. Only new functionality was added, and you may not
need to change your scripts to update to this version.

  • Add APIs to create comments and attachments on Issues. In particular, you can
    now use Issue.create_comment to add a comment, and
    Comment.create_attachment to add an attachment to a comment.
  • Add APIs for working with Design Reviews. See the DesignReview class for
    more details, and Repository.create_design_review to make one.
  • Add more filters for fetching Design Reviews and Issues.
    Repository.get_issues_state is now deprecated, prefer using
    Repository.get_issues with a state filter instead.
  • Fixed an issue where Repository.get_branches only returned the first page of
    branches in a repo.
  • Add four more example scripts and a top level index for examples. Check
    the examples folder for more examples.