Skip to content

Commit 6d5337b

Browse files
authored
Release new version 1.0.2 (#660)
1 parent 3a98b74 commit 6d5337b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
All notable changes to this project will be documented in this file.
33
This 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

README.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Brooklin
22

33
image: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"]
55
image:https://img.shields.io/gitter/room/linkedin/kafka.svg?style=popout[link="https://gitter.im/linkedin/brooklin"]
66
image:https://img.shields.io/github/last-commit/linkedin/brooklin.svg?style=popout[link="https://github.com/linkedin/brooklin/commits/master"]
77
image:https://img.shields.io/github/issues/linkedin/brooklin/bug.svg?color=orange?style=popout[link="https://github.com/linkedin/brooklin/labels/bug"]

gradle/maven.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
allprojects {
2-
version = "1.0.2-SNAPSHOT"
2+
version = "1.0.3-SNAPSHOT"
33
}
44

55
subprojects {

0 commit comments

Comments
 (0)