Releases: gitlab4j/gitlab4j-api
Releases · gitlab4j/gitlab4j-api
Enhancement and Fix Release
Enhancement and Fix Release
- Added support for the project Import/export API (ImportExportApi) - #377
- Added missing scopes for both impersonation and personal access tokens - #374
- Now properly URL encodes tag names - #372
- Fixed issues with unit tests when testing with OpenJDK 11 - #370
- Added support for the Container Registry API (ContainerRegsitryApi) - #368
Enhancement and Fix Release
- Fixed issue with
RunnersApi.getAllRunners()
methods - #365 - Added get runners methods to
RunnersApi
to filter on type and status
Enhancement Release
Webhook and System Hook Enhancements
Improved content of the Webhook and System Hook events - #362
- Event name is now available in all webhook and system hook events
- Updated properties in the "changes" section of the issue and merge request events
- Added support for arbitrary properties in the "changes" section of the issue and merge request events
Enhancement Release
- Updated all code related to the Job Webhook event so that both the documented and actual format of the event are supported - #357
Enhancement Release
- Audited and updated Webhook related code to bring in-line with latest GitLab API specs - #357
Enhancement Release
Enhancement and Fix Release
Enhancement Release
- Added support for Pipeline triggers - #341