This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a change to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from e11ff901679 [fix][client] Fix thread-safety and refactor 
MessageCryptoBc key management (#25400)
     new 0d5959d42b5 [fix][sec] Bump google.golang.org/grpc from 1.60.0 to 
1.79.3 in /pulsar-function-go (#25353)
     new 30578f8cd06 [improve][build][branch-4.1] Support 
docker.golang.image/GOLANG_IMAGE in latest-version-image

The 2 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-go-functions.yaml             |    2 +-
 pulsar-function-go/examples/go.mod                 |   20 +-
 pulsar-function-go/examples/go.sum                 |   68 +-
 pulsar-function-go/go.mod                          |   20 +-
 pulsar-function-go/go.sum                          |   68 +-
 pulsar-function-go/pb/Function.pb.go               | 1346 +++++++++-----------
 pulsar-function-go/pb/InstanceCommunication.pb.go  |  716 ++---------
 .../pb/InstanceCommunication_grpc.pb.go            |  293 +++++
 pulsar-function-go/pb/Request.pb.go                |   93 +-
 pulsar-function-go/pb/doc.go                       |   16 +-
 pulsar-function-go/pb/generate.sh                  |  181 ++-
 pulsar-function-go/pf/instance.go                  |    6 +-
 pulsar-function-go/pf/instanceConf.go              |    2 +-
 pulsar-function-go/pf/instanceConf_test.go         |    4 +-
 pulsar-function-go/pf/instanceControlServicer.go   |   13 +-
 .../pf/instanceControlServicer_test.go             |   22 +-
 .../docker-images/latest-version-image/Dockerfile  |    3 +-
 tests/docker-images/latest-version-image/pom.xml   |    4 +
 18 files changed, 1311 insertions(+), 1566 deletions(-)
 create mode 100644 pulsar-function-go/pb/InstanceCommunication_grpc.pb.go

Reply via email to