File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
This is a feature release.
7
7
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
+
8
13
## Fixes
9
14
10
15
* Fixes a nil pointer bug in the protobuf ` Serializer.Serialize() ` , caused due to
11
16
an unchecked error (#997 , @baganokodo2022 ).
12
17
* 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 ).
15
18
* Allow fetching all partition offsets for a consumer group by passing a
16
19
` nil ` slice in ` AdminClient.ListConsumerGroupOffsets ` , when earlier it
17
20
was not processing that correctly (#985 , @alexandredantas ).
18
21
* 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 ).
21
22
22
23
confluent-kafka-go is based on librdkafka v2.2.0, see the
23
24
[ librdkafka v2.2.0 release notes] ( https://github.com/confluentinc/librdkafka/releases/tag/v2.2.0 )
You can’t perform that action at this time.
0 commit comments