v2.0.0
BREAKING CHANGES:
GitLab integration infrastructure has been changed.
It is now using two lambda functions instead of one in order to return a response in less than 10 seconds which is the timeout limit for a webhook in GitLab.com (the timeout limit can be configured in a standalone GitLab server).
The first lambda starts up the integration, invokes the second lambda that does the scan, and after the invocation returns a response to GitLab.