Skip to content

Commit 946cdf8

Browse files
committed
Prepare for 2.1.0 release
1 parent 5ff1413 commit 946cdf8

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
Version 2.0.0 (2021-07-03)
214
--------------------------
315
Use AdoptOpenJDK 11 as docker base image (#224)

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $ sudo apt-get install lzop liblzo2-dev
6060
The Snowplow S3 Loader has the following command-line interface:
6161

6262
```
63-
snowplow-s3-loader: Version 2.0.0
63+
snowplow-s3-loader: Version 2.1.0
6464
6565
Usage: snowplow-s3-loader [options]
6666
@@ -80,7 +80,7 @@ You will need to edit all fields in the config. Consult [the configuration refe
8080
Next, start the sink, making sure to specify your new config file:
8181

8282
```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
8484
```
8585

8686
## Find out more
@@ -106,7 +106,7 @@ limitations under the License.
106106
[travis-image]: https://travis-ci.org/snowplow/snowplow-s3-loader.png?branch=master
107107
[travis]: http://travis-ci.org/snowplow/snowplow-s3-loader
108108

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
110110
[releases]: https://github.com/snowplow/snowplow-s3-loader/releases
111111

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

0 commit comments

Comments
 (0)