.. _kafkarest_changelog: Changelog ========= Version 3.1.2 ------------- No changes Version 3.1.1 ------------- No changes Version 3.1.0 ------------- * `PR-239 `_ - Require bash since we use some bashisms and fix a copyright. * `PR-235 `_ - fix typo command line options ``-help`` check * `PR-222 `_ - fixing issue #91 * `PR-230 `_ - Issue #229: Add blurb on Jetty jmx metrics * `PR-214 `_ - Small readme.md fix * `PR-127 `_ - Fix to ConsumerManager tests AND then handling of max bytes * `PR-203 `_ - Fix a typo that cause non-corresponding logger name * `PR-202 `_ - fix the implementation of topicExists Version 3.0.0 ------------- * `PR-164 `_ - 2.x merge to master * `PR-166 `_ - Bump version to 3.0.0-SNAPSHOT and Kafka dependency to 0.10.0.0-SNAPSHOT * `PR-171 `_ - Fix build to handle rack aware changes in Kafka. * `PR-174 `_ - Update CoreUtils usage to match kafka updates * `PR-189 `_ - Minor fixes for compatibility with newest 0.10.0 branch. * `PR-192 `_ - Minor fixes for compatibility with newest 0.10.0 branch. * `PR-202 `_ - fix the implementation of topicExists * `PR-205 `_ - Rearrange quickstart and use topics from earlier steps in requests for metadata so the example output will exactly match real output when starting from an empty cluster. Version 2.0.1 ------------- * `PR-144 `_ - Fix for Race condition when consuming while topic is being created (Issue #105) * `PR-158 `_ - Update Kafka version to 0.9.0.1-cp1 Version 2.0.0 ------------- * `PR-64 `_ - Reduce integration test time. * `PR-66 `_ - Add support for SimpleConsumer-like access (Issue #26) * `PR-67 `_ - Handle conflicting IDs and separate IDs used in the REST proxy and by Kafka's consumer implementation. * `PR-78 `_ - Remove kafka from list of production directories to include in CLASSPATH. * `PR-89 `_ - JSON message support * `PR-96 `_ - Fixed log4j and daemon flag bugs in kafka-rest-run-class based on fix from schema-registry. * `PR-99 `_ - Require Java 7 * `PR-101 `_ - rest-utils updates * `PR-103 `_ - Issue 94 rename main * `PR-108 `_ - Clarify partitioning behavior for produce requests * `PR-117 `_ - Update to Kafka 0.9.0.0-SNAPSHOT and make adjustments to work with updated ZkUtils. * `PR-122 `_ - Use x.y.z versioning scheme (i.e. 2.0.0-SNAPSHOT) * `PR-123 `_ - Updated args for JaasUtils.isZkSecurityEnabled() * `PR-125 `_ - Use Kafka compiled with Scala 2.11