Skip to content

Commit 00156ec

Browse files
committed
Changelog update
1 parent d5b3a82 commit 00156ec

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
11
# Confluent's Golang client for Apache Kafka
22

3-
## v1.6.0
3+
## v1.6.1
44

5-
v1.6.0 is a feature release adding support for KIP-429 Incremental rebalancing
6-
and KIP-480 Sticky producer partitioner.
5+
v1.6.1 is a feature release:
76

8-
- See [cooperative_consumer_example.go](examples/cooperative_consumer_example/cooperative_consumer_example.go)
7+
* KIP-429: Incremental consumer rebalancing - see [cooperative_consumer_example.go](examples/cooperative_consumer_example/cooperative_consumer_example.go)
98
for an example how to use the new incremental rebalancing consumer.
10-
- Bundles librdkafka v1.6.0 - see release notes for all enhancements and fixes.
9+
* KIP-480: Sticky producer partitioner - increase throughput and decrease
10+
latency by sticking to a single random partition for some time.
11+
* KIP-447: Scalable transactional producer - a single transaction producer can
12+
now be used for multiple input partitions.
1113

12-
13-
confluent-kafka-go is based on librdkafka v1.6.0, see the
14+
confluent-kafka-go is based on and bundles librdkafka v1.6.1, see the
1415
[librdkafka release notes](https://github.com/edenhill/librdkafka/releases/tag/v1.6.0)
1516
for a complete list of changes, enhancements, fixes and upgrade considerations.
1617

18+
### Enhancements
19+
20+
* `go.delivery.report.fields=all,key,value,none` can now be used to
21+
avoid copying message key and/or value to the delivery report, improving
22+
performance in high-throughput applications (by @kevinconaway).
23+
1724

1825
### Fixes
1926

0 commit comments

Comments
 (0)