File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Release Notes.
1919
2020* Fix plugin interceptors bypassed on Windows.
2121* Fix wrong tracing context switch when trace ignore plugin activated.
22+ * Fix gRPC server streaming plugin panic on grpc-go v1.69+ where ` transport.Stream ` was replaced by ` transport.ServerStream ` .
2223
2324#### Issues and PR
2425- All issues are [ here] ( https://github.com/apache/skywalking/milestone/238?closed=1 )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ metrics based on the tracing data.
1919 * ` dubbo ` : [ Dubbo] ( https://github.com/apache/dubbo-go ) tested v3.0.1 to v3.0.5.
2020 * ` kratosv2 ` : [ Kratos] ( https://github.com/go-kratos/kratos ) tested v2.3.1 to v2.6.2.
2121 * ` microv4 ` : [ Go-Micro] ( https://github.com/go-micro/go-micro ) tested v4.6.0 to v4.10.2.
22- * ` grpc ` : [ gRPC] ( https://github.com/grpc/grpc-go ) tested v1.55.0 to v1.64 .0.
22+ * ` grpc ` : [ gRPC] ( https://github.com/grpc/grpc-go ) tested v1.55.0 to v1.78 .0.
2323* Database Client
2424 * ` gorm ` : [ GORM] ( https://github.com/go-gorm/gorm ) tested v1.22.0 to v1.25.1.
2525 * [ MySQL Driver] ( https://github.com/go-gorm/mysql )
You can’t perform that action at this time.
0 commit comments