Skip to content

Commit

Permalink
Prepare for release version v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaSergienko committed Mar 27, 2020
1 parent 3774b32 commit 3886c6e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
before_install:
- git fetch --tags
- docker pull exasol/docker-db:latest
- docker pull exasol/docker-db:6.2.2-d1

matrix:
include:
Expand Down Expand Up @@ -44,14 +45,14 @@ deploy:
provider: releases
api_key:
secure: |-
Iehp4fsI91qQ5ly7obt/PU19J+2SE4cYdFWgUYUFehpppI69MmOMWup40NvXpMPMpkurIZcLTlRdodGITTIiceRFx10
Da4zkHEqBd+pKEv7NcwMgFL0LoRrEHHuXwO0y12UNK8PcKnLxMng+SavSNBCjr25q11OA2N8IPnPLN40z5GLfWAzeAy
C43HECTquW8neaybTVQwQyagBG90/+Pdek0CfsLs71NHUHqr5/JD/TBGIy/vCWCJxzSts9seV27POfkEF0NBtI0Glux
o0F5vsEJLpF/i9wRFKf8yAkW/7zG4m5sPA7V+O9XtFIUlvOO6FeaiW5wYcyUSrc7+TQdnfylnY+Y14b7tL2ugUzTvEi
tzBXPjzZApyAHtirchtDEi2FasAB+dTXZP6jjPV7JiVw1F2HXb/LEZfabwp0esGuDbhEz7GspzizVI5Ro7u1xY3MInv
hF48soVocY1xus5AkKiMxrW6d93Th2XTGoyRzJbwm4iXPY1UIKndlkEjFq3RsZRIPND9iURmp/qcwvlIdB29SsczYbH
p3QOQn/NTC6SZbmgAW4xZpCRUUZwfOXP4RacIcDKHlsUjqBZwmSmxK/vJ6KRNR4yxBn7cVlm060cD5l3TmpuUC6X9JI
EPAkYJyNJ1CtRUkYDbgBn+Eof5X3jOZqo8pI51YBKdnz0E=
u8cr+1uVDUU2k1/OIEJzzUVfHezB8yHfCtupxJgOy7xp3cwInetJ6l5AO1+2FWTEzhiS0PN5srqLdk0mZxAAUBWVDv2
RTxZ9c6iduNLxuaL1BFX6D/lgVJ/zGW69ghOcn8Pa40V2OAocB2JxiKb3Mob9PBC0CBirlr1V9RI2+cIwP2JGb0WJYf
Mg6JSF9zYqQiXYPhCjVLKE7wDVeO2M0SfI1kURcM+4iDMB1DPfMy7G0ATKoefq8xzSl7/8DwvOT+r3T1L1QO0fk1z62
V2toJzcBfiXK3kU8b2+YPGnyx8YEqcsWfciKaBJqFHiAtGMlq/ea7isHsG+BiJxVUR0hcLqJvi+S4HbldchP35mMgnG
EP6vwtTExTgsWuH84ApH4uDCwJZkqngLrUpblt26f7iye9F8e5zG0mGfkxgZBrJgYkJPod7ntH0nYGb0Y4ZC+px/oIe
D5t7yvmwxGT3ARvNS7vOlgl7IQ3dRn4hcrMjqPQmwet6nmo1vv9RtUrY6vTJeh8blkPRjExbC/lCfKkT6AOr1OUuR3f
shq9MLKBeFQBahsH7T5sWaW/m2MeAbVBCG+r9qyN17dlDnQiD8KDjVQeu73lvwTUMdFZzDMfoiGrV31tTddSMfYa/CX
9p2j0tcPrxJW/fgX10YLJ44Zgy/26CVGYLJ1NYAZed3D7U=
file: ./target/scala-2.12/cloud-storage-etl-udfs-${JAR_VERSION}.jar
skip_cleanup: true
on:
Expand Down
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.7.0

> 2020 MAR 27
* Adds import JSON formatted data from AWS Kinesis Streams.
[#74](https://github.com/exasol/cloud-storage-etl-udfs/issues/74)
[#77](https://github.com/exasol/cloud-storage-etl-udfs/pull/77)

## v0.6.2

> 2020 MAR 16
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ functions (UDFs) in order to read from and write to public cloud storage
systems.

Additionally, it provides UDF scripts to import data from [Apache
Kafka][apache-kafka] clusters.
Kafka][apache-kafka] clusters and [AWS Kinesis Streams][aws-kinesis].

## Features

Expand All @@ -35,6 +35,7 @@ Kafka][apache-kafka] clusters.
Storage][azure-data-lake] and [Azure Data Lake (Gen2)
Storage][azure-data-lake-gen2].
* Import Apache Avro formatted data from Apache Kafka clusters.
* Import JSON formatted data from AWS Kinesis Streams.

## Documentation

Expand All @@ -44,6 +45,7 @@ For more information please check out the following guides.
- [Cloud Storage Systems](docs/storage/cloud_storages.md)
- [Delta Format Import](docs/storage/delta_format.md)
- [Apache Kafka Import](docs/kafka/import.md)
- [AWS Kinesis Streams Import](docs/kinesis/kinesis_connector.md)
* [Deployment Guide](docs/deployment_guide.md)
* [Developer Guide](docs/developer_guide.md)

Expand Down Expand Up @@ -128,6 +130,7 @@ These plugins help with project development.
[azure-data-lake]: https://azure.microsoft.com/en-us/solutions/data-lake/
[azure-data-lake-gen2]: https://azure.microsoft.com/en-us/services/storage/data-lake-storage/
[apache-kafka]: https://kafka.apache.org/
[aws-kinesis]: https://aws.amazon.com/kinesis/data-streams/
[avro]: https://avro.apache.org/
[orc]: https://orc.apache.org/
[parquet]: https://parquet.apache.org/
Expand Down

0 comments on commit 3886c6e

Please sign in to comment.