Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog missing entries #1088

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@

This is a feature release.

* Adds support for AdminAPI `DescribeCluster()` and `DescribeTopics()`
* [KIP-117](https://cwiki.apache.org/confluence/display/KAFKA/KIP-117%3A+Add+a+public+AdminClient+API+for+Kafka+admin+operations): Adds support for AdminAPI `DescribeCluster()` and `DescribeTopics()`
(#964, @jainruchir).
* [KIP-430](https://cwiki.apache.org/confluence/display/KAFKA/KIP-430+-+Return+Authorized+Operations+in+Describe+Responses):
Return authorized operations in Describe Responses.
(#964, @jainruchir).
* [KIP-516](https://cwiki.apache.org/confluence/display/KAFKA/KIP-516%3A+Topic+Identifiers):
Partial support of topic identifiers. Topic identifiers in metadata response
are available through the new `DescribeTopics` function (#1068).
* Adds `Rack` to the `Node` type, so AdminAPI calls can expose racks for brokers
(currently, all Describe Responses) (#964, @jainruchir).
* [KIP-396](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=97551484): completed the implementation with
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should also move up in KIP section.

Expand All @@ -20,9 +23,7 @@ This is a feature release.
* Adds `CreateTopic` method to the MockCluster. (#1047, @mimikwang).
* Honor `HTTPS_PROXY` environment variable, if set, for the Schema Registry
client (#1065, @finncolman).
* [KIP-516](https://cwiki.apache.org/confluence/display/KAFKA/KIP-516%3A+Topic+Identifiers):
Partial support of topic identifiers. Topic identifiers in metadata response
are available through the new `DescribeTopics` function (#1068).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line break.


## Fixes

Expand Down