Skip to content

Bump gitlab-sdk to 0.3.0

Piotr Skorupa requested to merge psk-bump-gitlab-sdk-to-0.3.0 into master

What does this MR do and why?

Related to #436447 (closed).

This bumps the gitlab-sdk gem version to 0.3.0, adding performance improvements (mainly using a non-blocking AsyncEmitter in a Snowplow tracker) that enables us to try re-enabling internal_events_for_product_analytics, which was turned off due to #436447 (closed). All code this upgrade touches is behind that feature flag.

Changeset: gitlab-org/analytics-section/product-analytics/gl-application-sdk-rb@0.2.6...0.3.0

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Piotr Skorupa

Merge request reports