This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
forked from snowplow/snowplow-s3-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
116 lines (107 loc) · 4.22 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Version 0.7.0 (2019-10-15)
--------------------------
Update flags to resemble ones used in GCS loader config (#157)
Bump sbt-assembly to 0.14.10 (#156)
Add sbt-native-packager and Docker config (#152)
Extend copyright notice to 2019 (#154)
Change Travis distribution to Trusty (#155)
Add Docker Hub credentials to .travis.yml (#153)
Remove vagrant setup (#140)
Replace scalaz by cats (#148)
Add partitioning for self-describing types (#146)
Bump SBT to 1.2.8 (#151)
Remove curly braces from transformed directory pattern (#137)
Allow configurable and dynamic s3 path (#134)
Allow override of kinesis and s3 endpoints in configuration (#131)
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)
Add message when requiring that the Kinesis stream exist fails (#113)
Refactor to change purpose of the S3Emitter class (#110)
Support AT_TIMESTAMP as initial position (#109)
Move configuration example to an examples top-level folder (#107)
Configuration decoding with pureconfig (#105)
Stop making the assembly jar executable (#104)
Rename to Snowplow S3 Loader (#66)
Add NSQ as a stream source (#64)
Version 0.5.0 (2017-06-30)
--------------------------
Add a newline at the end of a gzipped tsv file (#49)
Resolve environment variables in hocon (#67)
Add support for the Chinese Kinesis endpoint (#71)
Do not dismiss failures prior to serialization (#101)
Reduce INFO logging (#50)
Bump Scala version to 2.11 (#81)
Upgrade to Java 8 (#82)
Bump SBT to 0.13.15 (#83)
Bump Kinesis Client Library to 1.7.5 (#55)
Update amazon-kinesis-connectors to 1.3.0 (#17)
Bump hadoop-common to 2.7.3 (#94)
Bump elephant-bird to 4.15 (#95)
Bump hadoop-lzo to 0.4.20 (#93)
Bump scalaz to 7.0.9 (#86)
Bump sbt-assembly to 0.14.5 (#84)
Bump joda-time to 2.9.9 (#96)
Bump config to 1.3.1 (#97)
Bump snowplow-scala-tracker to 0.3.0 (#92)
Bump specs2-core to 3.9.1 (#89)
Replace argot by scopt (#85)
Remove scalazon dependency (#88)
Remove joda-convert dependency (#98)
Remove scalaz-specs2 dependency (#90)
Update README markdown in according with CommonMark (#76)
Add CI/CD to project (#79)
Add Bintray credentials to .travis.yml (#100)
Version 0.4.1 (2016-06-01)
--------------------------
Crash when unable to find stream instead of hanging (#58)
Remove openjdk7 from .travis.yml (#60)
Version 0.4.0 (2015-08-26)
--------------------------
Changed sink_write_failed to storage_write_failed (#45)
Fixed S3 outage causing infinite retry loop (#44)
Improved README (#42)
Added support for gzip file format, thanks @kazjote! (#43)
Added Travis button into README (#41)
Added .travis.yml file to repo (#40)
Added more logging (#31)
Ensured OutOfMemoryError is logged (#29)
Version 0.3.0 (2015-07-08)
--------------------------
Added NFS and CORE settings to Vagrantfile to improve performance (#36)
Added CHANGELOG (#15)
Added release and license buttons to README (#38)
Bumped Kinesis Client Library to 1.4.0 (#35)
Bumped amazon-kinesis-connectors to 1.1.2 (#34)
Stopped passing String and Byte[Array] of records around (#32)
Renamed binary to snowplow-kinesis-s3 (#27)
Removed unused variables (#33)
Removed Kinesis LZO S3 Sink labels from CHANGELOG (#26)
Removed unused dependencies (#5)
Unified logger configuration (#19)
Initialized bad stream eagerly rather than lazily (#18)
Updated bad rows to include timestamp (#13)
Sending event to Snowplow on heartbeat (#12)
Sending event to Snowplow on shutdown (#11)
Sending event to Snowplow on initialize (#10)
Sending event to Snowplow if sinking batch to S3 fails (#9)
Filled out .gitignore (#7)
Reduced assembly time by disabling assemblyCacheOutput (#4)
Version 0.2.1 (2015-05-28)
--------------------------
Added dedicated Vagrant setup (#16)
Stopped catching OutOfMemoryError (#23)
Added retroactive CHANGELOG (#24)
Version 0.2.0 (2015-05-08)
--------------------------
Removed automatic creation of stream (#1529)
Changed "connector" to "sink" in config (#1473)
Made DynamoDb region configurable (#1582)
Added macros to config.hocon.sample (#1472)
Changed the configuration to use the S3 region instead of the full endpoint URI (#1327)
Version 0.1.0 (2014-12-31)
---------------------------
Initial release