Enrich 3.7.0 released

We are pleased to release Enrich 3.7.0.

Starting from this version, it is now possible to use environment variables in all the config files of the app (application hocon, resolver, enrichments).

It also bumps YAUAA to the latest version, so that it correctly detects Chrome 109.

Last but not least, SQL, API and JS enrichment are now activated in the integration tests on Github Actions and we’ve added a cache for UA parser enrichment that will improve its performance.

Upgrading to 3.7.0

If you are already running a recent version of Enrich, all you need to do is pull the newer version of the docker image:

docker pull snowplow/snowplow-enrich-pubsub:3.7.0
docker pull snowplow/snowplow-enrich-kinesis:3.7.0
docker pull snowplow/snowplow-enrich-kafka:3.7.0

Check out the Enrich documentation for the full guide on running and configuring the apps.

5 Likes