Skip to content

Commit c9cd80f

Browse files
committed
Prepare for 5.5.0 release
1 parent 6273508 commit c9cd80f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Version 5.5.0 (2023-05-24)
2+
--------------------------
3+
Bump Snowflake driver to 3.13.30 (#1256)
4+
Upgrade Databricks JDBC driver (#1254)
5+
Config parsing improvements (#1252)
6+
Loader: limit the total time spent retrying a failed load (#1251)
7+
Loader: do not skip batches on warehouse connection failures (#1250)
8+
Loader: Do not attempt rollback when connection is already closed (#1240)
9+
Use sbt-snowplow-release to build docker images (#1222)
10+
Loader: Improvements to webhook alerts (#1238)
11+
Add load_tstamp column to table definitions (#1233)
12+
Loader: Disable warnings on incomplete shredding for the streaming transformer (#967)
13+
Batch Transformer: emit transform_duration metric (#1236)
14+
Batch Transformer: use JDK 11 in assembly (#1241)
15+
Bump dependencies with CVEs (#1234)
16+
Loader: Retry failures for all warehouse operations (#1225)
17+
Loader: Avoid errors for "Connection is not available" (#1223)
18+
Upgrade to Cats Effect 3 (#1219)
19+
120
Version 5.4.3 (2023-05-05)
221
--------------------------
322
Bump schema-ddl to 0.18.2 (#1248)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ limitations under the License.
7474
[build-image]: https://github.com/snowplow/snowplow-rdb-loader/workflows/CI/badge.svg
7575
[build]: https://github.com/snowplow/snowplow-rdb-loader/actions/workflows/ci.yml
7676

77-
[release-image]: https://img.shields.io/badge/release-5.4.3-blue.svg?style=flat
77+
[release-image]: https://img.shields.io/badge/release-5.5.0-blue.svg?style=flat
7878
[releases]: https://github.com/snowplow/snowplow-rdb-loader/releases
7979

8080
[license-image]: https://img.shields.io/badge/license-Apache--2-blue.svg?style=flat

0 commit comments

Comments
 (0)