|
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 | This project adheres to [Semantic Versioning](http://semver.org/). |
4 | 4 |
|
| 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 | + |
5 | 34 | ## 1.0.0 — 2019-07-14 |
6 | 35 | Initial open-source release |
7 | 36 |
|
|
0 commit comments