Skip to content

Commit c6e4741

Browse files
committed
librdkafka and confluent-kafka-go v2.3.0
1 parent cd781ba commit c6e4741

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
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.3.0-RC4
9+
value: v2.3.0
1010
prologue:
1111
commands:
1212
- checkout

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This is a feature release.
4141
consumer was closing, and during the final partition revoke (#1073).
4242

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

4747

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/confluentinc/confluent-kafka-go/v2 => ../
77
require (
88
github.com/actgardner/gogen-avro/v10 v10.2.1
99
github.com/alecthomas/kingpin v2.2.6+incompatible
10-
github.com/confluentinc/confluent-kafka-go/v2 v2.3.0-RC4
10+
github.com/confluentinc/confluent-kafka-go/v2 v2.3.0
1111
github.com/gdamore/tcell v1.4.0
1212
google.golang.org/protobuf v1.30.0
1313
)

mk/doc-gen.py

Lines changed: 1 addition & 1 deletion
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.3.0-RC4"
27+
tag = "v2.3.0"
2828
major = tag.split(".")[0] # e.g. v2
2929
base_css = "https://go.dev/css"
3030
base_js = "https://go.dev/js"

soaktest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/confluentinc/confluent-kafka-go/v2 => ../
77
require (
88
github.com/DataDog/datadog-go v4.8.3+incompatible
99
github.com/Microsoft/go-winio v0.6.0 // indirect
10-
github.com/confluentinc/confluent-kafka-go/v2 v2.3.0-RC4
10+
github.com/confluentinc/confluent-kafka-go/v2 v2.3.0
1111
github.com/shirou/gopsutil v3.21.11+incompatible
1212
github.com/tklauser/go-sysconf v0.3.11 // indirect
1313
github.com/yusufpapurcu/wmi v1.2.2 // indirect

0 commit comments

Comments
 (0)