Releases: gitlab4j/gitlab4j-api
Releases · gitlab4j/gitlab4j-api
Misc Fixes
Enhancement: Completed Java 8 Stream Support
Java 8 Stream getXxxxxStream() methods have been added to the following API classes, completing the Java 8 Stream support:
- EpicsApi
- MilestonesApi
- PipelineApi
- RunnersApi
- SnippetsApi
- SystemHooksApi
Enhancement Release
Java 8 Stream getXxxxxStream()
methods have been added to the following API classes:
- CommitsApi
- DeployKeysApi
- EventsApi
- JobApi
- LabelsApi
- MergeRequestApi
- NamespaceApi
Enhancement Release
- Added the ability to upload a project avatar (#284)
- Java 8 Stream
getXxxxxStream()
methods have been added to the following API classes:- GroupApi
- IssuesApi
- NotesApi
- ProjectApi
- RepositoryApi
- TagsApi
- UserApi
Enhancement Release
Enhancement Release
Added support for packages_enabled when creating and updating a project (#278)
NOTE: This is a GitLab EE feature only.
Enhancement Release
- Added toString() methods to model classes (#277)
Enhancement Release
Fixed Windows Path Issue
- Fixed issue with Path class being used on Windows (#270)
Enhancement Release
- Added get group projects that with support for all filtering parameters (#269 )