Skip to content

Commit fce0863

Browse files
committed
Generated latest changelog.
1 parent bbdc30f commit fce0863

File tree

1 file changed

+90
-1
lines changed

1 file changed

+90
-1
lines changed

CHANGELOG.md

Lines changed: 90 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,98 @@
11
# Changelog
22
Changelog of GitLab4J API.
33

4-
## Unreleased
4+
## gitlab4j-api-4.9.18
5+
### GitHub [#302](https://github.com/gmessner/gitlab4j-api/issues/302) Improvement: Add optional parameters to GroupsApi.getGroups *enhancement*
6+
7+
**Removed space from min_access_level attribute name (#302).**
8+
9+
10+
[654cf80d04fcc73](https://github.com/gmessner/gitlab4j-api/commit/654cf80d04fcc73) Greg Messner *2019-02-20 04:06:05*
11+
12+
13+
### GitHub [#305](https://github.com/gmessner/gitlab4j-api/issues/305) A bug in projects API while getting all projects using getProjects()
14+
15+
**Added support for api_kaminari_count_with_limit (#305).**
16+
17+
18+
[68e98e6bb02006f](https://github.com/gmessner/gitlab4j-api/commit/68e98e6bb02006f) Greg Messner *2019-03-03 21:17:56*
19+
20+
21+
### GitHub [#308](https://github.com/gmessner/gitlab4j-api/issues/308) position[position_type] does not have a valid value
22+
23+
**Using lower case for Position #308 (#309)**
24+
25+
26+
[26437a492cdf536](https://github.com/gmessner/gitlab4j-api/commit/26437a492cdf536) Tomas Bjerre *2019-02-20 17:39:24*
27+
28+
29+
### GitHub [#309](https://github.com/gmessner/gitlab4j-api/pull/309) Using lower case for Position
30+
31+
**Using lower case for Position #308 (#309)**
32+
33+
34+
[26437a492cdf536](https://github.com/gmessner/gitlab4j-api/commit/26437a492cdf536) Tomas Bjerre *2019-02-20 17:39:24*
35+
36+
37+
### GitHub [#312](https://github.com/gmessner/gitlab4j-api/issues/312) Add Delete merged branches api *enhancement*
38+
39+
**Fixed javadoc issue (#312).**
40+
41+
42+
[b0f40f9ff0c08d8](https://github.com/gmessner/gitlab4j-api/commit/b0f40f9ff0c08d8) Greg Messner *2019-03-03 21:22:29*
43+
44+
**Added deleteMergedBranches() (#312).**
45+
46+
47+
[251de6b868299b2](https://github.com/gmessner/gitlab4j-api/commit/251de6b868299b2) Greg Messner *2019-02-25 08:38:30*
48+
49+
50+
### GitHub [#313](https://github.com/gmessner/gitlab4j-api/issues/313) Improvement: Add method to delete pipeline *enhancement*
51+
52+
**Added deletePipeline() (#313).**
53+
54+
55+
[34a723b9c55a45c](https://github.com/gmessner/gitlab4j-api/commit/34a723b9c55a45c) Greg Messner *2019-02-25 08:31:29*
56+
57+
58+
### GitHub [#314](https://github.com/gmessner/gitlab4j-api/issues/314) Improvement: Add method setUserAvatar to UserApi *enhancement*
59+
60+
**Cleaned up imports (#314).**
61+
62+
63+
[5dba51af16f9543](https://github.com/gmessner/gitlab4j-api/commit/5dba51af16f9543) Greg Messner *2019-03-03 21:11:58*
64+
65+
**Added method to upload user avatar (#314).**
66+
67+
68+
[a28e1d88c423084](https://github.com/gmessner/gitlab4j-api/commit/a28e1d88c423084) Greg Messner *2019-03-03 17:47:32*
69+
70+
71+
### GitHub [#315](https://github.com/gmessner/gitlab4j-api/issues/315) Disable runner not correctly implemented *bug*
72+
73+
**Fixed disableRunner() (#315).**
74+
75+
76+
[4dabe7113c12219](https://github.com/gmessner/gitlab4j-api/commit/4dabe7113c12219) Greg Messner *2019-03-03 17:53:47*
77+
78+
579
### No issue
680

81+
**Now tests Diff using an array.**
82+
83+
84+
[631db18c50a22dd](https://github.com/gmessner/gitlab4j-api/commit/631db18c50a22dd) Greg Messner *2019-03-03 21:10:52*
85+
86+
**Bumped version to 4.9.18 in preparation for release.**
87+
88+
89+
[aeaee88894d6b57](https://github.com/gmessner/gitlab4j-api/commit/aeaee88894d6b57) Greg Messner *2019-03-03 17:49:13*
90+
91+
**Generated latest changelog.**
92+
93+
94+
[0ae30f9e2a7ef1e](https://github.com/gmessner/gitlab4j-api/commit/0ae30f9e2a7ef1e) Greg Messner *2019-02-19 18:28:17*
95+
796
**Updated Stream support section.**
897

998

0 commit comments

Comments
 (0)