Skip to content

Commit a899583

Browse files
deploy: 794505a
0 parents  commit a899583

54 files changed

Lines changed: 30527 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Whitespace-only changes.
22.5 KB
Loading
22.5 KB
Loading

CHANGELOG-commonmark.md

Lines changed: 235 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,235 @@
1+
2+
3+
# Release notes
4+
5+
<!-- do not remove -->
6+
7+
## 1.0.13
8+
9+
### Bugs Squashed
10+
11+
- Only decode non binary types
12+
([\#206](https://github.com/AnswerDotAI/ghapi/issues/206))
13+
14+
## 1.0.12
15+
16+
### New Features
17+
18+
- Use Content-Type to determine response parsing
19+
([\#205](https://github.com/AnswerDotAI/ghapi/pull/205)), thanks to
20+
[@erikgaas](https://github.com/erikgaas)
21+
22+
## 1.0.10
23+
24+
### New Features
25+
26+
- `GhApi.get_repo_contents` method
27+
([\#190](https://github.com/AnswerDotAI/ghapi/pull/190)), thanks to
28+
[@KeremTurgutlu](https://github.com/KeremTurgutlu)
29+
30+
## 1.0.9
31+
32+
### New Features
33+
34+
- Update API ([\#203](https://github.com/AnswerDotAI/ghapi/issues/203))
35+
- Add GraphQL support
36+
([\#202](https://github.com/AnswerDotAI/ghapi/pull/202)), thanks to
37+
[@erikgaas](https://github.com/erikgaas)
38+
- Support for Python 3.13 and 3.14
39+
([\#200](https://github.com/AnswerDotAI/ghapi/pull/200)), thanks to
40+
[@hugovk](https://github.com/hugovk)
41+
- Add py.typed file so that typecheckers recognize this library as typed
42+
([\#194](https://github.com/AnswerDotAI/ghapi/pull/194)), thanks to
43+
[@jedesroches](https://github.com/jedesroches)
44+
45+
## 1.0.8
46+
47+
### Bugs Squashed
48+
49+
- rm `GitPython` dep
50+
([\#199](https://github.com/AnswerDotAI/ghapi/pull/199)), thanks to
51+
[@KeremTurgutlu](https://github.com/KeremTurgutlu)
52+
53+
## 1.0.7
54+
55+
### New Features
56+
57+
- Avoid quoting slash, thanks @soemiran
58+
([\#196](https://github.com/AnswerDotAI/ghapi/issues/196))
59+
- Create gist with imgs
60+
([\#195](https://github.com/AnswerDotAI/ghapi/pull/195)), thanks to
61+
[@KeremTurgutlu](https://github.com/KeremTurgutlu)
62+
63+
## 1.0.6
64+
65+
### New Features
66+
67+
- Automatically decode response based on path
68+
([\#183](https://github.com/fastai/ghapi/pull/183)), thanks to
69+
[@radam9](https://github.com/radam9)
70+
- Expose timeout [\#174](https://github.com/fastai/ghapi/pull/174)),
71+
thanks to
72+
[@HarikrishnanBalagopal](https://github.com/HarikrishnanBalagopal)
73+
74+
### Bugs Squashed
75+
76+
- Github now requires branch, author, and committer in file update calls
77+
([\#184](https://github.com/fastai/ghapi/issues/184))
78+
- Remove the check which removes `None` values
79+
([\#171](https://github.com/fastai/ghapi/pull/171)), thanks to
80+
[@shreve](https://github.com/shreve)
81+
82+
## 1.0.3
83+
84+
### New Features
85+
86+
- add `authenticate` arg which allows unauthenticated `GhApi` clients
87+
even if `GITHUB_TOKEN` is set
88+
([\#150](https://github.com/fastai/ghapi/pull/150)), thanks to
89+
[@seeM](https://github.com/seeM)
90+
91+
## 1.0.1
92+
93+
### New Features
94+
95+
- warn if no GitHub token found
96+
([\#145](https://github.com/fastai/ghapi/issues/145))
97+
- set `GITHUB_DEBUG=1` to print requests sent to GitHub
98+
99+
## 1.0.0
100+
101+
### New Features
102+
103+
- add `delete_file` and `create_file`
104+
([\#143](https://github.com/fastai/ghapi/issues/143))
105+
- Add a “Documentation” link to the sidebar on PyPI
106+
([\#106](https://github.com/fastai/ghapi/pull/106)), thanks to
107+
[@nedbat](https://github.com/nedbat)
108+
- Add support for media types
109+
([\#102](https://github.com/fastai/ghapi/pull/102)), thanks to
110+
[@lfdebrux](https://github.com/lfdebrux)
111+
112+
### Bugs Squashed
113+
114+
- Fix links to GitHub docs
115+
([\#136](https://github.com/fastai/ghapi/pull/136)), thanks to
116+
[@hwine](https://github.com/hwine)
117+
118+
## 0.1.21
119+
120+
### Bugs Squashed
121+
122+
- fix `create_gist`
123+
124+
## 0.1.20
125+
126+
### New Features
127+
128+
- add `create_gist`
129+
([\#129](https://github.com/fastai/ghapi/issues/129))
130+
131+
### Bugs Squashed
132+
133+
- `HTTP Error 422: Unprocessable Entity` returned for
134+
`issues.add_labels` in version `0.1.17`
135+
([\#69](https://github.com/fastai/ghapi/issues/69))
136+
137+
## 0.1.19
138+
139+
### New Features
140+
141+
- Remove need to URL-quote some parameters
142+
([\#54](https://github.com/fastai/ghapi/issues/54))
143+
144+
## 0.1.18
145+
146+
### Bugs Squashed
147+
148+
- `HTTP Error 422: Unprocessable Entity` returned for
149+
`issues.add_labels`
150+
([\#69](https://github.com/fastai/ghapi/issues/69))
151+
152+
## 0.1.17
153+
154+
### Bugs Squashed
155+
156+
- Fix ability to define scopes
157+
([\#53](https://github.com/fastai/ghapi/pull/53)), thanks to
158+
[@danpalmer](https://github.com/danpalmer)
159+
160+
## 0.1.15
161+
162+
### New Features
163+
164+
- make `actions_group` a context manager
165+
([\#33](https://github.com/fastai/ghapi/issues/33))
166+
167+
## 0.1.14
168+
169+
### New Features
170+
171+
- `text` property for `GhEvent`
172+
([\#23](https://github.com/fastai/ghapi/issues/23))
173+
174+
### Bugs Squashed
175+
176+
- broken links in index.html page
177+
([\#27](https://github.com/fastai/ghapi/issues/27))
178+
- Bug: `paged` does not pass `kwargs` to operation
179+
([\#24](https://github.com/fastai/ghapi/issues/24))
180+
181+
## 0.1.13
182+
183+
### Bugs Squashed
184+
185+
- missing import in auth
186+
([\#21](https://github.com/fastai/ghapi/issues/21))
187+
188+
## 0.1.11
189+
190+
### Bugs Squashed
191+
192+
- missing webbrowser import
193+
([\#20](https://github.com/fastai/ghapi/issues/20))
194+
195+
## 0.1.10
196+
197+
- Add `load_sample_events`, which loads a file of 1000 sample public
198+
events
199+
200+
## 0.1.8
201+
202+
### New Features
203+
204+
- add `fetch_events` ([\#19](https://github.com/fastai/ghapi/issues/19))
205+
206+
## 0.1.7
207+
208+
### New Features
209+
210+
- parallel `pages` ([\#18](https://github.com/fastai/ghapi/issues/18))
211+
- add `GhDeviceAuth` ([\#15](https://github.com/fastai/ghapi/issues/15))
212+
- add `date2gh` ([\#14](https://github.com/fastai/ghapi/issues/14))
213+
214+
## 0.1.6
215+
216+
### New Features
217+
218+
- add `paged` ([\#13](https://github.com/fastai/ghapi/issues/13))
219+
- add `gh_date` ([\#12](https://github.com/fastai/ghapi/issues/12))
220+
221+
## 0.1.1
222+
223+
### New Features
224+
225+
- add `list_tags` and `list_branches`
226+
([\#2](https://github.com/fastai/ghapi/issues/2))
227+
228+
### Bugs Squashed
229+
230+
- `GhApi` pickle recursion error
231+
([\#3](https://github.com/fastai/ghapi/issues/3))
232+
233+
## 0.1.0
234+
235+
- First release with full API coverage

0 commit comments

Comments
 (0)