Skip to content

Commit 4f3e610

Browse files
committed
v1.8.2 changelog
1 parent 0475aec commit 4f3e610

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

CHANGELOG.md

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

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

5-
This is a maintenance release to upgrade the bundled librdkafka version to v1.8.0.
5+
This is a maintenance release:
66

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)
7+
* Bundles librdkafka v1.8.2
8+
* Check termination channel while reading delivery reports (by @zjj)
9+
* Added convenience method Consumer.StoreMessage() (@finncolman, #676)
10+
11+
12+
confluent-kafka-go is based on librdkafka v1.8.2, see the
13+
[librdkafka release notes](https://github.com/edenhill/librdkafka/releases/tag/v1.8.2)
914
for a complete list of changes, enhancements, fixes and upgrade considerations.
1015

1116

17+
**Note**: There were no confluent-kafka-go v1.8.0 and v1.8.1 releases.
18+
19+
1220
## v1.7.0
1321

1422
### Enhancements

0 commit comments

Comments
 (0)