Skip to content

Commit ae68d85

Browse files
committed
docs: update CHANGES.md and support-plugins.md for gRPC v1.69+ compatibility
1 parent 822eba1 commit ae68d85

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

docs/en/agent/support-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)