Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
22a7f0099
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2022
22a7f0099
Commits
3b22ee63
Commit
3b22ee63
authored
5 years ago
by
fangyincheng
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #449 from fangyincheng/1.4
Mod: readme.md & change.md
parents
ad58f48a
0744cadf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.travis.yml
+0
-1
0 additions, 1 deletion
.travis.yml
CHANGE.md
+1
-0
1 addition, 0 deletions
CHANGE.md
README.md
+12
-1
12 additions, 1 deletion
README.md
README_CN.md
+10
-1
10 additions, 1 deletion
README_CN.md
with
23 additions
and
3 deletions
.travis.yml
+
0
−
1
View file @
3b22ee63
...
@@ -2,7 +2,6 @@ language: go
...
@@ -2,7 +2,6 @@ language: go
os
:
os
:
-
linux
-
linux
-
osx
go
:
go
:
-
"
1.13"
-
"
1.13"
...
...
This diff is collapsed.
Click to expand it.
CHANGE.md
+
1
−
0
View file @
3b22ee63
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
README.md
+
12
−
1
View file @
3b22ee63
...
@@ -16,6 +16,8 @@ Apache License, Version 2.0
...
@@ -16,6 +16,8 @@ Apache License, Version 2.0
## Release note ##
## Release note ##
[
v1.4.0-rc1 - Mar 17, 2020
](
https://github.com/apache/dubbo-go/releases/tag/v1.4.0-rc1
)
[
v1.3.0 - Mar 1, 2020
](
https://github.com/apache/dubbo-go/releases/tag/v1.3.0
)
[
v1.3.0 - Mar 1, 2020
](
https://github.com/apache/dubbo-go/releases/tag/v1.3.0
)
[
v1.2.0 - Nov 15, 2019
](
https://github.com/apache/dubbo-go/releases/tag/v1.2.0
)
[
v1.2.0 - Nov 15, 2019
](
https://github.com/apache/dubbo-go/releases/tag/v1.2.0
)
...
@@ -56,6 +58,7 @@ Finished List:
...
@@ -56,6 +58,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 +94,21 @@ Finished List:
...
@@ -91,13 +94,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
...
...
This diff is collapsed.
Click to expand it.
README_CN.md
+
10
−
1
View file @
3b22ee63
...
@@ -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
)
-
其他功能支持:
-
其他功能支持:
*
启动时检查
*
启动时检查
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment