temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
https://docs.temporal.io/cli
MIT License
243 stars 32 forks source link

Request for Upgrade to go.temporal.io/server v1.23.0 for temporalio/cli Project #519

Closed vero1024 closed 3 months ago

vero1024 commented 3 months ago

The current version of temporalio/cli project is using go.temporal.io/server v1.22.4 and github.com/gogo/protobuf modules. However, the latest version of go.temporal.io/server v1.23.0 has replaced github.com/gogo/protobuf with google.golang.org/grpc. This is causing compatibility issues and hindering the smooth functioning of the project.

I would like to request an upgrade to the latest version of go.temporal.io/server v1.23.0, which has replaced github.com/gogo/protobuf with google.golang.org/grpc. This will resolve the compatibility issues and ensure the smooth functioning of the project.

Ref: https://github.com/temporalio/temporal/releases/tag/v1.23.0

cretz commented 3 months ago

The CLI is in the midst of a rewrite and the cli-rewrite branch has already upgraded this (still server RC tag but will be put on final tag soon). If you download the latest RC release from the releases area, it should have the newer server.