Skip to content

Version 2.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 08:55
· 27 commits to master since this release

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)