Snowbridge 2.3.0 and 2.4.1 released

We are excited to release version 2.3.0 and 2.4.1 of Snowplow’s Snowbridge.

New license

Following our recent licensing announcement, Since version 2.4.0, Snowbridge is released under the Snowplow Limited Use License Agreement.

Testing & debugging with Google Tag Manager Server Side

If you are using Snowbridge to send events to Google Tag Manager Server Side, it’s now possible to take advantage of its Preview Mode feature to test the integration, inspect event payload, etc. You can find more information in the docs. Under the hood, this is powered by the spGtmssPreview transformation.

Other changes

  • Support for sending authorized requests to OAuth2 - compliant HTTP targets. (since 2.4.0).
  • For HTTP target, all 2XX HTTP status codes are treated as succesfull response (since 2.4.0).
  • For HTTP target, support for setting headers dynamically (since 2.3.0).

Upgrading to 2.4.1

To accept the terms of license and run Snowbridge, set the ACCEPT_LIMITED_USE_LICENSE=yes environment variable. Alternatively, you can configure the license.accept option, like this:

license {
  accept = true
}

Upgrading to 2.3.0

Upgrade to 2.3.0 from previous version doesn’t require any configuration changes.

3 Likes