Skip to content

Commit

Permalink
Changelog missing entries
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab committed Oct 25, 2023
1 parent 5f88a1c commit 769088b
Showing 1 changed file with 5 additions and 4 deletions.
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
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).


## Fixes

Expand Down

0 comments on commit 769088b

Please sign in to comment.