Introduction to Key Changes New Features Generic Call: The generic Client supports streaming calls, allowing a single Client to handle both streaming and non-streaming scenarios It supports streaming generic calls, adapting to gRPC/TTHeader Streaming and supporting map/JSON and Protobuf binary generic calls. A brief code example is as follows: cli , err := genericclient . NewClient ( “actualServiceName” , g ) // Ping-Pong generic resp , err := cli .