|
| 1 | +## v0.5.0 |
| 2 | + |
| 3 | +> 2019 OCT 31 :jack_o_lantern: |
| 4 | +
|
| 5 | +* Adds Apach Kafka consumer UDF to import Avro formatted data from Kafka |
| 6 | + clusters. [#40](https://github.com/exasol/cloud-storage-etl-udfs/issues/40) |
| 7 | + [#39](https://github.com/exasol/cloud-storage-etl-udfs/pull/39) |
| 8 | + [#48](https://github.com/exasol/cloud-storage-etl-udfs/pull/48) |
| 9 | + |
| 10 | +* Adds several new Kafka consumer settings as user provided UDF parameters. |
| 11 | + [#41](https://github.com/exasol/cloud-storage-etl-udfs/issues/41) |
| 12 | + [#43](https://github.com/exasol/cloud-storage-etl-udfs/pull/43) |
| 13 | + |
| 14 | +* Refactors the UDF user properties handling in order to make more robust and |
| 15 | + maintainable. [#46](https://github.com/exasol/cloud-storage-etl-udfs/pull/46) |
| 16 | + |
| 17 | +* Reworks the documentation to incorporate the new Kafka import changes. |
| 18 | + [#45](https://github.com/exasol/cloud-storage-etl-udfs/issues/45) |
| 19 | + [#47](https://github.com/exasol/cloud-storage-etl-udfs/pull/47) |
| 20 | + |
1 | 21 | ## v0.4.4 |
2 | 22 |
|
3 | 23 | > 2019 OCT 27 |
4 | 24 |
|
5 | 25 | * Adds Shared Access Signature (SAS) token authentication when using Azure Blob |
6 | | - Storage [#42](https://github.com/exasol/cloud-storage-etl-udfs/issues/42) |
| 26 | + Storage. [#42](https://github.com/exasol/cloud-storage-etl-udfs/issues/42) |
7 | 27 | [#44](https://github.com/exasol/cloud-storage-etl-udfs/pull/44) |
8 | 28 |
|
9 | 29 | ## v0.4.3 |
10 | 30 |
|
11 | 31 | > 2019 JUL 01 |
12 | 32 |
|
13 | | -* Deserialize Orc BYTE format as a Long value |
| 33 | +* Deserialize Orc BYTE format as a Long value. |
14 | 34 | [#33](https://github.com/exasol/cloud-storage-etl-udfs/issues/33) |
15 | 35 | [#38](https://github.com/exasol/cloud-storage-etl-udfs/pull/38) |
16 | | -* Improve import process |
| 36 | + |
| 37 | +* Improve import process. |
17 | 38 | [#34](https://github.com/exasol/cloud-storage-etl-udfs/issues/34) |
18 | 39 | [#38](https://github.com/exasol/cloud-storage-etl-udfs/pull/38) |
19 | 40 |
|
20 | 41 | ## v0.4.2 |
21 | 42 |
|
22 | 43 | > 2019 MAY 28 |
23 | 44 |
|
24 | | -* Adds batch size parameter for export that helps exporting large tables |
| 45 | +* Adds batch size parameter for export that helps exporting large tables. |
25 | 46 | [#28](https://github.com/exasol/cloud-storage-etl-udfs/issues/28) |
26 | 47 | [#32](https://github.com/exasol/cloud-storage-etl-udfs/pull/32) |
27 | | -* Applied some refactoring |
| 48 | + |
| 49 | +* Applied some refactoring. |
28 | 50 | [#29](https://github.com/exasol/cloud-storage-etl-udfs/pull/29) |
29 | 51 |
|
30 | 52 | ## v0.4.1 |
31 | 53 |
|
32 | 54 | > 2019 APR 15 |
33 | 55 |
|
34 | | -* Adds support for Azure Data Lake (Gen1) Storage |
| 56 | +* Adds support for Azure Data Lake (Gen1) Storage. |
35 | 57 | [#22](https://github.com/exasol/cloud-storage-etl-udfs/issues/22) |
36 | 58 | [#25](https://github.com/exasol/cloud-storage-etl-udfs/pull/25) |
37 | | -* Support ORC formatted data import |
| 59 | + |
| 60 | +* Support ORC formatted data import. |
38 | 61 | [#23](https://github.com/exasol/cloud-storage-etl-udfs/issues/23) |
39 | 62 | [#26](https://github.com/exasol/cloud-storage-etl-udfs/pull/26) |
40 | 63 |
|
41 | 64 | ## v0.4.0 |
42 | 65 |
|
43 | 66 | > 2019 MAR 21 |
44 | 67 |
|
45 | | -* Add Avro format import support |
| 68 | +* Add Avro format import support. |
46 | 69 | [#18](https://github.com/exasol/cloud-storage-etl-udfs/issues/18) |
47 | 70 | [#21](https://github.com/exasol/cloud-storage-etl-udfs/pull/21) |
48 | 71 |
|
49 | 72 | ## v0.3.1 |
50 | 73 |
|
51 | 74 | > 2019 MAR 08 |
52 | 75 |
|
53 | | -* Adds Google Cloud Storage and Azure Blob Storage export as Parquet format |
| 76 | +* Adds Google Cloud Storage and Azure Blob Storage export as Parquet format. |
54 | 77 | [#17](https://github.com/exasol/cloud-storage-etl-udfs/issues/17) |
55 | 78 | [#20](https://github.com/exasol/cloud-storage-etl-udfs/pull/20) |
56 | 79 |
|
57 | 80 | ## v0.3.0 |
58 | 81 |
|
59 | 82 | > 2019 FEB 12 |
60 | 83 |
|
61 | | -* Adds feature to export Exasol tables into AWS S3 as Parquet format |
| 84 | +* Adds feature to export Exasol tables into AWS S3 as Parquet format. |
62 | 85 | [#14](https://github.com/exasol/cloud-storage-etl-udfs/issues/14) |
63 | 86 | [#16](https://github.com/exasol/cloud-storage-etl-udfs/pull/16) |
64 | | -* Imports date and timestamp values correctly into Exasol |
| 87 | + |
| 88 | +* Imports date and timestamp values correctly into Exasol. |
65 | 89 | [#14](https://github.com/exasol/cloud-storage-etl-udfs/issues/14) |
66 | 90 | [#16](https://github.com/exasol/cloud-storage-etl-udfs/pull/16) |
67 | 91 |
|
68 | 92 | ## v0.2.2 |
69 | 93 |
|
70 | 94 | > 2018 DEC 13 |
71 | 95 |
|
72 | | -* Update Hadoop, Exasol Jdbc and Scala versions |
| 96 | +* Update Hadoop, Exasol Jdbc and Scala versions. |
73 | 97 | [#13](https://github.com/exasol/cloud-storage-etl-udfs/pull/13) |
74 | | -* Fixes issue [#12](https://github.com/exasol/cloud-storage-etl-udfs/issues/12) |
| 98 | + |
| 99 | +* Fixes issue. |
| 100 | + [#12](https://github.com/exasol/cloud-storage-etl-udfs/issues/12) |
75 | 101 |
|
76 | 102 | ## v0.2.1 |
77 | 103 |
|
78 | 104 | > 2018 DEC 06 |
79 | 105 |
|
80 | | -* Add initial Azure Blob Store import support |
| 106 | +* Add initial Azure Blob Store import support. |
81 | 107 | [#10](https://github.com/exasol/cloud-storage-etl-udfs/pull/10) |
82 | 108 |
|
83 | 109 | ## v0.2.0 |
84 | 110 |
|
85 | 111 | > 2018 DEC 05 |
86 | 112 |
|
87 | | -* Add initial Google Compute Storage (GCS) import functionality |
| 113 | +* Add initial Google Compute Storage (GCS) import functionality. |
88 | 114 | [#9](https://github.com/exasol/cloud-storage-etl-udfs/pull/9) |
89 | 115 |
|
90 | 116 | ## v0.1.1 |
91 | 117 |
|
92 | 118 | > 2018 NOV 28 |
93 | 119 |
|
94 | | -* Added AWS S3 endpoint as a parameter |
| 120 | +* Added AWS S3 endpoint as a parameter. |
95 | 121 | [#8](https://github.com/exasol/cloud-storage-etl-udfs/pull/8) |
96 | 122 |
|
97 | 123 | ## v0.1.0 |
98 | 124 |
|
99 | 125 | > 2018 NOV 27 |
100 | 126 |
|
101 | | -* Add Travis based automated build |
| 127 | +* Add Travis based automated build. |
102 | 128 | [#3](https://github.com/exasol/cloud-storage-etl-udfs/pull/3) |
103 | | -* Renamed packages and external files to more generic cloudetl from s3etl |
| 129 | + |
| 130 | +* Renamed packages and external files to more generic cloudetl from s3etl. |
104 | 131 | [#4](https://github.com/exasol/cloud-storage-etl-udfs/pull/4) |
105 | | -* Added automated Github release when a tag is pushed |
| 132 | + |
| 133 | +* Added automated Github release when a tag is pushed. |
106 | 134 | [#5](https://github.com/exasol/cloud-storage-etl-udfs/pull/5) |
107 | 135 |
|
108 | 136 | ## v0.0.1 |
|
0 commit comments