|
6 | 6 |
|
7 | 7 | ### Features and Fixes |
8 | 8 |
|
9 | | -- Add method to set repository topics @martinvanzijl (#594) |
10 | | -- Adjust GHRateLimit to system time instead of depending on synchronization @bitwiseman (#595) |
11 | | -- Add Functionality of OTP to support user 2fa @madhephaestus (#603) |
12 | | -- Implement Meta endpoint @PauloMigAlmeida (#611) |
13 | | -- fix and unit tests for issue #504 @siordache (#620) |
14 | | -- Fixed GHContent to allow spaces in path @bitwiseman (#625) |
| 9 | +- Add method to set repository topics @martinvanzijl [\#594](https://github.com/github-api/github-api/issues/594) |
| 10 | +- Adjust GHRateLimit to system time instead of depending on synchronization @bitwiseman [#595](https://github.com/github-api/github-api/issues/595) |
| 11 | +- Add Functionality of OTP to support user 2fa @madhephaestus [\#603](https://github.com/github-api/github-api/issues/603) |
| 12 | +- Implement Meta endpoint @PauloMigAlmeida [\#611](https://github.com/github-api/github-api/issues/611) |
| 13 | +- fix and unit tests for issue #504 @siordache [\#620](https://github.com/github-api/github-api/issues/620) |
| 14 | +- Fixed GHContent to allow spaces in path @bitwiseman [\#625](https://github.com/github-api/github-api/issues/625) |
15 | 15 |
|
16 | 16 | ### Internals |
17 | 17 |
|
18 | | -- Clean up Requester interface a bit @bitwiseman (#614) |
19 | | -- Javadoc fail on warning during CI build @bitwiseman (#613) |
20 | | -- Code style fixes @bitwiseman (#609) |
21 | | -- Re-enable Lifecycle test @bitwiseman (#621) |
22 | | -- Removed permission field in createTeam. It is deprecated in the API @asthinasthi (#619) |
23 | | -- Cleanup imports @bitwiseman (#616) |
24 | | -- Branch missing @alexanderrtaylor (#615) |
25 | | -- jackson 2.10.1 @sullis (#604) |
26 | | -- Bump okhttp from 3.14.2 to 4.2.2 @dependabot-preview (#593) |
| 18 | +- Bump okhttp3 from 3.14.2 to 4.2.2 @dependabot-preview [\#593](https://github.com/github-api/github-api/issues/593) |
| 19 | +- jackson 2.10.1 @sullis [\#604](https://github.com/github-api/github-api/issues/604) |
| 20 | +- Code style fixes @bitwiseman [\#609](https://github.com/github-api/github-api/issues/609) |
| 21 | +- Javadoc fail on warning during CI build @bitwiseman [\#613](https://github.com/github-api/github-api/issues/613) |
| 22 | +- Clean up Requester interface a bit @bitwiseman [\#614](https://github.com/github-api/github-api/issues/614) |
| 23 | +- Branch missing @alexanderrtaylor [\#615](https://github.com/github-api/github-api/issues/615) |
| 24 | +- Cleanup imports @bitwiseman [\#616](https://github.com/github-api/github-api/issues/616) |
| 25 | +- Removed permission field in createTeam. It is deprecated in the API @asthinasthi [\#619](https://github.com/github-api/github-api/issues/619) |
| 26 | +- Re-enable Lifecycle test @bitwiseman [\#621](https://github.com/github-api/github-api/issues/621) |
27 | 27 |
|
28 | 28 |
|
29 | 29 | ## [github-api-1.99](https://github.com/github-api/github-api/tree/github-api-1.99) (2019-11-04) |
|
0 commit comments