|
| 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. |
0 commit comments