Skip to content

Commit 3a9ef03

Browse files
committed
Prepare for 2.1.3 release
1 parent 3303eb8 commit 3a9ef03

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 2.1.3 (2021-12-23)
2+
--------------------------
3+
Fix partition format in example hocon (#247)
4+
Clean up terminated shards before expiry (#248)
5+
16
Version 2.1.2 (2021-12-15)
27
--------------------------
38
Bump amazon-kinesis-client to 1.14.5 (#245)

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ The records are treated as byte arrays containing UTF-8 encoded strings (whether
2727
#### Docker
2828

2929
```bash
30-
docker run snowplow/snowplow-s3-loader:2.1.2 --help
30+
docker run snowplow/snowplow-s3-loader:2.1.3 --help
3131
```
3232

3333
#### Download jar
3434

3535
```bash
36-
curl -Lo snowplow-s3-loader.jar https://github.com/snowplow/snowplow-s3-loader/releases/download/2.1.2/snowplow-s3-loader-2.1.2.jar
36+
curl -Lo snowplow-s3-loader.jar https://github.com/snowplow/snowplow-s3-loader/releases/download/2.1.3/snowplow-s3-loader-2.1.3.jar
3737
java -jar snowplow-s3-loader.jar --help
3838
```
3939

@@ -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.1.2
63+
snowplow-s3-loader: Version 2.1.3
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.1.2.jar --config my.conf
83+
$ java -jar snowplow-s3-loader-2.1.3.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.1.2-blue.svg?style=flat
109+
[release-image]: http://img.shields.io/badge/release-2.1.3-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)