Releases: gitlab4j/gitlab4j-api
Releases · gitlab4j/gitlab4j-api
6.0.0-rc.8
What's Changed
- Add "values()" on search scopes by @jmini in #1203
- Add "static" to "values()" on search scopes by @jmini in #1204
- Add support for Epics notes by @jmini in #1205
- Add jandex plugin by @jmini in #1211
- Use "Boolean" instead of "boolean" for optional parameters by @jmini in #1212
- Add work item support to WebHookManager by @ParkerMc in #1215
- Remove classes to prevent "split packages" issues by @jmini in #1216
- Rework GitLabForm to preserve the value type by @jmini in #1217
- Add reviewerId to MergeRequestFilter by @jmini in #1218
- add RepositoryApi.compare(Object projectIdOrPath, String from, String to, Object fromProjectId, boolean straight) by @otary in #1208
- Add "auto_devops_enabled" parameter when creating projects by @jmini in #1219
- Change types in Filter classes by @jmini in #1220
- BoardApi fixes and group support by @jmini in #1221
- BoardApi add support for EpicBoards by @jmini in #1222
- Use DateOnlySerializer when appropriate by @jmini in #1223
New Contributors
Full Changelog: 6.0.0-rc.7...6.0.0-rc.8
6.0.0-rc.7
Same changes as release 5.8.0
.
First version with api and models modules.
API:
dependencies {
implementation 'org.gitlab4j:gitlab4j-api:6.0.0-rc.7'
//...
}
<dependency>
<groupId>org.gitlab4j</groupId>
<artifactId>gitlab4j-api</artifactId>
<version>6.0.0-rc.7</version>
</dependency>
Models:
dependencies {
implementation 'org.gitlab4j:gitlab4j-models:6.0.0-rc.7'
//...
}
<dependency>
<groupId>org.gitlab4j</groupId>
<artifactId>gitlab4j-models</artifactId>
<version>6.0.0-rc.7</version>
</dependency>
5.8.0
What's Changed
- Get key by id #1176 by @LeJeanbono in #1180
- Create group webhook #1173 by @LeJeanbono in #1181
- Add in field to IssueFilter #1172 by @LeJeanbono in #1182
- Add commit_committer_name_check in push rules #1171 by @LeJeanbono in #1183
- Add group file uploads and list uploads by @jmini in #1184
- Add WorkItemEvent by @jmini in #1185
- Add "Validate Gradle Wrapper" workflow by @jmini in #1186
- Add "references" to Issue by @jmini in #1189
- Add support for Job Token by @jmini in #1188
- Add get personal access token by @katrinSaleschus in #1191
- Don't use query param for the POST requests by @jmini in #1199
- Add missing attributes for NotesApi and DiscussionApi (#1193) by @MadnessIRL in #1194
- Add revokePersonalAccessToken(tokenId) and addSshKey expiresAt field by @otary in #1195
- Add missing deployment and environment attributes by @katrinSaleschus in #1187
New Contributors
- @MadnessIRL made their first contribution in #1194
- @otary made their first contribution in #1195
Full Changelog: 5.7.0...5.8.0
gitlab4j-api-5.6.0
gitlab4j-api-6.0.0-rc.5
gitlab4j-api-5.5.0
gitlab4j-api-6.0.0-rc.4
gitlab4j-api-5.4.0
gitlab4j-api-6.0.0-rc.3
gitlab4j-api-5.3.0
[maven-release-plugin] prepare release gitlab4j-api-5.3.0