From 9841f430da3a603f6696e0630a539aaad183c9f0 Mon Sep 17 00:00:00 2001 From: morazow Date: Fri, 30 Oct 2020 14:56:43 +0100 Subject: [PATCH] Prepare for release version 0.2.0. --- README.md | 6 +----- doc/changes/changes_0.2.0.md | 2 +- doc/user_guide/user_guide.md | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ac72a45..4c34b19 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,9 @@ Additional resources: | Dependency | Purpose | License | |---------------------------------------------|-----------------------------------------------------------------|--------------------| -| [Exasol Script API][exasol-script-api-link] | Accessing Exasol IMPORT / EXPORT API | MIT License | -| [Exasol Import Export UDF Common][ieudf] | Common Import Export Libraries | MIT License | +| [Exasol Import Export UDF Common][ieudf] | Common Import Export Library for Scala UDFs | MIT License | | [Apache Kafka Clients][kafka-clients-link] | An Apache Kafka client support for Java / Scala | Apache License 2.0 | | [Kafka Avro Serializer][kafka-avro-link] | Support for serializing / deserializing Avro formats with Kafka | Apache License 2.0 | -| [Scala Logging Library][scala-logging-link] | Scala logging library wrapping SLF4J | Apache License 2.0 | ### Test Dependencies @@ -74,11 +72,9 @@ These plugins help with project development. [coveralls-link]: https://coveralls.io/github/exasol/kafka-connector-extension?branch=master [gh-release-badge]: https://img.shields.io/github/release/exasol/kafka-connector-extension.svg?logo=github [gh-release-link]: https://github.com/exasol/kafka-connector-extension/releases/latest -[exasol-script-api-link]: https://docs.exasol.com/database_concepts/udf_scripts.htm [ieudf]: https://github.com/exasol/import-export-udf-common-scala [kafka-clients-link]: https://github.com/apache/kafka/tree/trunk/clients [kafka-avro-link]: https://github.com/confluentinc/schema-registry/tree/master/avro-serializer -[scala-logging-link]: https://github.com/lightbend/scala-logging [scalatest-link]: http://www.scalatest.org/ [scalatestplus-link]: https://github.com/scalatest/scalatestplus-mockito [mockitocore-link]: https://site.mockito.org/ diff --git a/doc/changes/changes_0.2.0.md b/doc/changes/changes_0.2.0.md index de33ad1..5d44af0 100644 --- a/doc/changes/changes_0.2.0.md +++ b/doc/changes/changes_0.2.0.md @@ -1,4 +1,4 @@ -# Kafka Connector Extension 0.2.0, released 2020-10-DD +# Kafka Connector Extension 0.2.0, released 2020-10-30 ## Summary diff --git a/doc/user_guide/user_guide.md b/doc/user_guide/user_guide.md index d78b3d4..15b6468 100644 --- a/doc/user_guide/user_guide.md +++ b/doc/user_guide/user_guide.md @@ -194,7 +194,7 @@ and record offset inside a partition: table shows how they are mapped to the Exasol types. | Avro Data Type | Avro Logical Attribute | Recommended Exasol Column Types | -|:--------------:|:----------------------:|:-------------------------------:| +|:---------------|:-----------------------|:--------------------------------| | boolean | | BOOLEAN | | int | | INT, INTEGER, DECIMAL(18, 0) | | int | date | DATE |