Releases: packit/ogr
Releases · packit/ogr
0.31.0
- Ogr now catches internal exceptions from Gitlab and Github and converts them
to ogr exceptions, GitlabAPIException and GithubAPIException, respectively. A
new exception, OgrNetworkError, has been introduced for signalling situations
where a request could not be performed due to a network outage. (#642) - The documentation was converted to Google-style docstrings. (#646)
- Releases and development builds of ogr are now built in copr projects
packit/packit-dev and packit/packit-releases. (#644)
0.30.0
0.29.0
- Please check COMPATIBILITY.md to see which methods are implemented for
particular services. - Ogr now supports reacting to a comment (issue, pull request) with a given
reaction. It's possible to obtain the reactions and delete them (only when
reaction is added by using ogr API). (#636)
0.28.0
0.27.0
0.26.0
- Add a function for setting assignees of issues, by @KPostOffice, #589
- 'make check' is now aligned with other Packit projects, by @bcrocker15, #593
- Implement support for GitHub check runs, by @mfocko, #592