-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGELOG
81 lines (75 loc) · 2.88 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Version 0.3.3 (2022-09-30)
--------------------------
Bump apache commons-compress to 1.21 (#76)
Bump netty-codec to 4.1.68 (#76)
Bump protobuf-java to 3.16.1 (#76)
Bump scala version to 2.13.9 (#76)
Bump gson to 2.8.9 (#76)
Exclude kafka-clients library (#76)
Bump postgresql driver to 42.4.1 (#76)
Bump jackson-databind to 2.12.6.1 (#76)
Version 0.3.2 (2021-11-15)
--------------------------
Use direct executor for KPL callback (#73)
Github action to scan docker image with lacework (#72)
Warn about bad rows even in DummyStream sink (#64)
Add latest tag to Docker build explicitly (#61)
Disable colored logging by default (#63)
Fix flaky sink test: return columns in order (#71)
Checkpoint outstanding records when loader terminates (#69)
Fix timestamp in parsing error (#68)
Use ContextShift after Async callback in KinesisSink (#67)
Version 0.3.1 (2021-08-30)
--------------------------
Make database thread pool size configurable (#60)
Version 0.3.0 (2021-08-27)
--------------------------
Use a local directory as an event source (#42)
Pass stream name and application name to fanout config object (#44)
Improve checkpointing of kinesis records (#39)
Bump sbt to 1.5.5 (#46)
Bump postgresql to 42.2.23 (#47)
Bump logback to 1.2.5 (#48)
Bump decline to 2.1.0 (#49)
Bump cats-effect to 2.5.3 (#50)
Bump fs2 to 2.5.9 (#51)
Bump snowplow-badrows to 2.1.1 (#52)
Bump schema-ddl to 0.14.1 (#53)
Send bad rows to separate stream (#54)
Make database max pool size configurable (#56)
Prepare schema definition to work with pii pseudoanonymization (#45)
Run tests of different modules seperately in CI/CD (#58)
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)
Bump snowplow-scala-analytics-sdk to 2.1.0 (#8)
Version 0.1.0 (2020-10-05)
--------------------------
Initial release