Releases: snowplow-incubator/snowplow-micro
Version 2.1.3
- 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
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
This version fixes a bug in the UI where it would sometimes crash with bad events.
Version 2.1.0
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
Changelog
- Add a UI
- Move to the Snowplow Community License
Version 1.7.2
This version adds a mirror for Iglu Central to the default configuration.
Version 1.7.1
This release bumps Enrich to version 3.8.0.
Version 1.7.0
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
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
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