Release notes
1.0.6
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
1.0.3
New Features
- add
authenticate arg which allows unauthenticated GhApi clients even if GITHUB_TOKEN is set (#150), thanks to @seeM
1.0.1
New Features
- warn if no GitHub token found (#145)
- set
GITHUB_DEBUG=1 to print requests sent to GitHub
1.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
0.1.20
Bugs Squashed
HTTP Error 422: Unprocessable Entity returned for issues.add_labels in version 0.1.17 (#69)
0.1.19
New Features
- Remove need to URL-quote some parameters (#54)
0.1.18
Bugs Squashed
HTTP Error 422: Unprocessable Entity returned for issues.add_labels (#69)
0.1.15
New Features
- make
actions_group a context manager (#33)
0.1.14
New Features
text property for GhEvent (#23)
Bugs Squashed
- broken links in index.html page (#27)
- Bug:
paged does not pass kwargs to operation (#24)
0.1.13
Bugs Squashed
- missing import in auth (#21)
0.1.11
Bugs Squashed
- missing webbrowser import (#20)
0.1.10
- Add
load_sample_events, which loads a file of 1000 sample public events
0.1.7
New Features
- parallel
pages (#18)
- add
GhDeviceAuth (#15)
- add
date2gh (#14)
0.1.6
New Features
- add
paged (#13)
- add
gh_date (#12)
0.1.1
New Features
- add
list_tags and list_branches (#2)
Bugs Squashed
GhApi pickle recursion error (#3)
0.1.0
- First release with full API coverage