Snowplow Micro 1.3.3 released

Snowplow Micro 1.3.3

A quick fix for the 1.3.2 release, due to a key added to the Stream Collector config in 1.7.0 not being present in the default Micro collector config.

This meant that any users not passing a Stream Collector config with --collector-config would find an exception being thrown, and Micro failing to start.

Upgrading

If you are upgrading from a version < 1.3.2, ensure that if you are passing in a Stream Collector config with --collector-config your config file contains the experimental section, e.g.:

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

Links

Github release: Release Version 1.3.3 · snowplow-incubator/snowplow-micro · GitHub
Docker release: Docker Hub