Skip to content

Commit

Permalink
Correct changelog entries (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab committed Jul 12, 2023
1 parent 278e952 commit 7804dbd
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,19 +5,20 @@

This is a feature release.

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

## Fixes

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

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

0 comments on commit 7804dbd

Please sign in to comment.