generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 9317903
Showing
46 changed files
with
20,885 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,179 @@ | ||
|
||
|
||
# Release notes | ||
|
||
<!-- do not remove --> | ||
|
||
## 1.0.6 | ||
|
||
### New Features | ||
|
||
- Automatically decode response based on path | ||
([\#183](https://github.com/fastai/ghapi/pull/183)), thanks to | ||
[@radam9](https://github.com/radam9) | ||
- Expose timeout [\#174](https://github.com/fastai/ghapi/pull/174)), | ||
thanks to | ||
[@HarikrishnanBalagopal](https://github.com/HarikrishnanBalagopal) | ||
|
||
### Bugs Squashed | ||
|
||
- Github now requires branch, author, and committer in file update calls | ||
([\#184](https://github.com/fastai/ghapi/issues/184)) | ||
- Remove the check which removes `None` values | ||
([\#171](https://github.com/fastai/ghapi/pull/171)), thanks to | ||
[@shreve](https://github.com/shreve) | ||
|
||
## 1.0.3 | ||
|
||
### New Features | ||
|
||
- add `authenticate` arg which allows unauthenticated `GhApi` clients | ||
even if `GITHUB_TOKEN` is set | ||
([\#150](https://github.com/fastai/ghapi/pull/150)), thanks to | ||
[@seeM](https://github.com/seeM) | ||
|
||
## 1.0.1 | ||
|
||
### New Features | ||
|
||
- warn if no GitHub token found | ||
([\#145](https://github.com/fastai/ghapi/issues/145)) | ||
- set `GITHUB_DEBUG=1` to print requests sent to GitHub | ||
|
||
## 1.0.0 | ||
|
||
### New Features | ||
|
||
- add `delete_file` and `create_file` | ||
([\#143](https://github.com/fastai/ghapi/issues/143)) | ||
- Add a “Documentation” link to the sidebar on PyPI | ||
([\#106](https://github.com/fastai/ghapi/pull/106)), thanks to | ||
[@nedbat](https://github.com/nedbat) | ||
- Add support for media types | ||
([\#102](https://github.com/fastai/ghapi/pull/102)), thanks to | ||
[@lfdebrux](https://github.com/lfdebrux) | ||
|
||
### Bugs Squashed | ||
|
||
- Fix links to GitHub docs | ||
([\#136](https://github.com/fastai/ghapi/pull/136)), thanks to | ||
[@hwine](https://github.com/hwine) | ||
|
||
## 0.1.21 | ||
|
||
### Bugs Squashed | ||
|
||
- fix `create_gist` | ||
|
||
## 0.1.20 | ||
|
||
### New Features | ||
|
||
- add `create_gist` | ||
([\#129](https://github.com/fastai/ghapi/issues/129)) | ||
|
||
### Bugs Squashed | ||
|
||
- `HTTP Error 422: Unprocessable Entity` returned for | ||
`issues.add_labels` in version `0.1.17` | ||
([\#69](https://github.com/fastai/ghapi/issues/69)) | ||
|
||
## 0.1.19 | ||
|
||
### New Features | ||
|
||
- Remove need to URL-quote some parameters | ||
([\#54](https://github.com/fastai/ghapi/issues/54)) | ||
|
||
## 0.1.18 | ||
|
||
### Bugs Squashed | ||
|
||
- `HTTP Error 422: Unprocessable Entity` returned for | ||
`issues.add_labels` | ||
([\#69](https://github.com/fastai/ghapi/issues/69)) | ||
|
||
## 0.1.17 | ||
|
||
### Bugs Squashed | ||
|
||
- Fix ability to define scopes | ||
([\#53](https://github.com/fastai/ghapi/pull/53)), thanks to | ||
[@danpalmer](https://github.com/danpalmer) | ||
|
||
## 0.1.15 | ||
|
||
### New Features | ||
|
||
- make `actions_group` a context manager | ||
([\#33](https://github.com/fastai/ghapi/issues/33)) | ||
|
||
## 0.1.14 | ||
|
||
### New Features | ||
|
||
- `text` property for `GhEvent` | ||
([\#23](https://github.com/fastai/ghapi/issues/23)) | ||
|
||
### Bugs Squashed | ||
|
||
- broken links in index.html page | ||
([\#27](https://github.com/fastai/ghapi/issues/27)) | ||
- Bug: `paged` does not pass `kwargs` to operation | ||
([\#24](https://github.com/fastai/ghapi/issues/24)) | ||
|
||
## 0.1.13 | ||
|
||
### Bugs Squashed | ||
|
||
- missing import in auth | ||
([\#21](https://github.com/fastai/ghapi/issues/21)) | ||
|
||
## 0.1.11 | ||
|
||
### Bugs Squashed | ||
|
||
- missing webbrowser import | ||
([\#20](https://github.com/fastai/ghapi/issues/20)) | ||
|
||
## 0.1.10 | ||
|
||
- Add `load_sample_events`, which loads a file of 1000 sample public | ||
events | ||
|
||
## 0.1.8 | ||
|
||
### New Features | ||
|
||
- add `fetch_events` ([\#19](https://github.com/fastai/ghapi/issues/19)) | ||
|
||
## 0.1.7 | ||
|
||
### New Features | ||
|
||
- parallel `pages` ([\#18](https://github.com/fastai/ghapi/issues/18)) | ||
- add `GhDeviceAuth` ([\#15](https://github.com/fastai/ghapi/issues/15)) | ||
- add `date2gh` ([\#14](https://github.com/fastai/ghapi/issues/14)) | ||
|
||
## 0.1.6 | ||
|
||
### New Features | ||
|
||
- add `paged` ([\#13](https://github.com/fastai/ghapi/issues/13)) | ||
- add `gh_date` ([\#12](https://github.com/fastai/ghapi/issues/12)) | ||
|
||
## 0.1.1 | ||
|
||
### New Features | ||
|
||
- add `list_tags` and `list_branches` | ||
([\#2](https://github.com/fastai/ghapi/issues/2)) | ||
|
||
### Bugs Squashed | ||
|
||
- `GhApi` pickle recursion error | ||
([\#3](https://github.com/fastai/ghapi/issues/3)) | ||
|
||
## 0.1.0 | ||
|
||
- First release with full API coverage |
Oops, something went wrong.