Skip to content

Commit 2993725

Browse files
authored
Release new version 1.0.1
1 parent 0dba25d commit 2993725

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
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.1 — 2019-09-16
6+
7+
- Remove FindBugs showProgress property
8+
- Remove reference for DatastreamProducerRecord from the sendcallback (#645)
9+
- Make coordinator wait for event process thread to complete (#644)
10+
- Default partition strategy always sends data to single partition (#637)
11+
- Fix a bug in moving partition when there is a paused instance (#643)
12+
- Publish auto-generated pegasus/Rest.li jars
13+
- Enable FindBugs and fix detected issues
14+
- Upgrade metrics-core to version 4.10 (#641)
15+
- Kafka partition movement (#631)
16+
- Fix datastream task prefix equality check in GroupIdConstructor
17+
- Remove topic list from KMM event metadata (#638)
18+
- Bug fix with custom SerDe being overriden by kafka factory implementations
19+
- Refactor KMMConnector interface (#634)
20+
- Fix a bug when putting an event with metadata in event queue (#632)
21+
- Fix max_partition metric (#628)
22+
- Fix a race condition in handleChangeAssignment (#626)
23+
- Avoid creating a KafkaPositionTracker with a consumer that has a group id (#627)
24+
- Fix the metric for max partition count in the task (#625)
25+
- Increase poll timeout for TestCoordinator (#624)
26+
- Kafka partition management (#618)
27+
- Move project version to maven.gradle
28+
- Replace flaky Bintray badge
29+
- Correct Brooklin download location
30+
- Follow redirects when downloading Brooklin
31+
- Include version shield on README
32+
- Add change log
33+
534
## 1.0.0 — 2019-07-14
635
Initial open-source release
736

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.0-blue.svg?style=popout[link="https://bintray.com/linkedin/maven/brooklin"]
4+
image:https://img.shields.io/badge/bintray-v1.0.1-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"]

0 commit comments

Comments
 (0)