Snowplow Micro 1.3.2 released

Snowplow Micro 1.3.2

A security release to resolve vulnerabilities present in Micro, stemming from a few dependencies that have now been bumped.

How to update

Snowplow Micro is published on docker hub. You simply need to update your docker commands to pull the 1.3.2 tag.

If you are passing in a Stream Collector file using --collector-config, you will need to add the new experimental key section to your config, e.g.:

collector {
  experimental {
    warmup {
       enable = false
       numRequests = 2000
       maxConnections = 2000
    }
  }
}

Links

Github release: Release Version 1.3.2 ยท snowplow-incubator/snowplow-micro ยท GitHub
Docker release: Docker Hub

2 Likes