Skip to content

Commit bf47190

Browse files
authored
5.1.0 release (#923)
1 parent 2ab7ce0 commit bf47190

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# Change Log
2-
All notable changes to this project will be documented in this file.
2+
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 5.1.0 - 2023-01-19
6+
* Version 5.1.0-SNAPSHOT by @ehoner in https://github.com/linkedin/brooklin/pull/923
7+
* Add support for post datastream create,update,delete and state change action by @hshukla in https://github.com/linkedin/brooklin/pull/915
8+
* Version 4.2.0-SNAPSHOT by @ryannedolan in https://github.com/linkedin/brooklin/pull/914
9+
* Update zookeeper dependency to import from LinkedIn published version by @surajkn in https://github.com/linkedin/brooklin/pull/917
10+
* Set datastream status to deleting for delete call by @hshukla in https://github.com/linkedin/brooklin/pull/918
11+
* Bump version after release by @hshukla in https://github.com/linkedin/brooklin/pull/920
12+
* BMM Restart Improvements Part 1. Leader Coordinator Issuing Assignment Tokens by @jzakaryan in https://github.com/linkedin/brooklin/pull/919
13+
14+
## New Contributors
15+
* @hshukla made their first contribution in https://github.com/linkedin/brooklin/pull/915
16+
17+
**Full Changelog**: https://github.com/linkedin/brooklin/compare/4.1.0...5.1.0
18+
519
## 4.1.0 — 2022-09-29
620

721
- Refactored StickyPartitionAssignmentStrategy and implemented task estimation logic in LoadBasedPartitionAssignmentStrategy #835
@@ -110,7 +124,7 @@ Initial open-source release
110124
### Connectors
111125
- [KafkaConnector](https://github.com/linkedin/brooklin/wiki/Kafka-Connector)
112126
- [KafkaMirrorMakerConnector](https://github.com/linkedin/brooklin/wiki/Kafka-MirrorMaker-Connector)
113-
127+
114128
### Transport Providers
115129
- [KafkaTransportProvider](https://github.com/linkedin/brooklin/wiki/Kafka-Transport-Provider)
116-
130+

README.asciidoc

Lines changed: 3 additions & 3 deletions
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-v4.1.0-blue.svg?style=popout[link="https://bintray.com/linkedin/maven/brooklin"]
4+
image:https://img.shields.io/badge/bintray-v5.1.0-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"]
@@ -31,7 +31,7 @@ Brooklin is a distributed system intended for streaming data between various het
3131
** While it is not limited to any particular system, Brooklin provides capabilities for reading/writing massive amounts of data to/from Kafka with high reliability at scale. You can learn more about this in the <<Use cases>> section.
3232

3333
* *Supports Change Data Capture with bootstrap*
34-
** Brooklin supports propagating https://en.wikipedia.org/wiki/Change_data_capture[Change Data Capture] events from data stores, e.g. RDBMS, KV stores ... etc.
34+
** Brooklin supports propagating https://en.wikipedia.org/wiki/Change_data_capture[Change Data Capture] events from data stores, e.g. RDBMS, KV stores ... etc.
3535
** Brooklin also supports streaming a snapshot of the existing data before propagating change events.
3636

3737
== Use cases
@@ -56,7 +56,7 @@ Through its https://github.com/linkedin/brooklin/wiki/Brooklin-Architecture#rest
5656
> Check out https://github.com/linkedin/brooklin/wiki/mirroring-kafka-clusters[Mirroring Kafka Clusters] to learn more about using Brooklin to mirror Kafka clusters.
5757

5858
=== Change Data Capture
59-
* Brooklin supports propagating https://en.wikipedia.org/wiki/Change_data_capture[Change Data Capture] events from data stores, e.g. RDBMS, KV stores ... etc.
59+
* Brooklin supports propagating https://en.wikipedia.org/wiki/Change_data_capture[Change Data Capture] events from data stores, e.g. RDBMS, KV stores ... etc.
6060
* Brooklin supports bootstrapping data from a datastore, i.e. streaming a snapshot of the existing data before any change events.
6161
* MySQL support is currently under development.
6262

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 = "5.0.2-SNAPSHOT"
2+
version = "5.2.0-SNAPSHOT"
33
}
44

55
subprojects {

0 commit comments

Comments
 (0)