Skip to content

Commit bed2c1a

Browse files
committed
Prepare for release
1 parent 4cb15c2 commit bed2c1a

File tree

35 files changed

+73
-33
lines changed

35 files changed

+73
-33
lines changed

CHANGELOG

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
Version 0.2.0 (2021-07-08)
2+
--------------------------
3+
Improve configuration defaults and examples (#41)
4+
Remove unused name and id fields from config hocon (#38)
5+
Ignore missing comment on atomic events table (#36)
6+
Add PubSub configuration to the example config file (#34)
7+
Rename storage to output in config file (#33)
8+
Use jsonb instead of varchar for complex enums (#31)
9+
Add ability to disable CloudWatch metric reportings (#11)
10+
Remove requirement to always use Kinesis Enhanced Fan Out (#14)
11+
Bump postgresql to 42.2.0 (#15)
12+
Bump schema-ddl to 0.13.1 (#27)
13+
Bump log4s to 1.10.0 (#26)
14+
Bump fs2 to 2.5.6 (#25)
15+
Bump doobie to 0.13.4 (#24)
16+
Bump fs2-google-pubsub to 0.17.0 (#23)
17+
Bump fs2 aws to 3.1.1 (#22)
18+
Bump circe to 0.14.1 (#30)
19+
Bump cats-effect to 2.5.1 (#29)
20+
Bump decline to 2.0.0 (#28)
21+
Bump commons-codec to 1.15 (#21)
22+
Use hocon for cli config instead of self-describing json (#20)
23+
Build docker images for amd64 and arm64 architectures (#19)
24+
Use AdoptOpenJDK 11 as docker base image (#18)
25+
Publish to maven central instead of bintray (#17)
26+
Attach jar files to github release (#10)
27+
Fix type derivation of enum fields (#12)
28+
129
Version 0.1.1 (2020-11-10)
230
--------------------------
331
Add support for nullable fields (#6)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ docker run --rm -v $PWD/config:/snowplow/config \
2222

2323
## Copyright and License
2424

25-
Snowplow Postgres Loader is copyright 2020 Snowplow Analytics Ltd.
25+
Snowplow Postgres Loader is copyright 2020-2021 Snowplow Analytics Ltd.
2626

2727
Licensed under the **[Apache License, Version 2.0][license]** (the "License");
2828
you may not use this software except in compliance with the License.

modules/common/src/main/scala/com/snowplowanalytics/snowplow/postgres/api/DB.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
2+
* Copyright (c) 2020-2021 Snowplow Analytics Ltd. All rights reserved.
33
*
44
* This program is licensed to you under the Apache License Version 2.0,
55
* and you may not use this file except in compliance with the Apache License Version 2.0.

modules/common/src/main/scala/com/snowplowanalytics/snowplow/postgres/api/SchemaState.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
2+
* Copyright (c) 2020-2021 Snowplow Analytics Ltd. All rights reserved.
33
*
44
* This program is licensed to you under the Apache License Version 2.0,
55
* and you may not use this file except in compliance with the Apache License Version 2.0.

modules/common/src/main/scala/com/snowplowanalytics/snowplow/postgres/api/State.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
2+
* Copyright (c) 2020-2021 Snowplow Analytics Ltd. All rights reserved.
33
*
44
* This program is licensed to you under the Apache License Version 2.0,
55
* and you may not use this file except in compliance with the Apache License Version 2.0.

modules/common/src/main/scala/com/snowplowanalytics/snowplow/postgres/api/TableState.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
2+
* Copyright (c) 2020-2021 Snowplow Analytics Ltd. All rights reserved.
33
*
44
* This program is licensed to you under the Apache License Version 2.0,
55
* and you may not use this file except in compliance with the Apache License Version 2.0.

modules/common/src/main/scala/com/snowplowanalytics/snowplow/postgres/config/DBConfig.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
2+
* Copyright (c) 2020-2021 Snowplow Analytics Ltd. All rights reserved.
33
*
44
* This program is licensed to you under the Apache License Version 2.0,
55
* and you may not use this file except in compliance with the Apache License Version 2.0.

modules/common/src/main/scala/com/snowplowanalytics/snowplow/postgres/logging/Slf4jLogHandler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
2+
* Copyright (c) 2020-2021 Snowplow Analytics Ltd. All rights reserved.
33
*
44
* This program is licensed to you under the Apache License Version 2.0,
55
* and you may not use this file except in compliance with the Apache License Version 2.0.

modules/common/src/main/scala/com/snowplowanalytics/snowplow/postgres/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
2+
* Copyright (c) 2020-2021 Snowplow Analytics Ltd. All rights reserved.
33
*
44
* This program is licensed to you under the Apache License Version 2.0,
55
* and you may not use this file except in compliance with the Apache License Version 2.0.

modules/common/src/main/scala/com/snowplowanalytics/snowplow/postgres/shredding/Entity.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Snowplow Analytics Ltd. All rights reserved.
2+
* Copyright (c) 2020-2021 Snowplow Analytics Ltd. All rights reserved.
33
*
44
* This program is licensed to you under the Apache License Version 2.0,
55
* and you may not use this file except in compliance with the Apache License Version 2.0.

0 commit comments

Comments
 (0)