Introduction to Key Changes Announcements Go Version Support Changes : Kitex’s minimum declared Go version has been adjusted to Go1.20 and supports up to Go1.25 Currently does not affect Go v1.18/v1.19 compilation, but after being declared for higher versions, subsequent versions will introduce features of higher versions Breaking Change for Partial interfaces : No impact on regular users, but may affect those with extensions or special api dependencies. For details, refer to the [ Special Changes ] section. New Features Generic Call: New v2 API Supporting Multi-Services and Streaming Calls…