Skip to content

Commit

Permalink
Prepare for 5.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed May 24, 2023
1 parent 6273508 commit c9cd80f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Version 5.5.0 (2023-05-24)
--------------------------
Bump Snowflake driver to 3.13.30 (#1256)
Upgrade Databricks JDBC driver (#1254)
Config parsing improvements (#1252)
Loader: limit the total time spent retrying a failed load (#1251)
Loader: do not skip batches on warehouse connection failures (#1250)
Loader: Do not attempt rollback when connection is already closed (#1240)
Use sbt-snowplow-release to build docker images (#1222)
Loader: Improvements to webhook alerts (#1238)
Add load_tstamp column to table definitions (#1233)
Loader: Disable warnings on incomplete shredding for the streaming transformer (#967)
Batch Transformer: emit transform_duration metric (#1236)
Batch Transformer: use JDK 11 in assembly (#1241)
Bump dependencies with CVEs (#1234)
Loader: Retry failures for all warehouse operations (#1225)
Loader: Avoid errors for "Connection is not available" (#1223)
Upgrade to Cats Effect 3 (#1219)

Version 5.4.3 (2023-05-05)
--------------------------
Bump schema-ddl to 0.18.2 (#1248)
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/CI/badge.svg
[build]: https://github.com/snowplow/snowplow-rdb-loader/actions/workflows/ci.yml

[release-image]: https://img.shields.io/badge/release-5.4.3-blue.svg?style=flat
[release-image]: https://img.shields.io/badge/release-5.5.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 c9cd80f

Please sign in to comment.