Skip to content

Releases: snowplow/snowplow-elasticsearch-loader

Version 2.1.2

11 Oct 13:26
Compare
Choose a tag to compare

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

05 Sep 11:15
Compare
Choose a tag to compare
Prepare for 2.1.1 release

Version 2.0.9

12 Jan 21:05
Compare
Choose a tag to compare

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

  • Bump slf4j to 2.0.6 (#253)
  • Update copyright notice to 2023 (#251)
  • Publish distroless docker image (#250)
  • Bump protobuf to 3.21.12 (#249)
  • Bump jackson to 2.13.4 (#248)
  • Bump elastic4s to 7.17.4 (#247)
  • Bump netty to 4.1.86.Final (#246)
  • Bump amazon-kinesis-client to 1.14.9 (#245)

Version 2.0.8

23 Sep 08:57
Compare
Choose a tag to compare

Stability release.

Changelog

  • Timeout on converting Future to IO (#242)
  • Remove logging cluster health (#241)

Version 2.0.7

12 Sep 06:07
Compare
Choose a tag to compare

Changelog

  • Use PutRecords to batch up failed inserts sent to kinesis (#239)
  • Improve use of Futures to avoid suspected deadlocks (#238)
  • Fix app from exiting on elasticsearch error responses (#233)
  • Fix logging of error message when an event cannot be indexed (#237)

Version 2.0.6

11 Jun 15:11
Compare
Choose a tag to compare

A patch release, to address security vulnerabilities in transitive dependencies

  • Bump jackson to 2.12.7 (#235)

Version 1.0.7

11 Jun 15:08
Compare
Choose a tag to compare
Prepare for 1.0.7 release

Version 2.0.5

24 Mar 08:55
Compare
Choose a tag to compare

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

26 Mar 21:13
Compare
Choose a tag to compare
Prepare for 1.0.6 release

Version 2.0.4

24 Dec 12:22
Compare
Choose a tag to compare

Clean up terminated shards before expiry (#222)