Skip to content

Commit 2dcc733

Browse files
committed
Updating the version and the changelog for the project in order to publish version 1.4.0
1 parent 4ab3beb commit 2dcc733

File tree

3 files changed

+66
-7
lines changed

3 files changed

+66
-7
lines changed

CHANGELOG.md

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

README.md

Lines changed: 0 additions & 6 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.marklogic
2-
version=1.3.0
2+
version=1.4.0-SNAPSHOT
33

44
# For the Confluent Connector Archive
55
componentOwner=marklogic

0 commit comments

Comments
 (0)