11# Changelog
22Changelog of GitLab4J API.
33
4+ ## Unreleased
5+ ### GitHub [ #348 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/348 ) support access level for project user
6+
7+ ** Feature-351: Add support for get all members to ProjectApi and GroupApi**
8+
9+ * Added getAllMembers() methods (#348 ).
10+ * Added tests for getAllMembers() methods (#348 ).
11+
12+ [ d72fb68468bdeb7] ( https://github.com/gitlab4j/gitlab4j-api/commit/d72fb68468bdeb7 ) Greg Messner * 2019-05-11 02:01:12*
13+
14+
15+ ### GitHub [ #349 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/349 ) User related data models need to be verified and updated. * enhancement*
16+
17+ ** Audited and updated all user related data models (#349 , #350 )**
18+
19+ * Updated user related data models and tests to match latest GitLab API specs.
20+
21+ [ a6b7c78912d0555] ( https://github.com/gitlab4j/gitlab4j-api/commit/a6b7c78912d0555 ) Greg Messner * 2019-05-10 22:55:43*
22+
23+
24+ ### GitHub [ #350 ] ( https://github.com/gitlab4j/gitlab4j-api/pull/350 ) Audited and updated all user related data models (#349 ).
25+
26+ ** Audited and updated all user related data models (#349 , #350 )**
27+
28+ * Updated user related data models and tests to match latest GitLab API specs.
29+
30+ [ a6b7c78912d0555] ( https://github.com/gitlab4j/gitlab4j-api/commit/a6b7c78912d0555 ) Greg Messner * 2019-05-10 22:55:43*
31+
32+
33+ ### Jira Feature-351
34+
35+ ** Feature-351: Add support for get all members to ProjectApi and GroupApi**
36+
37+ * Added getAllMembers() methods (#348 ).
38+ * Added tests for getAllMembers() methods (#348 ).
39+
40+ [ d72fb68468bdeb7] ( https://github.com/gitlab4j/gitlab4j-api/commit/d72fb68468bdeb7 ) Greg Messner * 2019-05-11 02:01:12*
41+
42+
43+ ### No issue
44+
45+ ** Bumped version.**
46+
47+
48+ [ aea14054daf6c21] ( https://github.com/gitlab4j/gitlab4j-api/commit/aea14054daf6c21 ) Greg Messner * 2019-05-11 02:03:40*
49+
50+ ** Switched to the jakarta version of the activation and servlet dependencies.**
51+
52+
53+ [ a285be4f68d6081] ( https://github.com/gitlab4j/gitlab4j-api/commit/a285be4f68d6081 ) Greg Messner * 2019-05-10 04:14:59*
54+
55+ ** Generated latest changelog.**
56+
57+
58+ [ 76aa51905d58ec4] ( https://github.com/gitlab4j/gitlab4j-api/commit/76aa51905d58ec4 ) Greg Messner * 2019-05-09 21:49:19*
59+
60+
461## gitlab4j-api-4.10.14
562### GitHub [ #346 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/346 ) ProjectApi#getProjects always result an exception * bug*
663
@@ -21,7 +78,7 @@ Changelog of GitLab4J API.
2178
2279
2380## gitlab4j-api-4.10.12
24- ### GitHub [ #342 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/342 ) How to push some local changes
81+ ### GitHub [ #342 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/342 ) How to push some local changes * question *
2582
2683** Add functionality to CommitAction to support fetching content from file. (#344 )**
2784
@@ -378,7 +435,7 @@ Changelog of GitLab4J API.
378435[ 798c1ef27a69f63] ( https://github.com/gitlab4j/gitlab4j-api/commit/798c1ef27a69f63 ) Greg Messner * 2019-04-26 06:30:44*
379436
380437
381- ### GitHub [ #335 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/335 ) can' ; t use login service
438+ ### GitHub [ #335 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/335 ) can' ; t use login service * enhancement *
382439
383440** Now explicity uses JerseyClientBuilder (#335 ).**
384441
@@ -690,7 +747,7 @@ Changelog of GitLab4J API.
690747[ 01f1ed12ff9f415] ( https://github.com/gitlab4j/gitlab4j-api/commit/01f1ed12ff9f415 ) Greg Messner * 2019-04-12 02:12:48*
691748
692749
693- ### GitHub [ #331 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/331 ) Cannot deserialize instance of java.util.ArrayList out of START_OBJECT token
750+ ### GitHub [ #331 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/331 ) Cannot deserialize instance of java.util.ArrayList out of START_OBJECT token * bug *
694751
695752** Fixed webhooks changes deserialization (#325 , #331 ).**
696753
0 commit comments