Snowplow Micro 1.1.1 released

Following the new Stream Collector 2.2.1 release, we’re pleased to announce that Snowplow Micro 1.1.1 is now available.

Updates the Stream Collector, which improves support for the new SP-Anonymous HTTP Header and various other fixes. Tracking with server side anonymisation is available in the Snowplow JavaScript Tracker v2.17.0+.

How to update
Snowplow Micro is published on docker hub as 1.1.1. You simply need to update your docker commands to pull 1.1.1.

e.g.

docker pull snowplow/snowplow-micro:1.1.1

or

docker run --mount type=bind,source=$(pwd)/example,destination=/config -p 9090:9090 snowplow/snowplow-micro:1.1.1 --collector-config /config/micro.conf --iglu /config/iglu.json

Updates
Bump stream-collector to 2.2.1 (#38)

3 Likes