Skip to content

Commit

Permalink
Prepare for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Jul 2, 2021
1 parent 8611a8a commit 564d12d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 7 deletions.
31 changes: 28 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
1.0.0 (2020-12-22)
------------------
Version 2.0.0 (2021-07-03)
--------------------------
Use AdoptOpenJDK 11 as docker base image (#224)
Use snowplow-badrows (#215)
Use sbt-tpolecat (#222)
Report metrics to StatsD (#216)
Integrate Sentry (close #218)
Redesign config file structure (#214)
Harmonize module structure (#210)
Drop NSQ support (#211)
Attach jar files to Github releases (#197)
Extend copyright notice to 2021 (#219)
Apply automated code-formatting (#221)
Point to Snowplow roadmap in the README (#220)
Replace joda-time by java-time (#202)
Replace scopt by decline (#201)
Remove json4s dependency (#200)
Bump Scala to 2.13.6 (#223)
Bump hadoop-common to 2.7.7 (#208)
Bump jackson to 2.9.10.8 (#207)
Bump amazon-kinesis-client to 1.14.2 (#206)
Bump sbt-native-packager to 1.8.1 (#205)
Bump pureconfig to 0.14.1 (#203)
Bump base-debian to 0.2.2 (#199)
Bump sbt to 1.5.2 (#198)

Version 1.0.0 (2020-12-22)
--------------------------
Add coveralls integration (#195)
Use log4j-over-slf4j for log4j logs (#194)
Use sbt-scoverage plugin (#164)
Expand Down Expand Up @@ -40,7 +66,6 @@ Document that maxTimeout is in milliseconds (#129)
Move Twitter repo to https (#127)
Remove colons from NSQ filenames (#125)


Version 0.6.0 (2017-09-14)
--------------------------
Remove logging section from example config (#115)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ sudo apt-get install lzop liblzo2-dev
The Snowplow S3 Loader has the following command-line interface:

```
snowplow-s3-loader: Version 1.0.0
snowplow-s3-loader: Version 2.0.0
Usage: snowplow-s3-loader [options]
Expand All @@ -65,7 +65,7 @@ You will need to edit all fields in the config. Consult [this portion][config]
Next, start the sink, making sure to specify your new config file:

```bash
$ java -jar snowplow-s3-loader-1.0.0.jar --config my.conf
$ java -jar snowplow-s3-loader-2.0.0.jar --config my.conf
```

## Find out more
Expand All @@ -91,7 +91,7 @@ limitations under the License.
[travis-image]: https://travis-ci.org/snowplow/snowplow-s3-loader.png?branch=master
[travis]: http://travis-ci.org/snowplow/snowplow-s3-loader

[release-image]: http://img.shields.io/badge/release-1.0.0-blue.svg?style=flat
[release-image]: http://img.shields.io/badge/release-2.0.0-blue.svg?style=flat
[releases]: https://github.com/snowplow/snowplow-s3-loader/releases

[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
lazy val root = project.in(file("."))
.settings(
name := "snowplow-s3-loader",
version := "1.0.0",
version := "2.0.0",
description := "Load the contents of a Kinesis stream topic to S3"
)
.settings(BuildSettings.basicSettings)
Expand Down

0 comments on commit 564d12d

Please sign in to comment.