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
541712b2
Commit
541712b2
authored
4 years ago
by
邹毅贤
Browse files
Options
Downloads
Patches
Plain Diff
modify changes.md
parent
ef96233a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGE.md
+17
-16
17 additions, 16 deletions
CHANGE.md
with
17 additions
and
16 deletions
CHANGE.md
+
17
−
16
View file @
541712b2
...
@@ -4,26 +4,27 @@
...
@@ -4,26 +4,27 @@
## 1.5.2
## 1.5.2
### New Features
### New Features
-
[
Add consul service discovery
](
https://github.com/apache/dubbo-go/pull/701
)
@zhangshen023
-
[
Add consul service discovery
](
https://github.com/apache/dubbo-go/pull/701
)
[
@zhangshen023
]
(https://github.com/zhangshen023)
-
[
Add File system service discovery
](
https://github.com/apache/dubbo-go/pull/732
)
@DogBaoBao
-
[
Add File system service discovery
](
https://github.com/apache/dubbo-go/pull/732
)
[
@DogBaoBao
]
(https://github.com/DogBaoBao)
-
[
Migrate travis Ci to Github Actions
](
https://github.com/apache/dubbo-go/pull/752
)
@sdttttt
-
[
Migrate travis Ci to Github Actions
](
https://github.com/apache/dubbo-go/pull/752
)
[
@sdttttt
]
(https://github.com/sdttttt)
-
[
Add sentinel-golang flow control/circuit breaker
](
https://github.com/apache/dubbo-go/pull/748
)
@louyuting
-
[
Add sentinel-golang flow control/circuit breaker
](
https://github.com/apache/dubbo-go/pull/748
)
[
@louyuting
]
(https://github.com/louyuting)
-
[
Add dubbo-go docs and blog into doc directory
](
https://github.com/apache/dubbo-go/pull/767
)
@oaoit
-
[
Add dubbo-go docs and blog into doc directory
](
https://github.com/apache/dubbo-go/pull/767
)
[
@oaoit
]
(https://github.com/oaoit)
### Enhancement
### Enhancement
-
[
Refactor network and codec model
](
https://github.com/apache/dubbo-go/pull/673
)
@fangyincheng @georgehao
-
[
Add address notification batch mode
](
https://github.com/apache/dubbo-go/pull/741
)
[
@beiwei30
]
(https://github.com/beiwei30)
-
[
Remove unnecessary return and judgement
](
https://github.com/apache/dubbo-go/pull/730
)
@YongHaoWu
-
[
Refactor network and codec model
](
https://github.com/apache/dubbo-go/pull/673
)
[
@fangyincheng
]
(https://github.com/fangyincheng)
[
@georgehao
](
https://github.com/georgehao
)
-
[
Improve exporter append method
](
https://github.com/apache/dubbo-go/pull/722
)
@gaoxinge
-
[
Remove unnecessary return and judgement
](
https://github.com/apache/dubbo-go/pull/730
)
[
@YongHaoWu
]
(https://github.com/YongHaoWu)
-
[
Refactor for proxyInvoker cannot be extended
](
https://github.com/apache/dubbo-go/pull/747
)
@cvictory
-
[
Improve exporter append method
](
https://github.com/apache/dubbo-go/pull/722
)
[
@gaoxinge
]
(https://github.com/gaoxinge)
-
[
Refactor attachment type from map\[string\]stiring to map\[string\]interface{}
](
https://github.com/apache/dubbo-go/pull/713
)
@cvictory
-
[
Refactor for proxyInvoker cannot be extended
](
https://github.com/apache/dubbo-go/pull/747
)
[
@cvictory
]
(https://github.com/cvictory)
-
[
Improve map access concurrency
](
https://github.com/apache/dubbo-go/pull/739
)
@skyao
-
[
Refactor attachment type from map\[string\]stiring to map\[string\]interface{}
](
https://github.com/apache/dubbo-go/pull/713
)
[
@cvictory
]
(https://github.com/cvictory)
-
[
Improve code quantity
](
https://github.com/apache/dubbo-go/pull/763
)
@gaoxinge
-
[
Improve map access concurrency
](
https://github.com/apache/dubbo-go/pull/739
)
[
@skyao
]
(https://github.com/skyao)
-
[
Improve code quantity
](
https://github.com/apache/dubbo-go/pull/763
)
[
@gaoxinge
]
(https://github.com/gaoxinge)
### Bugfixes
### Bugfixes
-
[
Fix etcdv3 lease
](
https://github.com/apache/dubbo-go/pull/738
)
@zhangshen023
-
[
Fix etcdv3 lease
](
https://github.com/apache/dubbo-go/pull/738
)
[
@zhangshen023
]
(https://github.com/zhangshen023)
-
[
Fix rename SethealthChecker to SetHealthChecker
](
https://github.com/apache/dubbo-go/pull/746
)
@watermelo
-
[
Fix rename SethealthChecker to SetHealthChecker
](
https://github.com/apache/dubbo-go/pull/746
)
[
@watermelo
]
(https://github.com/watermelo)
-
[
Fix init config problem in HystrixFilter
](
https://github.com/apache/dubbo-go/pull/731
)
@YGrylls
-
[
Fix init config problem in HystrixFilter
](
https://github.com/apache/dubbo-go/pull/731
)
[
@YGrylls
]
(https://github.com/YGrylls)
-
[
Fix zookeeper listener report error after started
](
https://github.com/apache/dubbo-go/pull/735
)
@wenxuwan
-
[
Fix zookeeper listener report error after started
](
https://github.com/apache/dubbo-go/pull/735
)
[
@wenxuwan
]
(https://github.com/wenxuwan)
Milestone:
[
https://github.com/apache/dubbo-go/milestone/4
](
https://github.com/apache/dubbo-go/milestone/4?closed=1
)
Milestone:
[
https://github.com/apache/dubbo-go/milestone/4
](
https://github.com/apache/dubbo-go/milestone/4?closed=1
)
...
...
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