Skip to content

2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 13:55
· 312 commits to master since this release

This release adds new ability to Batch Shredder and Stream Shredder to send shredding_complete.json message to SNS. Also, we refactored the config structure to split configs of RDB Loader and RDB Shredder.

Additionally we bumped versions of the some of the libraries and deprecated additional steps feature of RDB Loader since there are better alternative mechanisms and they are not useful anymore.

Common

  • Common: split shredder and loader config (close #596)

Shredder

  • Batch Shredder: send shredding_complete to SNS (#595)
  • Stream Shredder: send shredding_complete to SNS (#616)

Loader

  • RDB Loader: deprecate steps (close #625)

Dependency bumps

  • Common: bump aws-java-sdk from 1.11.1019 to 1.12.31 (#613)
  • Common: bump jackson-scala-module to 2.12.3 (#566)
  • Common: bump jackson-databind to 2.12.3 (#614)
  • Common: bump aws-java-sdk-v2 from 2.16.23 to 2.17.59 (#615)

Under the hood

  • Common: use sbt-dynver plugin (close #610)