From 0efb57125e79324606ef060ff5b4abc64d52077c Mon Sep 17 00:00:00 2001 From: Anton Parkhomenko Date: Thu, 24 Feb 2022 00:45:30 +0300 Subject: [PATCH] Prepare for 2.2.0 release --- CHANGELOG | 23 +++++++++++++++++++++++ README.md | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index fb8dfbfca..25bc59aa9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,26 @@ +Version 2.2.0 (2022-02-24) +-------------------------- +RDB Loader: stop consuming SQS messages when Loader is busy (#746) +RDB Loader: don't enqueue folders into retry queue if the queue is non-empty (#744) +RDB Loader: mention amount of retries in retry logic (#745) +RDB Loader: make retry behaviour configurable (#742) +RDB Loader: expose an actual AWS exception in readKey (#740) +RDB Loader: fix not respecting no-op schedule if app starts in a window (#724) +RDB Loader: send health check data to statsd (#700) +RDB Loader: add webhook setting to reference config file (#713) +RDB Loader: make all timeouts configurable (#624) +RDB Loader: add loading timeout (#668) +RDB Loader: send total attempts in load_succeeded (#717) +RDB Loader: fix Retry Queue dropping after first attempt (#716) +RDB Loader: 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) +Common: bump jackson-dataformat-cbor to 2.12.6 (#550) +Common: bump sbt to 1.6.2 (#735) +Stream Shredder: bump kafka-clients to 2.7.2 (#732) +Stream Shredder: bump commons-io to 2.7 (#731) +Stream Shredder: bump protobuf-java to 3.16.1 (#730) + Version 2.1.0 (2022-01-19) -------------------------- RDB Loader: track when a load succeeded (#574) diff --git a/README.md b/README.md index f973a57d3..fcca8a494 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ limitations under the License. [build-image]: https://github.com/snowplow/snowplow-rdb-loader/workflows/Test%20and%20deploy/badge.svg [build]: https://github.com/snowplow/snowplow-rdb-loader/actions?query=workflow%3A%22Test%22 -[release-image]: https://img.shields.io/badge/release-2.1.0-blue.svg?style=flat +[release-image]: https://img.shields.io/badge/release-2.2.0-blue.svg?style=flat [releases]: https://github.com/snowplow/snowplow-rdb-loader/releases [license-image]: https://img.shields.io/badge/license-Apache--2-blue.svg?style=flat