diff --git a/CHANGELOG.md b/CHANGELOG.md index 108b10c4e..e5306c861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/examples/go.mod b/examples/go.mod index 0c5788ee8..d328841c5 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -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 ) diff --git a/kafka/api.html b/kafka/api.html index a50893b99..d38ca2e08 100644 --- a/kafka/api.html +++ b/kafka/api.html @@ -1355,73 +1355,73 @@
- + 00version.go - + adminapi.go - + adminoptions.go - + build_glibc_linux.go - + config.go - + consumer.go - + context.go - + error.go - + error_gen.go - + event.go - + generated_errors.go - + handle.go - + header.go - + kafka.go - + log.go - + message.go - + metadata.go - + misc.go - + mockcluster.go - + offset.go - + producer.go - + testhelpers.go - + time.go @@ -1562,7 +1562,7 @@
const PartitionAny = int32(C.RD_KAFKA_PARTITION_UA)
type ACLBindingFilter = ACLBinding
type ACLBindingFilters []ACLBindingFilter
type ACLBindings []ACLBinding
func (a ACLBindings) Len() int
func (a ACLBindings) Less(i, j int) bool
func (a ACLBindings) Swap(i, j int)
type ACLOperation int
type ACLPermissionType int
type AlterOperation int
func (e AssignedPartitions) String() string
type ConfigMap map[string]ConfigValue
type ConfigSource int
type ConfigValue interface{}