.. _hdfs_connector_changelog: Changelog ========= Version 4.0.1 ------------- * `PR-305 `_ - CC-1669: Disable commit of consumer offsets * `PR-299 `_ - CC-1669: Set no offset when no offset was found for topic partition * `PR-293 `_ - Explicitly specify Jackson version instead of relying on transitive dependency version. * `PR-55 `_ - CC-1489: NPE on records with null timestamp. * `PR-45 `_ - HOTFIX: Consider all the properties in AvroDataConfig. Version 4.0.0 ------------- * `PR-251 `_ - CC-1270: Reinstantiate HiveConfig properties in getConfig. * `PR-247 `_ - MINOR: Exclude storage common dependencies. * `PR-246 `_ - CC-1213: Enable record based timebased partitioners in HDFS connector * `PR-245 `_ - CC-1212: Accept partitioners implementing the new partitioner interface * `PR-243 `_ - CC-1168: Recommenders for HDFS connector's class type properties * `PR-237 `_ - Remove unused imports * `PR-196 `_ - CC-492: Add JsonFormat to HDFS Connector * `PR-142 `_ - not trying to hold leases on WAL files if we are holding them already. * `PR-220 `_ - HOTFIX: Enable default for format and storage classes in hdfs connector * `PR-219 `_ - Move to common pom * `PR-188 `_ - CC-397: Refactoring on top of storage-common * `PR-214 `_ - fix TimeBasedPartitionerTest by defining the expected locale * `PR-212 `_ - Remove invalid offset check. * `PR-44 `_ - HOTFIX: Remove unused parameter in newConfigDef for PartitionerConfig. * `PR-41 `_ - HOTFIX: Update dependencies * `PR-40 `_ - HOTFIX: Make specific dependencies explicit. * `PR-37 `_ - Remove unused imports * `PR-35 `_ - Add missing modules to the dependencyManagement pom section so downstream projects will inherit the right version automatically. * `PR-31 `_ - Remove schema.generator.class config and have Formats specify their own SchemaGenerator internally Version 3.3.1 ------------- * `PR-235 `_ - CC-1172: Fix memory leak in TopicPartitionerWriter * `PR-227 `_ - Specify a nodeLabel for Jenkins that doesn't die during the HDFS connector tests. * `PR-226 `_ - Add upstream project so builds will be triggered automatically * `PR-217 `_ - Update quickstart to use Confluent CLI Version 3.3.0 ------------- * `PR-187 `_ - CC-491: Consolidate and simplify unit tests of HDFS connector. * `PR-205 `_ - Upgrade avro to 1.8.2. Version 3.2.2 ------------- * `PR-194 `_ - Fix HdfsSinkConnector to extend from SinkConnector instead of Connector. * `PR-200 `_ - Fix incorrect licensing and webpage info. Version 3.2.1 ------------- No changes Version 3.2.0 ------------- * `PR-135 `_ - Fix typos * `PR-164 `_ - Issue 136 - Support topic with dots in hive. * `PR-170 `_ - MINOR: Upgrade Hadoop version to 2.7.3 and joda-time to 2.9.7 Version 3.1.1 ------------- No changes Version 3.1.0 ------------- * `PR-134 `_ - Flush the last partial file when incoming stream is paused. * `PR-133 `_ - CC-331: Update config options docs * `PR-126 `_ - Fix TimeBasedPartitioner config validation * `PR-112 `_ - Lint change to avoid compiler error in Oracle JDK 1.7 using jenv. * `PR-94 `_ - Fix lint annoyances * `PR-108 `_ - Revert "support multi partition fields." * `PR-105 `_ - support multi partition fields. * `PR-101 `_ - Added link to Confluent documentation for the connector. * `PR-92 `_ - Start a new WAL file after `truncate` instead of appending to log.1 * `PR-87 `_ - Scheduled rotation implementation * `PR-90 `_ - Use configured Hadoop configuration object for Parquet writer * `PR-91 `_ - Upgrade to Hadoop 2.6.1 * `PR-70 `_ - Fix handling of topics with periods * `PR-68 `_ - prints details of HDFS exceptions * `PR-67 `_ - clean up hive metastore artifacts from testing * `PR-64 `_ - cleaned up .gitignore. Now ignores Eclipse files Version 3.0.1 ------------- HDFS Connector ~~~~~~~~~~~~~~ * `PR-82 `_ - add version.txt to share/doc Version 3.0.0 ------------- HDFS Connector ~~~~~~~~~~~~~~ * `PR-62 `_ - Update doc for CP 3.0. * `PR-60 `_ - Remove HDFS connectivity check. * `PR-55 `_ - Removing retry logic from HiveMetaStore to fix the metastore connection bloat. * `PR-50 `_ - Remove close of topic partition writers in DataWriter close. * `PR-42 `_ - Using new config validation. * `PR-41 `_ - Bump version to 3.0.0-SNAPSHOT and Kafka dependency to 0.10.0.0-SNAPSHOT. * `PR-35 `_ - Minor doc typo fix TimeBasedPartitioner. * `PR-33 `_ - Minor doc fix.