File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ Version 4.0.0 (2022-05-26)
2
+ --------------------------
3
+ Common: Change http4s client backend to async-http-client (#903)
4
+ Common: bump http4s to 0.21.33 (#902)
5
+ Transformer kinesis: support Parquet output option (#900)
6
+ Loader: check if target is ready before submitting the statement (#846)
7
+ Add Databricks as a destination (#860)
8
+ Batch Transformer: add Parquet output option (#896)
9
+ Transformer kinesis: add telemetry (#863)
10
+ Transformer kinesis: write shredding_complete.json to S3 (#867)
11
+ Snowflake Loader: add load_tstamp (#815)
12
+ Redshift Loader: add load_tstamp (#571)
13
+ Transformer kinesis: report metrics (#862)
14
+ RDB Loader: emit latency statistics on constant intervals (#795)
15
+ Transformer kinesis: use output of transformation in updating global state (#824)
16
+ Transformer kinesis: fix updating total and bad number of events counter in global state (#823)
17
+ Transformer kinesis: add tests for whole processing pipeline (#835)
18
+ Transformer kinesis: fix passing checkpoint action during creation of windowed records (#762)
19
+
1
20
Version 3.0.3 (2022-05-18)
2
21
--------------------------
3
22
Loader: bump version of load_succeeded schema to 3.0.0 (#889)
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ limitations under the License.
69
69
[ build-image ] : https://github.com/snowplow/snowplow-rdb-loader/workflows/Test%20and%20deploy/badge.svg
70
70
[ build ] : https://github.com/snowplow/snowplow-rdb-loader/actions?query=workflow%3A%22Test%22
71
71
72
- [ release-image ] : https://img.shields.io/badge/release-3 .0.2 -blue.svg?style=flat
72
+ [ release-image ] : https://img.shields.io/badge/release-4 .0.0 -blue.svg?style=flat
73
73
[ releases ] : https://github.com/snowplow/snowplow-rdb-loader/releases
74
74
75
75
[ license-image ] : https://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
You can’t perform that action at this time.
0 commit comments