1.1.0: 2018-04-09¶
This is a small release with some enhancments.
Features Added¶
- Repository collaborators now returns a
users.Collaboratorobject, instead of ausers.ShortUserobject. This is to support collaborator affiliations. A refresh call of this object (andusers.Contributor) will result in a fullusers.Userobject. - The call to iterate collaborators of a repository
(
Repsitory#collaborators) can now take anaffiliationfilter with options ofoutside,direct, andall. The default isall, which preserves the previous behavior of this method.
Bugs Fixed¶
- Parse certain attributes on
IssueEventinto objects (again, this was a regression in 1.0) - Handle older GitHub Enterprise responses for authenticated user objects
- Handle large file pull request responses not including a
patchattribute