This is an automated email from the ASF dual-hosted git repository.
zike pushed a change to branch branch-0.15.0
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git
from 0ab28c22 Fix potential data race in pendingItem.done() (#1347)
new 4413ae1f [fix][sec] Bump golang.org/x/net to address CVE-2025-22870,
requires go 1.23 (#1351)
new b013e968 chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to
5.2.2 (#1349)
new f87b841e chore(deps): bump github.com/containerd/containerd from
1.7.18 to 1.7.27 (#1348)
new e966d11a fix: use sha instead of tag for golangci/golangci-lint-action
(#1352)
new 45956795 Fix reader hanging when startMessageId is latest (#1364)
new 45134461 Fix CI can't be failed even the tests are failed (#1367)
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/bot.yml | 2 +-
.github/workflows/ci.yml | 16 +++++--
Dockerfile | 2 +-
Makefile | 20 ++++++---
README.md | 4 +-
go.mod | 24 +++++------
go.sum | 51 ++++++++++++-----------
pulsar/consumer_partition.go | 19 ++++++++-
pulsar/consumer_test.go | 24 +++++++----
pulsar/reader_test.go | 69 +++++++++++++++++++++++++++++--
scripts/pulsar-test-service-start.sh | 5 +++
scripts/run-ci-blue-green-cluster.sh | 34 +++++++++++++--
scripts/run-ci-clustered.sh | 34 +++++++++++++--
scripts/run-ci-extensible-load-manager.sh | 34 +++++++++++++--
scripts/run-ci.sh | 38 +++++++++++++++--
15 files changed, 300 insertions(+), 76 deletions(-)