Skip to content

Releases: snowplow-incubator/snowplow-micro

Version 2.1.3

08 Jan 13:40
Compare
Choose a tag to compare
  • Collector 3.3.0
  • Enrich 5.2.0
  • New license SLULA 1.1

Starting from this version, Micro validates the atomic fields lengths with the defaults that are defined in Enrich.

Version 2.1.2

28 Aug 09:19
Compare
Choose a tag to compare

This release fixes a regression (introduced in 2.1.0) that prevented adding a custom Iglu registry with the MICRO_IGLU_REGISTRY_URL environment variable.

Version 2.1.1

23 Aug 09:28
Compare
Choose a tag to compare

This version fixes a bug in the UI where it would sometimes crash with bad events.

Version 2.1.0

09 Apr 07:05
Compare
Choose a tag to compare

Using latest version of Snowplow components - collector 3.2.0 and enrich 4.2.0

Changelog

  • Update the license to Snowplow Limited Use License Agreement 1.0
  • Upgrade collector to 3.2.0 and enrich to 4.2.0

Version 2.0.0

15 Dec 09:06
Compare
Choose a tag to compare

Changelog

  • Add a UI
  • Move to the Snowplow Community License

Version 1.7.2

03 Jul 14:13
Compare
Choose a tag to compare

This version adds a mirror for Iglu Central to the default configuration.

Version 1.7.1

08 May 13:55
Compare
Choose a tag to compare

This release bumps Enrich to version 3.8.0.

Version 1.7.0

19 Apr 11:11
Compare
Choose a tag to compare

This version adds support for HTTPS. Usage:

docker run ... \
  --mount type=bind,source=$(pwd)/my-certificate.p12,destination=/config/ssl-certificate.p12 \
  -e MICRO_SSL_CERT_PASSWORD=my-certificate-password

Version 1.6.0

06 Apr 13:42
Compare
Choose a tag to compare

This version adds support for enrichments. With your enrichment configuration files (.json) in ./my-enrichments, run:

docker run -p 9090:9090 \
  --mount type=bind,source=$(pwd)/my-enrichments,destination=/config/enrichments \
  snowplow/snowplow-micro:1.6.0

Version 1.5.0

16 Feb 17:22
Compare
Choose a tag to compare

This version allows to easily point Micro to an Iglu registry using environment variables:

docker run -p 9090:9090 \
  -e MICRO_IGLU_REGISTRY_URL \
  -e MICRO_IGLU_API_KEY \
  snowplow/snowplow-micro:1.5.0