|
| 1 | + |
| 2 | + |
| 3 | +# Release notes |
| 4 | + |
| 5 | +<!-- do not remove --> |
| 6 | + |
| 7 | +## 1.0.6 |
| 8 | + |
| 9 | +### New Features |
| 10 | + |
| 11 | +- Automatically decode response based on path |
| 12 | + ([\#183](https://github.com/fastai/ghapi/pull/183)), thanks to |
| 13 | + [@radam9](https://github.com/radam9) |
| 14 | +- Expose timeout [\#174](https://github.com/fastai/ghapi/pull/174)), |
| 15 | + thanks to |
| 16 | + [@HarikrishnanBalagopal](https://github.com/HarikrishnanBalagopal) |
| 17 | + |
| 18 | +### Bugs Squashed |
| 19 | + |
| 20 | +- Github now requires branch, author, and committer in file update calls |
| 21 | + ([\#184](https://github.com/fastai/ghapi/issues/184)) |
| 22 | +- Remove the check which removes `None` values |
| 23 | + ([\#171](https://github.com/fastai/ghapi/pull/171)), thanks to |
| 24 | + [@shreve](https://github.com/shreve) |
| 25 | + |
| 26 | +## 1.0.3 |
| 27 | + |
| 28 | +### New Features |
| 29 | + |
| 30 | +- add `authenticate` arg which allows unauthenticated `GhApi` clients |
| 31 | + even if `GITHUB_TOKEN` is set |
| 32 | + ([\#150](https://github.com/fastai/ghapi/pull/150)), thanks to |
| 33 | + [@seeM](https://github.com/seeM) |
| 34 | + |
| 35 | +## 1.0.1 |
| 36 | + |
| 37 | +### New Features |
| 38 | + |
| 39 | +- warn if no GitHub token found |
| 40 | + ([\#145](https://github.com/fastai/ghapi/issues/145)) |
| 41 | +- set `GITHUB_DEBUG=1` to print requests sent to GitHub |
| 42 | + |
| 43 | +## 1.0.0 |
| 44 | + |
| 45 | +### New Features |
| 46 | + |
| 47 | +- add `delete_file` and `create_file` |
| 48 | + ([\#143](https://github.com/fastai/ghapi/issues/143)) |
| 49 | +- Add a “Documentation” link to the sidebar on PyPI |
| 50 | + ([\#106](https://github.com/fastai/ghapi/pull/106)), thanks to |
| 51 | + [@nedbat](https://github.com/nedbat) |
| 52 | +- Add support for media types |
| 53 | + ([\#102](https://github.com/fastai/ghapi/pull/102)), thanks to |
| 54 | + [@lfdebrux](https://github.com/lfdebrux) |
| 55 | + |
| 56 | +### Bugs Squashed |
| 57 | + |
| 58 | +- Fix links to GitHub docs |
| 59 | + ([\#136](https://github.com/fastai/ghapi/pull/136)), thanks to |
| 60 | + [@hwine](https://github.com/hwine) |
| 61 | + |
| 62 | +## 0.1.21 |
| 63 | + |
| 64 | +### Bugs Squashed |
| 65 | + |
| 66 | +- fix `create_gist` |
| 67 | + |
| 68 | +## 0.1.20 |
| 69 | + |
| 70 | +### New Features |
| 71 | + |
| 72 | +- add `create_gist` |
| 73 | + ([\#129](https://github.com/fastai/ghapi/issues/129)) |
| 74 | + |
| 75 | +### Bugs Squashed |
| 76 | + |
| 77 | +- `HTTP Error 422: Unprocessable Entity` returned for |
| 78 | + `issues.add_labels` in version `0.1.17` |
| 79 | + ([\#69](https://github.com/fastai/ghapi/issues/69)) |
| 80 | + |
| 81 | +## 0.1.19 |
| 82 | + |
| 83 | +### New Features |
| 84 | + |
| 85 | +- Remove need to URL-quote some parameters |
| 86 | + ([\#54](https://github.com/fastai/ghapi/issues/54)) |
| 87 | + |
| 88 | +## 0.1.18 |
| 89 | + |
| 90 | +### Bugs Squashed |
| 91 | + |
| 92 | +- `HTTP Error 422: Unprocessable Entity` returned for |
| 93 | + `issues.add_labels` |
| 94 | + ([\#69](https://github.com/fastai/ghapi/issues/69)) |
| 95 | + |
| 96 | +## 0.1.17 |
| 97 | + |
| 98 | +### Bugs Squashed |
| 99 | + |
| 100 | +- Fix ability to define scopes |
| 101 | + ([\#53](https://github.com/fastai/ghapi/pull/53)), thanks to |
| 102 | + [@danpalmer](https://github.com/danpalmer) |
| 103 | + |
| 104 | +## 0.1.15 |
| 105 | + |
| 106 | +### New Features |
| 107 | + |
| 108 | +- make `actions_group` a context manager |
| 109 | + ([\#33](https://github.com/fastai/ghapi/issues/33)) |
| 110 | + |
| 111 | +## 0.1.14 |
| 112 | + |
| 113 | +### New Features |
| 114 | + |
| 115 | +- `text` property for `GhEvent` |
| 116 | + ([\#23](https://github.com/fastai/ghapi/issues/23)) |
| 117 | + |
| 118 | +### Bugs Squashed |
| 119 | + |
| 120 | +- broken links in index.html page |
| 121 | + ([\#27](https://github.com/fastai/ghapi/issues/27)) |
| 122 | +- Bug: `paged` does not pass `kwargs` to operation |
| 123 | + ([\#24](https://github.com/fastai/ghapi/issues/24)) |
| 124 | + |
| 125 | +## 0.1.13 |
| 126 | + |
| 127 | +### Bugs Squashed |
| 128 | + |
| 129 | +- missing import in auth |
| 130 | + ([\#21](https://github.com/fastai/ghapi/issues/21)) |
| 131 | + |
| 132 | +## 0.1.11 |
| 133 | + |
| 134 | +### Bugs Squashed |
| 135 | + |
| 136 | +- missing webbrowser import |
| 137 | + ([\#20](https://github.com/fastai/ghapi/issues/20)) |
| 138 | + |
| 139 | +## 0.1.10 |
| 140 | + |
| 141 | +- Add `load_sample_events`, which loads a file of 1000 sample public |
| 142 | + events |
| 143 | + |
| 144 | +## 0.1.8 |
| 145 | + |
| 146 | +### New Features |
| 147 | + |
| 148 | +- add `fetch_events` ([\#19](https://github.com/fastai/ghapi/issues/19)) |
| 149 | + |
| 150 | +## 0.1.7 |
| 151 | + |
| 152 | +### New Features |
| 153 | + |
| 154 | +- parallel `pages` ([\#18](https://github.com/fastai/ghapi/issues/18)) |
| 155 | +- add `GhDeviceAuth` ([\#15](https://github.com/fastai/ghapi/issues/15)) |
| 156 | +- add `date2gh` ([\#14](https://github.com/fastai/ghapi/issues/14)) |
| 157 | + |
| 158 | +## 0.1.6 |
| 159 | + |
| 160 | +### New Features |
| 161 | + |
| 162 | +- add `paged` ([\#13](https://github.com/fastai/ghapi/issues/13)) |
| 163 | +- add `gh_date` ([\#12](https://github.com/fastai/ghapi/issues/12)) |
| 164 | + |
| 165 | +## 0.1.1 |
| 166 | + |
| 167 | +### New Features |
| 168 | + |
| 169 | +- add `list_tags` and `list_branches` |
| 170 | + ([\#2](https://github.com/fastai/ghapi/issues/2)) |
| 171 | + |
| 172 | +### Bugs Squashed |
| 173 | + |
| 174 | +- `GhApi` pickle recursion error |
| 175 | + ([\#3](https://github.com/fastai/ghapi/issues/3)) |
| 176 | + |
| 177 | +## 0.1.0 |
| 178 | + |
| 179 | +- First release with full API coverage |
0 commit comments