File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+ Version 2.1.0 (2021-11-26)
2
+ --------------------------
3
+ Update readme (#239)
4
+ Fix duplicate statsd metrics when loading lzo files (#229)
5
+ Fix dateFormat partitioning in output path (#236)
6
+ Integrate lacework (#232)
7
+ Use sbt-dynver (#233)
8
+ Add Twitter Maven repository (#234)
9
+ Fix premature shutdown of HTTP connection pool (#231)
10
+ Bump amazon-kinesis-client to 1.14.4 (#230)
11
+ Optimise fromEnriched function (#227)
12
+
1
13
Version 2.0.0 (2021-07-03)
2
14
--------------------------
3
15
Use AdoptOpenJDK 11 as docker base image (#224)
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ $ sudo apt-get install lzop liblzo2-dev
60
60
The Snowplow S3 Loader has the following command-line interface:
61
61
62
62
```
63
- snowplow-s3-loader: Version 2.0 .0
63
+ snowplow-s3-loader: Version 2.1 .0
64
64
65
65
Usage: snowplow-s3-loader [options]
66
66
@@ -80,7 +80,7 @@ You will need to edit all fields in the config. Consult [the configuration refe
80
80
Next, start the sink, making sure to specify your new config file:
81
81
82
82
``` bash
83
- $ java -jar snowplow-s3-loader-2.0 .0.jar --config my.conf
83
+ $ java -jar snowplow-s3-loader-2.1 .0.jar --config my.conf
84
84
```
85
85
86
86
## Find out more
@@ -106,7 +106,7 @@ limitations under the License.
106
106
[ travis-image ] : https://travis-ci.org/snowplow/snowplow-s3-loader.png?branch=master
107
107
[ travis ] : http://travis-ci.org/snowplow/snowplow-s3-loader
108
108
109
- [ release-image ] : http://img.shields.io/badge/release-2.0 .0-blue.svg?style=flat
109
+ [ release-image ] : http://img.shields.io/badge/release-2.1 .0-blue.svg?style=flat
110
110
[ releases ] : https://github.com/snowplow/snowplow-s3-loader/releases
111
111
112
112
[ license-image ] : http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
You can’t perform that action at this time.
0 commit comments