File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## 1.0.2 — 2019-10-01
6+
7+ - Relax Kafka broker hostname validation checks (#656 )
8+ - Log affected datastream on serialization errors (#659 )
9+ - Fix an issue in retrying the partition assignment (#654 )
10+ - Various position tracker improvements (#636 )
11+ - Enforce JMX metrics name generation logic used in io.dropwizard.metrics prior to v4.1.0-rc2 (#658 )
12+ - Invoke topic manger when the partitions are assigned (#657 )
13+ - Add custom checkpoint datastream metadata field to override connector level custom checkpoint (#653 )
14+ - Replace SlidingTimeWindowReservoir with SlidingTimeWindowArrayReservoir and reduce Histogram time (#655 )
15+ - Fix the datastream state for multiple tasks and connector validation (#646 )
16+ - Bump up version
17+
518## 1.0.1 — 2019-09-16
619
720- Remove FindBugs showProgress property
Original file line number Diff line number Diff line change 11= Brooklin
22
33image:https://img.shields.io/github/license/linkedin/brooklin.svg[link="https://github.com/linkedin/brooklin/blob/master/LICENSE"]
4- image:https://img.shields.io/badge/bintray-v1.0.1 -blue.svg?style=popout[link="https://bintray.com/linkedin/maven/brooklin"]
4+ image:https://img.shields.io/badge/bintray-v1.0.2 -blue.svg?style=popout[link="https://bintray.com/linkedin/maven/brooklin"]
55image:https://img.shields.io/gitter/room/linkedin/kafka.svg?style=popout[link="https://gitter.im/linkedin/brooklin"]
66image:https://img.shields.io/github/last-commit/linkedin/brooklin.svg?style=popout[link="https://github.com/linkedin/brooklin/commits/master"]
77image:https://img.shields.io/github/issues/linkedin/brooklin/bug.svg?color=orange?style=popout[link="https://github.com/linkedin/brooklin/labels/bug"]
Original file line number Diff line number Diff line change 11allprojects {
2- version = " 1.0.2 -SNAPSHOT"
2+ version = " 1.0.3 -SNAPSHOT"
33}
44
55subprojects {
You can’t perform that action at this time.
0 commit comments