Skip to content

Commit 7182357

Browse files
committed
v1.8.0 changelogs
1 parent 605c471 commit 7182357

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Confluent's Golang client for Apache Kafka
22

3-
## v1.7.0
3+
## v1.8.0
44

5-
confluent-kafka-go is based on librdkafka v1.7.0, see the
6-
[librdkafka release notes](https://github.com/edenhill/librdkafka/releases/tag/v1.7.0)
5+
This is a maintenance release to upgrade the bundled librdkafka version to v1.8.0.
6+
7+
confluent-kafka-go is based on librdkafka v1.8.0, see the
8+
[librdkafka release notes](https://github.com/edenhill/librdkafka/releases/tag/v1.8.0)
79
for a complete list of changes, enhancements, fixes and upgrade considerations.
810

11+
12+
## v1.7.0
13+
914
### Enhancements
1015

1116
* Experimental Windows support (by @neptoess).
@@ -22,6 +27,10 @@ for a complete list of changes, enhancements, fixes and upgrade considerations.
2227
ReplicationFactor without specifying an explicit ReplicaAssignment, this is
2328
now fixed.
2429

30+
confluent-kafka-go is based on librdkafka v1.7.0, see the
31+
[librdkafka release notes](https://github.com/edenhill/librdkafka/releases/tag/v1.7.0)
32+
for a complete list of changes, enhancements, fixes and upgrade considerations.
33+
2534

2635

2736
## v1.6.1

0 commit comments

Comments
 (0)