Skip to content

Commit

Permalink
update CHANGELOG.md and examples/.gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chang-you committed Oct 10, 2023
1 parent decdb12 commit 89573cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Confluent's Golang client for Apache Kafka

## v2.2.1

This is a maintenance release:

* Bundles librdkafka v2.2.0.
* SPIRE example [producer](examples/spire_producer.example), [consumer](examples/spire_consumer_example) for clients to fetch JWT token by communicating with SPIRE agent.


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

# v2.2.0

Expand Down
2 changes: 2 additions & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ producer_custom_channel_example/producer_custom_channel_example
producer_example/producer_example
protobuf_consumer_example/protobuf_consumer_example
protobuf_producer_example/protobuf_producer_example
spire_consumer_example/spire_consumer_example
spire_producer.example/spire_producer.example
stats_example/stats_example
transactions_example/transactions_example

0 comments on commit 89573cd

Please sign in to comment.