diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3db0aa1..ef9666bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ v2.5.4 is a maintenance release with the following fixes and enhancements: * Handle primitives in avrov2 library * Allow RuleRegistry to be set in serdes +confluent-kafka-go is based on librdkafka v2.5.3, see the +[librdkafka v2.5.3 release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.5.3) +for a complete list of changes, enhancements, fixes and upgrade considerations. + + ## v2.5.3 v2.5.3 is a maintenance release with the following fixes and enhancements: @@ -32,6 +37,7 @@ for a complete list of changes, enhancements, fixes and upgrade considerations. There were no v2.5.1 or v2.5.2 releases. + # v2.5.0 > [!WARNING] diff --git a/examples/docker_aws_lambda_example/go.mod b/examples/docker_aws_lambda_example/go.mod index f154ea7e2..a3a686695 100644 --- a/examples/docker_aws_lambda_example/go.mod +++ b/examples/docker_aws_lambda_example/go.mod @@ -2,7 +2,7 @@ module docker_example require ( github.com/aws/aws-lambda-go v1.27.0 - github.com/confluentinc/confluent-kafka-go/v2 v2.5.3 + github.com/confluentinc/confluent-kafka-go/v2 v2.5.4 ) go 1.21 diff --git a/examples/go.mod b/examples/go.mod index a66941f6a..f76d743f9 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -9,7 +9,7 @@ replace github.com/confluentinc/confluent-kafka-go/v2 => ../ require ( github.com/actgardner/gogen-avro/v10 v10.2.1 github.com/alecthomas/kingpin v2.2.6+incompatible - github.com/confluentinc/confluent-kafka-go/v2 v2.5.3 + github.com/confluentinc/confluent-kafka-go/v2 v2.5.4 github.com/gdamore/tcell v1.4.0 google.golang.org/protobuf v1.33.0 ) diff --git a/kafka/api.html b/kafka/api.html index aaed7ff1f..156871261 100644 --- a/kafka/api.html +++ b/kafka/api.html @@ -1810,70 +1810,70 @@
- + 00version.go - + adminapi.go - + adminoptions.go - + build_glibc_linux_amd64.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 - + time.go @@ -1924,7 +1924,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 AlterOperation int
func (e AssignedPartitions) String() string
type ConfigMap map[string]ConfigValue