Skip to content
Snippets Groups Projects
Commit de15c9e8 authored by fangyincheng's avatar fangyincheng
Browse files

Mod: readme.md & change.md

parent ad58f48a
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
- [Context support](https://github.com/apache/dubbo-go/pull/330) - [Context support](https://github.com/apache/dubbo-go/pull/330)
- [Opentracing & transfer context end to end for jsonrpc protocol](https://github.com/apache/dubbo-go/pull/335) - [Opentracing & transfer context end to end for jsonrpc protocol](https://github.com/apache/dubbo-go/pull/335)
- [Opentracing & transfer context end to end for dubbo protocol](https://github.com/apache/dubbo-go/pull/344) - [Opentracing & transfer context end to end for dubbo protocol](https://github.com/apache/dubbo-go/pull/344)
- [Grpc tracing for client and server](https://github.com/apache/dubbo-go/pull/397)
- [Nacos config center](https://github.com/apache/dubbo-go/pull/357) - [Nacos config center](https://github.com/apache/dubbo-go/pull/357)
- [Prometheus support](https://github.com/apache/dubbo-go/pull/342) - [Prometheus support](https://github.com/apache/dubbo-go/pull/342)
- [Support sign and auth for request](https://github.com/apache/dubbo-go/pull/323) - [Support sign and auth for request](https://github.com/apache/dubbo-go/pull/323)
......
...@@ -56,6 +56,7 @@ Finished List: ...@@ -56,6 +56,7 @@ Finished List:
- Router - Router
* [Condition router](https://github.com/apache/dubbo-go/pull/294) * [Condition router](https://github.com/apache/dubbo-go/pull/294)
* [Health check router](https://github.com/apache/dubbo-go/pull/389)
- Registry - Registry
* ZooKeeper * ZooKeeper
...@@ -91,13 +92,21 @@ Finished List: ...@@ -91,13 +92,21 @@ Finished List:
* [TpsLimitFilter](https://github.com/apache/dubbo-go/pull/237) * [TpsLimitFilter](https://github.com/apache/dubbo-go/pull/237)
* [ExecuteLimitFilter](https://github.com/apache/dubbo-go/pull/246) * [ExecuteLimitFilter](https://github.com/apache/dubbo-go/pull/246)
* [GenericServiceFilter](https://github.com/apache/dubbo-go/pull/291) * [GenericServiceFilter](https://github.com/apache/dubbo-go/pull/291)
* [Auth/Sign](https://github.com/apache/dubbo-go/pull/323)
* [Metrics filter](https://github.com/apache/dubbo-go/pull/342)
* [Tracing filter](https://github.com/apache/dubbo-go/pull/335)
- Invoke - Invoke
* [generic invoke](https://github.com/apache/dubbo-go/pull/122) * [generic invoke](https://github.com/apache/dubbo-go/pull/122)
- Monitor - Monitor
* Opentracing API * Opentracing API
* Prometheus * [Prometheus](https://github.com/apache/dubbo-go/pull/342)
- Tracing
* [For jsonrpc](https://github.com/apache/dubbo-go/pull/335)
* [For dubbo](https://github.com/apache/dubbo-go/pull/344)
* [For grpc](https://github.com/apache/dubbo-go/pull/397)
- Others: - Others:
* start check * start check
......
...@@ -55,6 +55,7 @@ Apache License, Version 2.0 ...@@ -55,6 +55,7 @@ Apache License, Version 2.0
- 路由器 - 路由器
* [Condition router](https://github.com/apache/dubbo-go/pull/294) * [Condition router](https://github.com/apache/dubbo-go/pull/294)
* [Health check router](https://github.com/apache/dubbo-go/pull/389)
- 注册中心 - 注册中心
* ZooKeeper * ZooKeeper
...@@ -89,13 +90,21 @@ Apache License, Version 2.0 ...@@ -89,13 +90,21 @@ Apache License, Version 2.0
* [AccessLogFilter](https://github.com/apache/dubbo-go/pull/214) * [AccessLogFilter](https://github.com/apache/dubbo-go/pull/214)
* [TpsLimitFilter](https://github.com/apache/dubbo-go/pull/237) * [TpsLimitFilter](https://github.com/apache/dubbo-go/pull/237)
* [ExecuteLimitFilter](https://github.com/apache/dubbo-go/pull/246) * [ExecuteLimitFilter](https://github.com/apache/dubbo-go/pull/246)
* [Auth/Sign](https://github.com/apache/dubbo-go/pull/323)
* [Metrics filter](https://github.com/apache/dubbo-go/pull/342)
* [Tracing filter](https://github.com/apache/dubbo-go/pull/335)
- 调用 - 调用
* [泛化调用](https://github.com/apache/dubbo-go/pull/122) * [泛化调用](https://github.com/apache/dubbo-go/pull/122)
- 监控 - 监控
* Opentracing API * Opentracing API
* Prometheus * [Prometheus](https://github.com/apache/dubbo-go/pull/342)
- Tracing
* [For jsonrpc](https://github.com/apache/dubbo-go/pull/335)
* [For dubbo](https://github.com/apache/dubbo-go/pull/344)
* [For grpc](https://github.com/apache/dubbo-go/pull/397)
- 其他功能支持: - 其他功能支持:
* 启动时检查 * 启动时检查
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment