Snowplow Micro 1.3.1 released

We are happy to announce the release of Snowplow Micro version 1.3.1

Our previous release had loads of great improvements but we accidentally broke the super-helpful embedded Iglu feature, which was introduced in version 1.2. Version 1.3.1 is a bug-fix release to get that feature working again.

It means that you can mount schemas directly into the /config/iglu-client-embedded directory of the docker container, and Micro will automatically discover those schemas and use them to validate events. See the Micro github readme for an example of how this feature works.

Upgrading

Upgrading is as simple as pulling the most recent docker image:

docker run \
  -p 9090:9090 \
  snowplow/snowplow-micro:1.3.1
5 Likes