Skip to content

Commit 7804dbd

Browse files
authored
Correct changelog entries (#1028)
1 parent 278e952 commit 7804dbd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@
55

66
This is a feature release.
77

8+
* [KIP-339](https://cwiki.apache.org/confluence/display/KAFKA/KIP-339%3A+Create+a+new+IncrementalAlterConfigs+API)
9+
IncrementalAlterConfigs API (#945).
10+
* [KIP-554](https://cwiki.apache.org/confluence/display/KAFKA/KIP-554%3A+Add+Broker-side+SCRAM+Config+API):
11+
User SASL/SCRAM credentials alteration and description (#1004).
12+
813
## Fixes
914

1015
* Fixes a nil pointer bug in the protobuf `Serializer.Serialize()`, caused due to
1116
an unchecked error (#997, @baganokodo2022).
1217
* Fixes incorrect protofbuf FileDescriptor references (#989, @Mrmann87).
13-
* [KIP-339](https://cwiki.apache.org/confluence/display/KAFKA/KIP-339%3A+Create+a+new+IncrementalAlterConfigs+API)
14-
IncrementalAlterConfigs API (#945).
1518
* Allow fetching all partition offsets for a consumer group by passing a
1619
`nil` slice in `AdminClient.ListConsumerGroupOffsets`, when earlier it
1720
was not processing that correctly (#985, @alexandredantas).
1821
* Deprecate m.LeaderEpoch in favor of m.TopicPartition.LeaderEpoch (#1012).
19-
* [KIP-554](https://cwiki.apache.org/confluence/display/KAFKA/KIP-554%3A+Add+Broker-side+SCRAM+Config+API):
20-
User SASL/SCRAM credentials alteration and description (#1004).
2122

2223
confluent-kafka-go is based on librdkafka v2.2.0, see the
2324
[librdkafka v2.2.0 release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.2.0)

0 commit comments

Comments
 (0)