.. _replicator_connector_changelog: Changelog ========= 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