File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ Version 2.0.8 (2022-09-23)
2+ --------------------------
3+ Timeout on converting Future to IO (#242)
4+ Remove logging cluster health (#241)
5+
16Version 2.0.7 (2022-09-11)
27--------------------------
38Use PutRecords to batch up failed inserts sent to kinesis (#239)
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $ sbt compile
2525The Snowplow Elasticsearch Loader has the following command-line interface:
2626
2727```
28- snowplow-elasticsearch-loader 2.0.7
28+ snowplow-elasticsearch-loader 2.0.8
2929
3030Usage: snowplow-elasticsearch-loader [options]
3131
@@ -45,7 +45,7 @@ Update the configuration to fit your needs.
4545Next, start the loader, making sure to specify your new config file:
4646
4747``` bash
48- $ java -jar snowplow-elasticsearch-loader-2.0.7 .jar --config my.conf
48+ $ java -jar snowplow-elasticsearch-loader-2.0.8 .jar --config my.conf
4949```
5050
5151## Find out more
You can’t perform that action at this time.
0 commit comments