Skip to content

Commit

Permalink
Prepare for release version 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
morazow committed Oct 30, 2020
1 parent cde914f commit 9841f43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion doc/changes/changes_0.2.0.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 9841f43

Please sign in to comment.