Skip to content

Commit e8ce7dc

Browse files
committed
Prepare for release
1 parent 90693bc commit e8ce7dc

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
Version 0.11.0 (2020-02-12)
2+
---------------------------
3+
Sharded indices by date (#82)
4+
Bump elasticsearch to 6.3.2 (#118)
5+
Bump elastic4s to 6.3.6 (#119)
6+
Fix jackson dependency conflict (#111)
7+
Fix configuration not loading (#113)
8+
Remove document index and document type from JsonRecord (#108)
9+
Add max retries to Elasticsearch client settings (#103)
10+
Abstract the core module (#97)
11+
Integrate scalafmt (#101)
12+
Generalize package name for the project (#98)
13+
Bump elastic4s to 6.2.4 (#94)
14+
Bump elasticsearch to 6.2.4 (#95)
15+
Stop supporting the Transport API? (#53)
16+
Make Kinesis and NSQ config a coproduct (#68)
17+
Bump scala to 2.12.6 (#92)
18+
Bump sbt to 1.1.5 (#91)
19+
Bump amazon-kinesis-client to 1.9.1 (#90)
20+
Bump snowplow-scala-analytics-sdk to 0.3.0 (#89)
21+
Bump snowplow-scala-tracker to 0.5.0 (#88)
22+
Bump scalaz to 7.2.22 (#87)
23+
Bump specs2 to 4.1.0 (#86)
24+
Bump pureconfig to 0.9.1 (#85)
25+
Bump scopt to 3.7.0 (#84)
26+
Bump config to 1.3.3 (#83)
27+
Add support for basic authentication (#74)
28+
Change Travis distribution to Trusty (#138)
29+
130
Version 0.10.2 (2018-08-01)
231
---------------------------
332
Allow for lookupd to be on a different machine than nsqd (#75)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Assuming you already have [SBT 1.1.5][sbt] installed:
1919
The Snowplow Elasticsearch Loader has the following command-line interface:
2020

2121
```
22-
snowplow-elasticsearch-loader 0.10.2
22+
snowplow-elasticsearch-loader 0.11.0
2323
2424
Usage: snowplow-elasticsearch-loader [options]
2525
@@ -43,7 +43,7 @@ aws {
4343

4444
Next, start the loader, making sure to specify your new config file:
4545

46-
$ java -jar snowplow-elasticsearch-loader-http-0.10.2.jar --config my.conf
46+
$ java -jar snowplow-elasticsearch-loader-http-0.11.0.jar --config my.conf
4747

4848
## Find out more
4949

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ lazy val commonDependencies = Seq(
3939
lazy val buildSettings = Seq(
4040
organization := "com.snowplowanalytics",
4141
name := "snowplow-elasticsearch-loader",
42-
version := "0.10.2",
42+
version := "0.11.0",
4343
description := "Load the contents of a Kinesis stream or NSQ topic to Elasticsearch",
4444
scalaVersion := "2.12.6",
4545
scalacOptions := BuildSettings.compilerOptions,

0 commit comments

Comments
 (0)