diff --git a/CHANGELOG b/CHANGELOG index ab3256772..289e6ee94 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,18 @@ +Version 5.8.0 (2024-01-30) +-------------------------- +pubsub transformer: increase subscriber's awaitTermiantePeriod (#1328) +pubsub transformer: Increase default value of minDurationPerAckExtension (#1326) +Patch missed variable in renaming to Recovery +Rename disableMigration to disableRecovery +Shredding complete message should not list recovery tables when feature is disabled +Loader: Fix column names for shredded tables (#1332) +Redshift loader: send statsd metrics for recovery tables (#1331) +Quote column names in Redshift load statements (#1330) +Loader: Report recovery table names in load_succeeded payload (#1318) +Loader: Fix table name in COPY logs (#1316) +Loader: Pre-transaction migrations must always run to completion +Upgrade schema-ddl to 0.20.0 (#1265) + Version 5.7.5 (2023-12-04) -------------------------- Bump zookeeper to 3.7.2 (#1325) diff --git a/README.md b/README.md index a617c9aaf..87cefec1e 100644 --- a/README.md +++ b/README.md @@ -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.5-blue.svg?style=flat +[release-image]: https://img.shields.io/badge/release-5.8.0-blue.svg?style=flat [releases]: https://github.com/snowplow/snowplow-rdb-loader/releases [license]: https://docs.snowplow.io/docs/contributing/community-license-faq/