Skip to content

Commit 995fa17

Browse files
authored
librdkafka v2.6.1 (#1338)
2 parents 15ede84 + 5a3baf6 commit 995fa17

23 files changed

+366
-366
lines changed

.semaphore/semaphore.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ agent:
66
global_job_config:
77
env_vars:
88
- name: LIBRDKAFKA_VERSION
9-
value: v2.6.1-RC2
9+
value: v2.6.1
1010
prologue:
1111
commands:
1212
- checkout

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This is a maintenance release:
66

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

1111

examples/docker_aws_lambda_example/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module docker_example
22

33
require (
44
github.com/aws/aws-lambda-go v1.27.0
5-
github.com/confluentinc/confluent-kafka-go/v2 v2.6.1-RC2
5+
github.com/confluentinc/confluent-kafka-go/v2 v2.6.1
66
)
77

88
go 1.21

examples/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replace github.com/confluentinc/confluent-kafka-go/v2 => ../
99
require (
1010
github.com/actgardner/gogen-avro/v10 v10.2.1
1111
github.com/alecthomas/kingpin v2.2.6+incompatible
12-
github.com/confluentinc/confluent-kafka-go/v2 v2.6.1-RC2
12+
github.com/confluentinc/confluent-kafka-go/v2 v2.6.1
1313
github.com/gdamore/tcell v1.4.0
1414
google.golang.org/protobuf v1.33.0
1515
)

kafka/api.html

+320-320
Large diffs are not rendered by default.

kafka/build_darwin_amd64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ package kafka
1010
import "C"
1111

1212
// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
13-
const LibrdkafkaLinkInfo = "static darwin_amd64 from librdkafka-static-bundle-v2.6.1-RC2.tgz"
13+
const LibrdkafkaLinkInfo = "static darwin_amd64 from librdkafka-static-bundle-v2.6.1.tgz"

kafka/build_darwin_arm64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ package kafka
1010
import "C"
1111

1212
// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
13-
const LibrdkafkaLinkInfo = "static darwin_arm64 from librdkafka-static-bundle-v2.6.1-RC2.tgz"
13+
const LibrdkafkaLinkInfo = "static darwin_arm64 from librdkafka-static-bundle-v2.6.1.tgz"

kafka/build_glibc_linux_amd64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ package kafka
1010
import "C"
1111

1212
// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
13-
const LibrdkafkaLinkInfo = "static glibc_linux_amd64 from librdkafka-static-bundle-v2.6.1-RC2.tgz"
13+
const LibrdkafkaLinkInfo = "static glibc_linux_amd64 from librdkafka-static-bundle-v2.6.1.tgz"

kafka/build_glibc_linux_arm64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ package kafka
1010
import "C"
1111

1212
// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
13-
const LibrdkafkaLinkInfo = "static glibc_linux_arm64 from librdkafka-static-bundle-v2.6.1-RC2.tgz"
13+
const LibrdkafkaLinkInfo = "static glibc_linux_arm64 from librdkafka-static-bundle-v2.6.1.tgz"

kafka/build_musl_linux_amd64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ package kafka
1010
import "C"
1111

1212
// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
13-
const LibrdkafkaLinkInfo = "static musl_linux_amd64 from librdkafka-static-bundle-v2.6.1-RC2.tgz"
13+
const LibrdkafkaLinkInfo = "static musl_linux_amd64 from librdkafka-static-bundle-v2.6.1.tgz"

kafka/build_musl_linux_arm64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ package kafka
1010
import "C"
1111

1212
// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
13-
const LibrdkafkaLinkInfo = "static musl_linux_arm64 from librdkafka-static-bundle-v2.6.1-RC2.tgz"
13+
const LibrdkafkaLinkInfo = "static musl_linux_arm64 from librdkafka-static-bundle-v2.6.1.tgz"

kafka/build_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ package kafka
1010
import "C"
1111

1212
// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
13-
const LibrdkafkaLinkInfo = "static windows from librdkafka-static-bundle-v2.6.1-RC2.tgz"
13+
const LibrdkafkaLinkInfo = "static windows from librdkafka-static-bundle-v2.6.1.tgz"

kafka/generated_errors.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package kafka
22

33
// Copyright 2016-2024 Confluent Inc.
4-
// AUTOMATICALLY GENERATED ON 2024-11-16 12:55:01.576319792 +0100 CET m=+0.000824045 USING librdkafka 2.6.1-RC2
4+
// AUTOMATICALLY GENERATED ON 2024-11-18 18:54:20.85854949 +0100 CET m=+0.000130522 USING librdkafka 2.6.1
55

66
/*
77
#include "select_rdkafka.h"
Binary file not shown.
-96 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

kafkatest/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace github.com/confluentinc/confluent-kafka-go/v2 => ../
88

99
require (
1010
github.com/alecthomas/kingpin v2.2.6+incompatible
11-
github.com/confluentinc/confluent-kafka-go/v2 v2.6.1-RC2
11+
github.com/confluentinc/confluent-kafka-go/v2 v2.6.1
1212
)
1313

1414
require (

mk/doc-gen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def convert_path(url, base_url, after):
2424
sys.exit(1)
2525
package = sys.argv[1]
2626

27-
tag = "v2.6.1-RC2"
27+
tag = "v2.6.1"
2828
major = tag.split(".")[0] # e.g. v2
2929
base_css = "https://go.dev/css"
3030
base_js = "https://go.dev/js"

schemaregistry/api.html

+31-31
Large diffs are not rendered by default.

soaktest/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace github.com/confluentinc/confluent-kafka-go/v2 => ../
88

99
require (
1010
github.com/DataDog/datadog-go v4.8.3+incompatible
11-
github.com/confluentinc/confluent-kafka-go/v2 v2.6.1-RC2
11+
github.com/confluentinc/confluent-kafka-go/v2 v2.6.1
1212
github.com/shirou/gopsutil v3.21.11+incompatible
1313
)
1414

0 commit comments

Comments
 (0)