Releases: snowplow/snowplow-elasticsearch-loader
Version 2.1.2
This is a patch release that bumps dependencies for potential security vulnerabilities.
Changelog
- Bump sbt-snowplow-release to 0.3.1 (#260)
2.1.1
Prepare for 2.1.1 release
Version 2.0.9
Version 2.0.9 is a maintenance release to bump dependencies to newer versions.
Starting from this release we are also publishing a "distroless" docker image based on the gcr.io/distroless base image. You can get started with the distroless version by pulling it from Docker Hub:
docker pull snowplow/elasticsearch-loader:2.0.9-distroless
Or you can continue working with the regular image based on debian:
docker pull snowplow/elasticsearch-loader:2.0.9
Changelog
Version 2.0.8
Version 2.0.7
Version 2.0.6
A patch release, to address security vulnerabilities in transitive dependencies
- Bump jackson to 2.12.7 (#235)
Version 1.0.7
Prepare for 1.0.7 release
Version 2.0.5
This patch release makes a subtle but important change to our approach to logging. Previously, if the loader failed to index a record, then it logged the original record along with the error message. In the new version, it does not log the original record, which makes the log files easier to manage in terms of protecting user data.
- Update license header to 2022 (#232)
- Change docker base image to eclipse-temurin:11-jre-focal (#230)
- Fix broken release badge on README (#225)
- Bump jackson-databind to 2.12.6 (#229)
- Bump log4j-core to 2.17.1 (#228)
- Bump amazon-kinesis-client to 1.14.8 (#227)
- Remove logging of user-sent record (#226)
Version 1.0.6
Prepare for 1.0.6 release
Version 2.0.4
Clean up terminated shards before expiry (#222)