Skip to content

Commit

Permalink
Update docs and errors for v2.5.4 (#1301)
Browse files Browse the repository at this point in the history
  • Loading branch information
milindl committed Sep 24, 2024
1 parent 27d635d commit 0e86e8b
Show file tree
Hide file tree
Showing 9 changed files with 481 additions and 518 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion examples/docker_aws_lambda_example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
614 changes: 307 additions & 307 deletions kafka/api.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion kafka/generated_errors.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package kafka

// Copyright 2016-2024 Confluent Inc.
// AUTOMATICALLY GENERATED ON 2024-09-02 16:16:32.144950005 +0530 IST m=+0.000136202 USING librdkafka 2.5.3
// AUTOMATICALLY GENERATED ON 2024-09-24 09:39:38.47614636 +0530 IST m=+0.000123498 USING librdkafka 2.5.3

/*
#include "select_rdkafka.h"
Expand Down
2 changes: 1 addition & 1 deletion kafkatest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replace github.com/confluentinc/confluent-kafka-go/v2 => ../

require (
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
)

require (
Expand Down
2 changes: 1 addition & 1 deletion mk/doc-gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def convert_path(url, base_url, after):
sys.exit(1)
package = sys.argv[1]

tag = "v2.5.3"
tag = "v2.5.4"
major = tag.split(".")[0] # e.g. v2
base_css = "https://go.dev/css"
base_js = "https://go.dev/js"
Expand Down
367 changes: 162 additions & 205 deletions schemaregistry/api.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion soaktest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replace github.com/confluentinc/confluent-kafka-go/v2 => ../

require (
github.com/DataDog/datadog-go v4.8.3+incompatible
github.com/confluentinc/confluent-kafka-go/v2 v2.5.3
github.com/confluentinc/confluent-kafka-go/v2 v2.5.4
github.com/shirou/gopsutil v3.21.11+incompatible
)

Expand Down

0 comments on commit 0e86e8b

Please sign in to comment.