File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ Version 1.0.0 (2020-07-22)
2
+ --------------------------
3
+ Update bad rows sent by ES loader for enriched events (#161)
4
+ Bump snowplow-scala-analytics-sdk to 2.0.1 (#170)
5
+ Add ability to disable CloudWatch metrics (#160)
6
+ Add custom endpoint overrides for Kinesis and DynamoDB (#157)
7
+
1
8
Version 0.12.1 (2020-05-13)
2
9
---------------------------
3
10
Fix NullPointerException before resharding (#156)
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 0.12.1
28
+ snowplow-elasticsearch-loader 1.0.0
29
29
30
30
Usage: snowplow-elasticsearch-loader [options]
31
31
52
52
Next, start the loader, making sure to specify your new config file:
53
53
54
54
``` bash
55
- $ java -jar snowplow-elasticsearch-loader-http-0.12.1 .jar --config my.conf
55
+ $ java -jar snowplow-elasticsearch-loader-http-1.0.0 .jar --config my.conf
56
56
```
57
57
58
58
## Find out more
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ lazy val commonDependencies = Seq(
39
39
lazy val buildSettings = Seq (
40
40
organization := " com.snowplowanalytics" ,
41
41
name := " snowplow-elasticsearch-loader" ,
42
- version := " 0.12.1 " ,
42
+ version := " 1.0.0 " ,
43
43
description := " Load the contents of a Kinesis stream or NSQ topic to Elasticsearch" ,
44
44
scalaVersion := " 2.12.10" ,
45
45
scalacOptions := BuildSettings .compilerOptions,
You can’t perform that action at this time.
0 commit comments