Skip to content

2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 11:49
· 270 commits to master since this release

New configuration options, improvements to observability

RDB Loader

  • Stop consuming SQS messages when Loader is busy (#746)
  • Don't enqueue folders into retry queue if the queue is non-empty (#744)
  • Mention amount of retries in retry logic (#745)
  • Make retry behaviour configurable (#742)
  • Expose an actual AWS exception in readKey (#740)
  • Fix not respecting no-op schedule if app starts in a window (#724)
  • Send health check data to statsd (#700)
  • Add webhook setting to reference config file (#713)
  • Make all timeouts configurable (#624)
  • Add loading timeout (#668)
  • Send total attempts in load_succeeded (#717)
  • Fix Retry Queue dropping after first attempt (#716)
  • Make sure health check sends only one alarm (#733)

RDB Shredder

  • Introduce since and until options (#570)

Common

  • Bump aws-java-sdk to 1.12.161 (#736)
  • Bump jackson-dataformat-cbor to 2.12.6 (#550)
  • Bump sbt to 1.6.2 (#735)

Stream Shredder

  • Bump kafka-clients to 2.7.2 (#732)
  • Bump commons-io to 2.7 (#731)
  • Bump protobuf-java to 3.16.1 (#730)