Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Jul 8, 2021
1 parent a4e16d3 commit c28f793
Show file tree
Hide file tree
Showing 35 changed files with 73 additions and 33 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG
@@ -1,3 +1,31 @@
Version 0.2.0 (2021-07-08)
--------------------------
Improve configuration defaults and examples (#41)
Remove unused name and id fields from config hocon (#38)
Ignore missing comment on atomic events table (#36)
Add PubSub configuration to the example config file (#34)
Rename storage to output in config file (#33)
Use jsonb instead of varchar for complex enums (#31)
Add ability to disable CloudWatch metric reportings (#11)
Remove requirement to always use Kinesis Enhanced Fan Out (#14)
Bump postgresql to 42.2.0 (#15)
Bump schema-ddl to 0.13.1 (#27)
Bump log4s to 1.10.0 (#26)
Bump fs2 to 2.5.6 (#25)
Bump doobie to 0.13.4 (#24)
Bump fs2-google-pubsub to 0.17.0 (#23)
Bump fs2 aws to 3.1.1 (#22)
Bump circe to 0.14.1 (#30)
Bump cats-effect to 2.5.1 (#29)
Bump decline to 2.0.0 (#28)
Bump commons-codec to 1.15 (#21)
Use hocon for cli config instead of self-describing json (#20)
Build docker images for amd64 and arm64 architectures (#19)
Use AdoptOpenJDK 11 as docker base image (#18)
Publish to maven central instead of bintray (#17)
Attach jar files to github release (#10)
Fix type derivation of enum fields (#12)

Version 0.1.1 (2020-11-10)
--------------------------
Add support for nullable fields (#6)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ $ docker run --rm -v $PWD/config:/snowplow/config \

## Copyright and License

Snowplow Postgres Loader is copyright 2020 Snowplow Analytics Ltd.
Snowplow Postgres Loader is copyright 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,3 +1,15 @@
/*
* Copyright (c) 2020-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.snowplow.postgres

import java.net.URI
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2020-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 c28f793

Please sign in to comment.