Skip to content

Commit

Permalink
Prepare for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Sep 2, 2021
1 parent 4ded016 commit 37a5e7d
Show file tree
Hide file tree
Showing 35 changed files with 78 additions and 35 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
Version 1.0.1 (2021-09-02)
--------------------------
Bump scala compiler to 2.12.14 (#200)
Bump jackson-module-scala to 2.12.5 (#198)
Run scalafmt in github action (#195)
Change docker base image to adoptopenjdk:11-jre-hotspot-focal (#199)
Migrate to github actions and publish to maven (#194)
Bump jackson-dataformat-cbor to 2.12.5 (#193)
Bump netty to 4.1.67.Final (#192)
Bump pureconfig to 0.16.0 (#191)
Bump elastic4s-http to 6.5.7 (#190)
Bump snowplow-scala-analytics-sdk to 2.1.0 (#189)
Bump aws-request-signer to 0.5.2 (#188)
Bump circe to 0.14.1 (#187)
Bump elasticsearch to 6.8.18 (#186)
Bump amazon-kinesis-client to 1.14.4 (#185)
Bump log4j to 2.14.1 (#197)
Bump slf4j to 1.7.32 (#184)
Bump typesafe config to 1.4.1 (#183)
Bump sbt to 1.5.5 (#182)
Bump snowplow-scala-tracker to 1.0.0 (#181)
Bump cats-retry-cats-effect to 0.3.2 (#180)
Bump decline to 2.1.0 (#179)
Bump snowplow-badrows to 2.1.1 (#178)

Version 1.0.0 (2020-07-22)
--------------------------
Update bad rows sent by ES loader for enriched events (#161)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-2.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2014-2020 Snowplow Analytics Ltd.
Copyright 2014-2021 Snowplow Analytics Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ sbt compile
The Snowplow Elasticsearch Loader has the following command-line interface:

```
snowplow-elasticsearch-loader 1.0.0
snowplow-elasticsearch-loader 1.0.1
Usage: snowplow-elasticsearch-loader [options]
Expand All @@ -52,7 +52,7 @@ aws {
Next, start the loader, making sure to specify your new config file:

```bash
$ java -jar snowplow-elasticsearch-loader-http-1.0.0.jar --config my.conf
$ java -jar snowplow-elasticsearch-loader-1.0.1.jar --config my.conf
```

## Find out more
Expand All @@ -64,7 +64,7 @@ $ java -jar snowplow-elasticsearch-loader-http-1.0.0.jar --config my.conf

## Copyright and license

Copyright 2014-2020 Snowplow Analytics Ltd.
Copyright 2014-2021 Snowplow Analytics Ltd.

Licensed under the [Apache License, Version 2.0][license] (the "License");
you may not use this software except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/**
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache
* License Version 2.0.
* You may obtain a copy of the Apache License Version 2.0 at
* http://www.apache.org/licenses/LICENSE-2.0.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the Apache License Version 2.0 is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied.
*
* See the Apache License Version 2.0 for the specific language
* governing permissions and limitations there under.
*/
package com.snowplowanalytics.stream.loader.transformers

import com.amazonaws.services.kinesis.connectors.interfaces.ITransformer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd.
* All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion examples/config.hocon.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2020 Snowplow Analytics Ltd. All rights reserved.
# Copyright (c) 2014-2021 Snowplow Analytics Ltd. All rights reserved.
#
# This program is licensed to you under the Apache License Version 2.0, and
# you may not use this file except in compliance with the Apache License
Expand Down
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2014-2021 Snowplow Analytics Ltd. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down

0 comments on commit 37a5e7d

Please sign in to comment.