File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ Version 2.0.4 (2021-12-24)
2
+ --------------------------
3
+ Clean up terminated shards before expiry (#222)
4
+
1
5
Version 2.0.3 (2021-12-20)
2
6
--------------------------
3
7
Bump amazon-kinesis-client to 1.14.6 (#219)
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $ sbt compile
25
25
The Snowplow Elasticsearch Loader has the following command-line interface:
26
26
27
27
```
28
- snowplow-elasticsearch-loader 2.0.1
28
+ snowplow-elasticsearch-loader 2.0.4
29
29
30
30
Usage: snowplow-elasticsearch-loader [options]
31
31
@@ -45,7 +45,7 @@ Update the configuration to fit your needs.
45
45
Next, start the loader, making sure to specify your new config file:
46
46
47
47
``` bash
48
- $ java -jar snowplow-elasticsearch-loader-2.0.1 .jar --config my.conf
48
+ $ java -jar snowplow-elasticsearch-loader-2.0.4 .jar --config my.conf
49
49
```
50
50
51
51
## Find out more
You can’t perform that action at this time.
0 commit comments