Skip to content

Commit

Permalink
Created a CHANGELOG file and changed the version for this release to …
Browse files Browse the repository at this point in the history
…1.3.0 since there is new functionality.
  • Loading branch information
BillFarber committed Aug 18, 2020
1 parent 1f93b62 commit c8f0637
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 7 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Change Log

## [1.3.0](https://github.com/marklogic-community/kafka-marklogic-connector/releases/tag/1.3.0) (2020-08-18)
[Full Changelog](https://github.com/marklogic-community/kafka-marklogic-connector/compare/1.3.0...master)

- Support of additional authentication options
- Documentation of how to update the connector for security options. Refer to [MarkLogic_Kafka_Connector_v1.3.0.pdf](https://github.com/marklogic-community/kafka-marklogic-connector/blob/master/MarkLogic_Kafka_Connector_v1.3.0.pdf) for details.


## [1.2.1](https://github.com/marklogic-community/kafka-marklogic-connector/releases/tag/1.2.1) (2020-05-24)
[Full Changelog](https://github.com/marklogic-community/kafka-marklogic-connector/compare/1.2.1...master)

**Implemented enhancements:**

- Fixed erroneous comments in the connect-standalone properties file.


## [1.2.0](https://github.com/marklogic-community/kafka-marklogic-connector/releases/tag/1.2.0) (2020-04-21)
[Full Changelog](https://github.com/marklogic-community/kafka-marklogic-connector/compare/1.2.0...master)

**Implemented enhancements:**

- Can now run a flow using DHF 5.2.0
- Updated the AWS quickstart document.
- Updated AWS-CloudFormation/cloudFormationTemplates/* with newer AMI, added some steps to CloudFormation-QuickStart.md

## [1.1.0](https://github.com/marklogic-community/kafka-marklogic-connector/releases/tag/v1.1.0) (2019-12-13)
[Full Changelog](https://github.com/marklogic-community/kafka-marklogic-connector/compare/v1.1.0...master)

**Implemented enhancements:**

- Added a feature to permit automatically adding the Kafka topic name as a collection on the documents.
- Documented how to use simple SSL to connect to Kafka brokers and/or MarkLogic clusters.
- Documented how to use multiple instances of the connector in distributed mode.

**Fixed bugs:**

- Fixed a bug with handling null, or "tombstone", messages.

## [1.0.0](https://github.com/marklogic-community/kafka-marklogic-connector/releases/tag/v1.0.0) (2019-10-21)
[Full Changelog](https://github.com/marklogic-community/kafka-marklogic-connector/compare/v1.0.0...master)

This version is stable and ready for integration.

**Implemented enhancements:**

- The ability to call a DMSDK transformation on each document.
- Tested with MarkLogic 10.
- Examples of SSL integration with Kafka and MarkLogic.
- The ability to generate a Confluent Connector Archive.

## [0.9.0](https://github.com/marklogic-community/kafka-marklogic-connector/releases/tag/v0.9.0) (2019-08-31)
[Full Changelog](https://github.com/marklogic-community/kafka-marklogic-connector/compare/v0.9.0...master)

- This initial release has all necessary functionality.
- It has been tested extensively in AWS and Docker using test clusters and test data producers.
File renamed without changes.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# v1.2.2 Changes
1. Support of additional authentication options
2. Documentation of how to update the connector for security options

Refer MarkLogic_Kafka_Connector_v1.2.2.pdf for details

# kafka-connect-marklogic

This is a connector for subscribing to Kafka queues and pushing messages to MarkLogic
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.marklogic
version=1.2.2
version=1.3.0

# For the Confluent Connector Archive
componentOwner=marklogic
Expand Down

0 comments on commit c8f0637

Please sign in to comment.