Skip to content

Commit

Permalink
Release 1.9.2 preparation (#835)
Browse files Browse the repository at this point in the history
* version 1.9.2

* Documentation update for version 1.9.2

* Updated CHANGELOG
  • Loading branch information
emasab committed Aug 2, 2022
1 parent 8a9a4aa commit 1092e01
Show file tree
Hide file tree
Showing 5 changed files with 266 additions and 249 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Confluent's Golang client for Apache Kafka


## v1.9.2

This is a maintenance release:

* Bundles librdkafka v1.9.2.
* [Example](examples/docker_aws_lambda_example) for using go clients with AWS lambda (@jliunyu, #823).
* OAUTHBEARER unsecured [producer](examples/oauthbearer_producer_example), [consumer](examples/oauthbearer_consumer_example) and [OIDC](examples/oauthbearer_oidc_example) examples.


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


## v1.9.1

This is a feature release:
Expand Down
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/confluentinc/confluent-kafka-go v1.9.1
github.com/confluentinc/confluent-kafka-go v1.9.2
github.com/gdamore/tcell v1.4.0
google.golang.org/protobuf v1.28.0
)

0 comments on commit 1092e01

Please sign in to comment.