Releases: AnswerDotAI/ghapi
Releases · AnswerDotAI/ghapi
v1.0.6
New Features
Bugs Squashed
- Github now requires branch, author, and committer in file update calls (#184)
- Remove the check which removes
None
values (#171), thanks to @shreve
v1.0.3
New Features
- add
authenticate
arg which allows unauthenticated GhApi
clients even if GITHUB_TOKEN
is set (#150), thanks to @seeM
v1.0.1
New Features
- warn if no GitHub token found (#145)
- set
GITHUB_DEBUG=1
to print requests sent to GitHub
v1.0.0
New Features
- add
delete_file
and create_file
(#143)
- Add a "Documentation" link to the sidebar on PyPI (#106), thanks to @nedbat
- Add support for media types (#102), thanks to @lfdebrux
Bugs Squashed
v0.1.23
New Features
- add
delete_file
and create_file
(#143)
- Add a "Documentation" link to the sidebar on PyPI (#106), thanks to @nedbat
- Add support for media types (#102), thanks to @lfdebrux
Bugs Squashed
v0.1.20
New Features
Bugs Squashed
HTTP Error 422: Unprocessable Entity
returned for issues.add_labels
in version 0.1.17
(#69)
v0.1.19
New Features
- Remove need to URL-quote some parameters (#54)
v0.1.18
Bugs Squashed
HTTP Error 422: Unprocessable Entity
returned for issues.add_labels
(#69)