Skip to content

Commit

Permalink
v1.8.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Dec 13, 2021
1 parent 0475aec commit 4f3e610
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# Confluent's Golang client for Apache Kafka

## v1.8.0
## v1.8.2

This is a maintenance release to upgrade the bundled librdkafka version to v1.8.0.
This is a maintenance release:

confluent-kafka-go is based on librdkafka v1.8.0, see the
[librdkafka release notes](https://github.com/edenhill/librdkafka/releases/tag/v1.8.0)
* Bundles librdkafka v1.8.2
* Check termination channel while reading delivery reports (by @zjj)
* Added convenience method Consumer.StoreMessage() (@finncolman, #676)


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


**Note**: There were no confluent-kafka-go v1.8.0 and v1.8.1 releases.


## v1.7.0

### Enhancements
Expand Down

0 comments on commit 4f3e610

Please sign in to comment.