File tree 3 files changed +27
-4
lines changed
3 files changed +27
-4
lines changed Original file line number Diff line number Diff line change
1
+ 1.0.0 (2020-12-22)
2
+ ------------------
3
+ Add coveralls integration (#195)
4
+ Use log4j-over-slf4j for log4j logs (#194)
5
+ Use sbt-scoverage plugin (#164)
6
+ Use sbt-scalafmt plugin (#163)
7
+ Bump sbt to 1.4.4 (#167)
8
+ Add sink timestamp section into file names (#173)
9
+ Set log level of records serialized to DEBUG (#174)
10
+ Make it possible to disable KCL CloudWatch metrics (#193)
11
+ Handle case where partitionRecords is empty (#192)
12
+ Migrate from Travis to GH actions (#181)
13
+ Bump specs2-core to 4.10.5 (#189)
14
+ Bump iglu-core-json4s to 1.0.0 (#188)
15
+ Bump pureconfig to 0.14.0 (#187)
16
+ Bump json4s-jackson to 3.6.10 (#190)
17
+ Bump cats-core to 2.3.0 (#186)
18
+ Bump scopt to 4.0.0 (#185)
19
+ Bump Scala tracker to 0.7.0 (#184)
20
+ Use hadoop-lzo 0.4.20 from Snowplow Bintray maven (#183)
21
+ Bump Scala to 2.13 (#182)
22
+ Use random partition key for bad rows (#180)
23
+
1
24
Version 0.7.0 (2019-10-15)
2
25
--------------------------
3
26
Update flags to resemble ones used in GCS loader config (#157)
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ $ sudo apt-get install lzop liblzo2-dev
45
45
The Snowplow S3 Loader has the following command-line interface:
46
46
47
47
```
48
- snowplow-s3-loader: Version 0.7 .0
48
+ snowplow-s3-loader: Version 1.0 .0
49
49
50
50
Usage: snowplow-s3-loader [options]
51
51
@@ -65,7 +65,7 @@ You will need to edit all fields in the config. Consult [this portion][config]
65
65
Next, start the sink, making sure to specify your new config file:
66
66
67
67
``` bash
68
- $ java -jar snowplow-s3-loader-0.7 .0.jar --config my.conf
68
+ $ java -jar snowplow-s3-loader-1.0 .0.jar --config my.conf
69
69
```
70
70
71
71
## Find out more
@@ -91,7 +91,7 @@ limitations under the License.
91
91
[ travis-image ] : https://travis-ci.org/snowplow/snowplow-s3-loader.png?branch=master
92
92
[ travis ] : http://travis-ci.org/snowplow/snowplow-s3-loader
93
93
94
- [ release-image ] : http://img.shields.io/badge/release-0.7 .0-blue.svg?style=flat
94
+ [ release-image ] : http://img.shields.io/badge/release-1.0 .0-blue.svg?style=flat
95
95
[ releases ] : https://github.com/snowplow/snowplow-s3-loader/releases
96
96
97
97
[ license-image ] : http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
Original file line number Diff line number Diff line change 15
15
lazy val root = project.in(file(" ." ))
16
16
.settings(
17
17
name := " snowplow-s3-loader" ,
18
- version := " 0.7 .0" ,
18
+ version := " 1.0 .0" ,
19
19
description := " Load the contents of a Kinesis stream or NSQ topic to S3"
20
20
)
21
21
.settings(BuildSettings .buildSettings)
You can’t perform that action at this time.
0 commit comments