File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ Version 2.0.7 (2022-09-11)
2
+ --------------------------
3
+ Use PutRecords to batch up failed inserts sent to kinesis (#239)
4
+ Improve use of Futures to avoid suspected deadlocks (#238)
5
+ Fix app from exiting on elasticsearch error responses (#233)
6
+ Fix logging of error message when an event cannot be indexed (#237)
7
+
1
8
Version 2.0.6 (2022-06-11)
2
9
--------------------------
3
10
Bump jackson to 2.12.7 (#235)
@@ -32,9 +39,9 @@ Update links to docs in README (#212)
32
39
33
40
Version 2.0.0 (2021-10-08)
34
41
--------------------------
35
- Bump elastic4s to 7.14.1 (close #175)
36
- Refactor config structure (close #206)
37
- Github action to scan docker image with lacework (close #205)
42
+ Bump elastic4s to 7.14.1 (#175)
43
+ Refactor config structure (#206)
44
+ Github action to scan docker image with lacework (#205)
38
45
39
46
Version 1.0.1 (2021-09-02)
40
47
--------------------------
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.6
28
+ snowplow-elasticsearch-loader 2.0.7
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.6 .jar --config my.conf
48
+ $ java -jar snowplow-elasticsearch-loader-2.0.7 .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