Skip to content

Commit

Permalink
Prepare for 5.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 30, 2024
1 parent b7c7093 commit 41b57f3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 41b57f3

Please sign in to comment.