Skip to content

Commit b24d6d1

Browse files
committed
Prepare for 2.0.7 release
1 parent 604e31f commit b24d6d1

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
Version 2.0.6 (2022-06-11)
29
--------------------------
310
Bump jackson to 2.12.7 (#235)
@@ -32,9 +39,9 @@ Update links to docs in README (#212)
3239

3340
Version 2.0.0 (2021-10-08)
3441
--------------------------
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)
3845

3946
Version 1.0.1 (2021-09-02)
4047
--------------------------

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ sbt compile
2525
The Snowplow Elasticsearch Loader has the following command-line interface:
2626

2727
```
28-
snowplow-elasticsearch-loader 2.0.6
28+
snowplow-elasticsearch-loader 2.0.7
2929
3030
Usage: snowplow-elasticsearch-loader [options]
3131
@@ -45,7 +45,7 @@ Update the configuration to fit your needs.
4545
Next, start the loader, making sure to specify your new config file:
4646

4747
```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
4949
```
5050

5151
## Find out more

0 commit comments

Comments
 (0)