File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Version 0.12.1 (2020-05-13)
2+ ---------------------------
3+ Fix NullPointerException before resharding (#156)
4+
15Version 0.12.0 (2020-03-17)
26---------------------------
37Add badges to README (#73)
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 0.12.0
28+ snowplow-elasticsearch-loader 0.12.1
2929
3030Usage: snowplow-elasticsearch-loader [options]
3131
5252Next, start the loader, making sure to specify your new config file:
5353
5454``` bash
55- $ java -jar snowplow-elasticsearch-loader-http-0.12.0 .jar --config my.conf
55+ $ java -jar snowplow-elasticsearch-loader-http-0.12.1 .jar --config my.conf
5656```
5757
5858## Find out more
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ lazy val commonDependencies = Seq(
4040lazy val buildSettings = Seq (
4141 organization := " com.snowplowanalytics" ,
4242 name := " snowplow-elasticsearch-loader" ,
43- version := " 0.12.0 " ,
43+ version := " 0.12.1 " ,
4444 description := " Load the contents of a Kinesis stream or NSQ topic to Elasticsearch" ,
4545 scalaVersion := " 2.12.10" ,
4646 scalacOptions := BuildSettings .compilerOptions,
You can’t perform that action at this time.
0 commit comments