diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f422145..d2f812d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)