Skip to content

Commit

Permalink
Release new version 1.0.2 (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedahamid authored Oct 1, 2019
1 parent 3a98b74 commit 6d5337b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.asciidoc
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion gradle/maven.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
allprojects {
version = "1.0.2-SNAPSHOT"
version = "1.0.3-SNAPSHOT"
}

subprojects {
Expand Down

0 comments on commit 6d5337b

Please sign in to comment.