Skip to content

Releases: gitlab4j/gitlab4j-api

6.0.0-rc.8

30 Dec 07:45
Compare
Choose a tag to compare

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

29 Nov 05:45
Compare
Choose a tag to compare
6.0.0-rc.7 Pre-release
Pre-release

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

28 Nov 19:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.7.0...5.8.0

gitlab4j-api-5.6.0

25 May 05:27
Compare
Choose a tag to compare

gitlab4j-api-6.0.0-rc.5

25 May 05:26
Compare
Choose a tag to compare
Pre-release

gitlab4j-api-5.5.0

29 Dec 12:50
Compare
Choose a tag to compare

gitlab4j-api-6.0.0-rc.4

29 Dec 12:53
Compare
Choose a tag to compare
Pre-release

gitlab4j-api-5.4.0

18 Nov 09:56
Compare
Choose a tag to compare

gitlab4j-api-6.0.0-rc.3

18 Nov 10:00
Compare
Choose a tag to compare
Pre-release

gitlab4j-api-5.3.0

15 Jun 11:32
Compare
Choose a tag to compare
[maven-release-plugin] prepare release gitlab4j-api-5.3.0