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