This is an automated email from the ASF dual-hosted git repository.
zike pushed a change to branch branch-0.13.0
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git
from 3cbb3537 [Fix] Oauth2 Client credentials flow use scopes from the
keyfile as well (#1244)
new 13a78684 fix: failTimeoutMessages cannot delete outdated messages
(#1247)
new 8d3177d6 fix pulsar admin revoke subscription permission endpoint
(#1251)
new d18918c1 ci: validate multiple version builds and use
golangci-lint-action (#1250)
new b6df55c3 fix: producer close was blocked (#1249)
new 53fc9381 [Issue 1259][producer] Prevent panic when calling Flush on
closed producer (#1260)
new e44bd048 [fix] Avoid a data race when flushing with load (#1261)
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/ci.yml | 16 ++-
Dockerfile | 3 +
Makefile | 4 +-
go.mod | 75 +++++++++---
go.sum | 205 ++++++++++++++++++++++++++++----
pulsar/producer_partition.go | 104 ++++++++++------
pulsar/producer_test.go | 64 ++++++++++
pulsaradmin/pkg/admin/namespace.go | 12 +-
pulsaradmin/pkg/admin/namespace_test.go | 28 +++++
9 files changed, 425 insertions(+), 86 deletions(-)