Skip to content

Commit c8f0637

Browse files
committed
Created a CHANGELOG file and changed the version for this release to 1.3.0 since there is new functionality.
1 parent 1f93b62 commit c8f0637

File tree

4 files changed

+57
-7
lines changed

4 files changed

+57
-7
lines changed

CHANGELOG.md

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Change Log
2+
3+
## [1.3.0](https://github.com/marklogic-community/kafka-marklogic-connector/releases/tag/1.3.0) (2020-08-18)
4+
[Full Changelog](https://github.com/marklogic-community/kafka-marklogic-connector/compare/1.3.0...master)
5+
6+
- Support of additional authentication options
7+
- 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.
8+
9+
10+
## [1.2.1](https://github.com/marklogic-community/kafka-marklogic-connector/releases/tag/1.2.1) (2020-05-24)
11+
[Full Changelog](https://github.com/marklogic-community/kafka-marklogic-connector/compare/1.2.1...master)
12+
13+
**Implemented enhancements:**
14+
15+
- Fixed erroneous comments in the connect-standalone properties file.
16+
17+
18+
## [1.2.0](https://github.com/marklogic-community/kafka-marklogic-connector/releases/tag/1.2.0) (2020-04-21)
19+
[Full Changelog](https://github.com/marklogic-community/kafka-marklogic-connector/compare/1.2.0...master)
20+
21+
**Implemented enhancements:**
22+
23+
- Can now run a flow using DHF 5.2.0
24+
- Updated the AWS quickstart document.
25+
- Updated AWS-CloudFormation/cloudFormationTemplates/* with newer AMI, added some steps to CloudFormation-QuickStart.md
26+
27+
## [1.1.0](https://github.com/marklogic-community/kafka-marklogic-connector/releases/tag/v1.1.0) (2019-12-13)
28+
[Full Changelog](https://github.com/marklogic-community/kafka-marklogic-connector/compare/v1.1.0...master)
29+
30+
**Implemented enhancements:**
31+
32+
- Added a feature to permit automatically adding the Kafka topic name as a collection on the documents.
33+
- Documented how to use simple SSL to connect to Kafka brokers and/or MarkLogic clusters.
34+
- Documented how to use multiple instances of the connector in distributed mode.
35+
36+
**Fixed bugs:**
37+
38+
- Fixed a bug with handling null, or "tombstone", messages.
39+
40+
## [1.0.0](https://github.com/marklogic-community/kafka-marklogic-connector/releases/tag/v1.0.0) (2019-10-21)
41+
[Full Changelog](https://github.com/marklogic-community/kafka-marklogic-connector/compare/v1.0.0...master)
42+
43+
This version is stable and ready for integration.
44+
45+
**Implemented enhancements:**
46+
47+
- The ability to call a DMSDK transformation on each document.
48+
- Tested with MarkLogic 10.
49+
- Examples of SSL integration with Kafka and MarkLogic.
50+
- The ability to generate a Confluent Connector Archive.
51+
52+
## [0.9.0](https://github.com/marklogic-community/kafka-marklogic-connector/releases/tag/v0.9.0) (2019-08-31)
53+
[Full Changelog](https://github.com/marklogic-community/kafka-marklogic-connector/compare/v0.9.0...master)
54+
55+
- This initial release has all necessary functionality.
56+
- It has been tested extensively in AWS and Docker using test clusters and test data producers.

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# v1.2.2 Changes
2-
1. Support of additional authentication options
3-
2. Documentation of how to update the connector for security options
4-
5-
Refer MarkLogic_Kafka_Connector_v1.2.2.pdf for details
6-
71
# kafka-connect-marklogic
82

93
This is a connector for subscribing to Kafka queues and pushing messages to MarkLogic

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.marklogic
2-
version=1.2.2
2+
version=1.3.0
33

44
# For the Confluent Connector Archive
55
componentOwner=marklogic

0 commit comments

Comments
 (0)