Releases: gitlab4j/gitlab4j-api
Releases · gitlab4j/gitlab4j-api
Enhancement Release
02 May 05:35
Compare
Sorry, something went wrong.
No results found
Added functionality to create and revoke personal access tokens (#336 )
Added ability to fetch User's Feed Token (#336 )
Added ability to fetch Health Check token (#336 )
Integration tests can now dynamically create access tokens for use while running integration tests (#311 )
Enhancement Release
23 Apr 22:15
Compare
Sorry, something went wrong.
No results found
Added maven-enforcer-plugin
Includes rules to disregard module-info classes.
Added javax.activation dependency for Java 9+ compatiability.
Bug Fix
23 Apr 04:32
Compare
Sorry, something went wrong.
No results found
Added support for user_failed_login system hook event (#334 )
Enhancement Release
22 Apr 15:00
Compare
Sorry, something went wrong.
No results found
Added MaskingLoggingFilter to mask sensitive data when logging request and response headers.
Bug Fix
18 Apr 13:03
Compare
Sorry, something went wrong.
No results found
Now properly handles dates using UTC zone name (#333 )
Added tests for UTC zone name (#333 )
Bug Fix
18 Apr 13:02
Compare
Sorry, something went wrong.
No results found
Made handling of merge_request event more resilient (#332 ).
Added testing of SystemHookManager.handleEvent() (#332 ).
Updated Jersey version to 2.28
Enhancement Release
18 Apr 13:00
Compare
Sorry, something went wrong.
No results found
Removed use of JAXB (#327 )
Now uses java.time functionality to parse dates (#327 )
Added support for merge_request system hook (#332 )
Bug Fix
12 Apr 14:22
Compare
Sorry, something went wrong.
No results found
Fixed deserialization problem with the changes property in the webhook events (#325 , #330 )
Enhancement and Fix Release
11 Apr 01:59
Compare
Sorry, something went wrong.
No results found
Added support for group and project variables (#330 )
Fixed bug with CommitsApi.getCommit() would fail if there was a slash in the branch name (#328 )
Enhancement Release
09 Apr 22:08
Compare
Sorry, something went wrong.
No results found
Added compare() method to RepositoryApi that includes the staright parameter (#322 )
Added merge_commit_sha property to merge request event (#323 )
Added labels support to IssueEvent (#325 )
Added support for pipeline schedule variables (#326 )