Skip to content

Commit

Permalink
Prepare for 5.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Mar 20, 2023
1 parent d1f955e commit 64c7100
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Version 5.4.0 (2023-03-20)
--------------------------
Transformer: add flag disabling atomic fields truncation to the transformer (#1217)
Loader fix: loaded batches must not get stuck in the retry queue (#1210)
Databricks loader: resilient to duplicate entries in manifest table (#1213)
Loader: make temp credentials session duration configurable (#1215)
Upgrade schema-ddl to 0.17.1 (#1207)
Snowflake ready check that does not require operate permission on the warehouse (#1195)
Add Kinesis/Pubsub badrows sink to streaming transformer (#1189)
Add Kinesis badrows sink to batch transformer (#1188)
Transformer: set event limit per parquet partition (#1178)
Transformer bad row count metric (#1171)
Don't use Spark sink for parquet badrows (#1168)

Version 5.3.2 (2023-03-08)
--------------------------
Loader: single COPY statement for each unique schema for Redshift (#1202)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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-5.3.2-blue.svg?style=flat
[release-image]: https://img.shields.io/badge/release-5.4.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
Expand Down

0 comments on commit 64c7100

Please sign in to comment.