- We have fixed a bug in `get_fork` method for Pagure about checking the usernames for a match when going through existing forks. (800)
0.45.0
- OGR now supports PyGithub >= 1.58.
0.44.0
- OGR now understands a few community-hosted GitLab instances that could not be determined automatically from the hostname. Thanks to that, you don't need to hardcode these instances to be mapped correctly. (775)
0.43.0
- Fixes an issue with project->service mapping where the service with an url not containing the service type wasn't matched. (771)
0.42.0
- A bug in ogr resulting in returning only first page of pull requests for Pagure has been fixed. (761) - ogr now raises `GitForgeInternalError` rather than `PagureAPIException` when getting 50x response from the Pagure API. (762)
0.41.0
- `CommitComment.comment` has been deprecated in favour of `CommitComment.body` to make the naming consistent across objects. (748) - ogr now requires Python 3.9 or later. (746)