.. _replicator_connector_changelog: Changelog ========= Version 4.1.1 ------------- * `PR-103 `_ - CC-1850. Updated replicator to be packaged as ConfluentHub component. * `PR-101 `_ - CC-1458: Update configuration options Version 4.1.0 ------------- * `PR-87 `_ - Introduce replicator-log4j.properties for replicator exec * `PR-85 `_ - CC-1344: Make command topic configurable * `PR-83 `_ - CC-1455a: Add bin for ReplicatorX * `PR-84 `_ - CC-1348: Header Support in Replicator (#82) * `PR-82 `_ - CC-1348: Header Support in Replicator * `PR-81 `_ - CC-1452: API/CLI Implementation of Replicator X * `PR-80 `_ - CC-1451: Core implementation of Replicator executable with embedded connect * `PR-71 `_ - CC-1320: Create templates for Replicator and Connect worker config * `PR-76 `_ - CC-1375: New admin client wrapper needs to shutdown executor. * `PR-75 `_ - CC-1342: Update Replicator configs under the version that makes ZK optional * `PR-73 `_ - CC-1359: Fix regression in addPartitions in ZK-based adminclient. * `PR-58 `_ - Remove dependency on ZK and use AdminClient instead. * `PR-70 `_ - CC-1130: Add a validator for topic.regex * `PR-66 `_ - move to using io.confluent:common as parent instead of rest-utils Version 4.0.1 ------------- * `PR-71 `_ - CC-1320: Create templates for Replicator and Connect worker config * `PR-73 `_ - CC-1359: Fix regression in addPartitions in ZK-based adminclient. Version 4.0.0 ------------- * `PR-63 `_ - Fix SecurityProtocol import after upstream move * `PR-61 `_ - MINOR: Adapt to AdminUtils.addPartitions() change * `PR-60 `_ - Fix compile error due to upstream changes to SecurityProtocol * `PR-56 `_ - HOTFIX: Update ReplicatorAdminClient to use ZkUtils.getPartitionsForTopics since AdminUtils.fetchTopicMetadataFromZk has been removed Version 3.3.1 ------------- * `PR-62 `_ - Remove unused imports * `PR-59 `_ - Add upstream project so build are triggered automatically Version 3.3.0 ------------- * `PR-49 `_ - Handle consumer wakeups during task startup. * `PR-51 `_ - Fix breakage for EoS message format patch. * `PR-53 `_ - Move to common pom and checkstyle fixes. * `PR-54 `_ - Update usage of internal Topic class. Version 3.2.2 ------------- * `PR-46 `_ - Fix concurrent modification of source topic creation/expansion collection * `PR-48 `_ - Validate record timestamp value intead of record timestamp type Version 3.2.1 ------------- No changes Version 3.2.0 ------------- * `PR-24 `_ - CC-331: Config options RST updates * `PR-26 `_ - CC-333: Replicator should support disabling partition preservation * `PR-25 `_ - CC-330: Replicator tasks hang on poll * `PR-41 `_ - CC-257: Add a producer interceptor to measure end-to-end performance. * `PR-44 `_ - HOTFIX: update RECORD_OVERHEAD variable after change in kafka