From af0997daf5395cc57327464d9938768638347a04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 07:36:18 +0000 Subject: [PATCH] Prepare for 5.7.1 release --- CHANGELOG | 9 +++++++++ README.md | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index dc12dc6b4..a65022b75 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +Version 5.7.1 (2023-08-08) +-------------------------- +Lower sensitivity of cats-effect responsiveness warning (#1309) +Reduce log level for test suite (#1307) +Exclude zookeeper transitive dependency from loaders (#1305) +Batch Transformer: make it possible to skip schemas with all transformations (#1300) +Bump Snowplow Events Manifest to 0.4.0 (#1303) +transformer-kafka: add semi-automatic test scenarios using cloud resources (#1302) + Version 5.7.0 (2023-07-26) -------------------------- Add Snowplow Community License (#1297) diff --git a/README.md b/README.md index a730050b7..5f2d2d746 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ There are two types of Transformers: Batch and Streaming Stream Transformers read enriched events from respective stream service, transform them, then write transformed events to specified blob storage path. They write transformed events in periodic windows. -There are two different Stream Transformer applications: Transformer Kinesis and Transformer Pubsub. As one can predict, they are different variants for GCP and AWS. +There are two different Stream Transformer applications: Transformer Kinesis and Transformer Pubsub. As one can predict, they are different variants for GCP, AWS and Azure. #### Batch Transformer @@ -65,7 +65,7 @@ Licensed under the [Snowplow Community License](https://docs.snowplow.io/communi [build-image]: https://github.com/snowplow/snowplow-rdb-loader/workflows/CI/badge.svg [build]: https://github.com/snowplow/snowplow-rdb-loader/actions/workflows/ci.yml -[release-image]: https://img.shields.io/badge/release-5.7.0-blue.svg?style=flat +[release-image]: https://img.shields.io/badge/release-5.7.1-blue.svg?style=flat [releases]: https://github.com/snowplow/snowplow-rdb-loader/releases [license]: https://docs.snowplow.io/docs/contributing/community-license-faq/