diff --git a/CHANGELOG.md b/CHANGELOG.md index 7425a6bc3..920c82e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.2 — 2019-10-01 + +- Relax Kafka broker hostname validation checks (#656) +- Log affected datastream on serialization errors (#659) +- Fix an issue in retrying the partition assignment (#654) +- Various position tracker improvements (#636) +- Enforce JMX metrics name generation logic used in io.dropwizard.metrics prior to v4.1.0-rc2 (#658) +- Invoke topic manger when the partitions are assigned (#657) +- Add custom checkpoint datastream metadata field to override connector level custom checkpoint (#653) +- Replace SlidingTimeWindowReservoir with SlidingTimeWindowArrayReservoir and reduce Histogram time (#655) +- Fix the datastream state for multiple tasks and connector validation (#646) +- Bump up version + ## 1.0.1 — 2019-09-16 - Remove FindBugs showProgress property diff --git a/README.asciidoc b/README.asciidoc index 2e84000e3..d2570577e 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -1,7 +1,7 @@ = Brooklin image:https://img.shields.io/github/license/linkedin/brooklin.svg[link="https://github.com/linkedin/brooklin/blob/master/LICENSE"] -image:https://img.shields.io/badge/bintray-v1.0.1-blue.svg?style=popout[link="https://bintray.com/linkedin/maven/brooklin"] +image:https://img.shields.io/badge/bintray-v1.0.2-blue.svg?style=popout[link="https://bintray.com/linkedin/maven/brooklin"] image:https://img.shields.io/gitter/room/linkedin/kafka.svg?style=popout[link="https://gitter.im/linkedin/brooklin"] image:https://img.shields.io/github/last-commit/linkedin/brooklin.svg?style=popout[link="https://github.com/linkedin/brooklin/commits/master"] image:https://img.shields.io/github/issues/linkedin/brooklin/bug.svg?color=orange?style=popout[link="https://github.com/linkedin/brooklin/labels/bug"] diff --git a/gradle/maven.gradle b/gradle/maven.gradle index 40d8a057a..e5fd33d65 100644 --- a/gradle/maven.gradle +++ b/gradle/maven.gradle @@ -1,5 +1,5 @@ allprojects { - version = "1.0.2-SNAPSHOT" + version = "1.0.3-SNAPSHOT" } subprojects {