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
5a4a1be8
Commit
5a4a1be8
authored
5 years ago
by
vito.he
Browse files
Options
Downloads
Patches
Plain Diff
Release 1.2.0
parent
381821c6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGE.md
+27
-0
27 additions, 0 deletions
CHANGE.md
go.sum
+0
-4
0 additions, 4 deletions
go.sum
with
27 additions
and
4 deletions
CHANGE.md
+
27
−
0
View file @
5a4a1be8
# Release Notes
## 1.2.0
### New Features
-
Move callService to invoker & support attachments
<https://github.com/apache/dubbo-go/pull/193>
-
Support dynamic config center which compatible with dubbo 2.6.x & 2.7.x and commit the zookeeper impl
<https://github.com/apache/dubbo-go/pull/194>
-
Add service token authorization support
<https://github.com/apache/dubbo-go/pull/202>
-
Add accessLogFilter support
<https://github.com/apache/dubbo-go/pull/214>
-
Delete example in dubbo-go project
<https://github.com/apache/dubbo-go/pull/228>
-
Add tps limit support
<https://github.com/apache/dubbo-go/pull/237>
-
Add execute limit support
<https://github.com/apache/dubbo-go/pull/246>
### Enhancement
-
Split gettyRPCClient.close and gettyRPCClientPool.remove in protocol/dubbo/pool.go
<https://github.com/apache/dubbo-go/pull/186>
-
Remove client from pool before closing it
<https://github.com/apache/dubbo-go/pull/190>
-
Enhance the logic for fetching the local address
<https://github.com/apache/dubbo-go/pull/209>
-
Add protocol_conf default values
<https://github.com/apache/dubbo-go/pull/221>
### Bugfixes
-
GettyRPCClientPool remove deadlock
<https://github.com/apache/dubbo-go/pull/183/files>
-
Fix failover cluster bug and url parameter retries change int to string type
<https://github.com/apache/dubbo-go/pull/195>
-
Fix url params unsafe map
<https://github.com/apache/dubbo-go/pull/201>
-
Read protocol config by map key in config yaml instead of protocol name
<https://github.com/apache/dubbo-go/pull/218>
-
Fix dubbo group issues #238
<https://github.com/apache/dubbo-go/pull/243>
/
<https://github.com/apache/dubbo-go/pull/244>
## 1.1.0
### New Features
...
...
This diff is collapsed.
Click to expand it.
go.sum
+
0
−
4
View file @
5a4a1be8
...
...
@@ -37,8 +37,6 @@ github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190802083043-4cd0c391755e/go.mod
github.com/aliyun/aliyun-oss-go-sdk
v0.0.0-20190307165228-86c17b95fcd5/go.mod h1:
T/Aws4fEfogEE9v+HPhhw+CntffsBHJ8nXQCwKr0/g8=
github.com/apache/dubbo-go-hessian2
v1.2.5-0.20191029001541-894e45c9aaaa h1:
11TO1wiM5bvGAVrmfN5atD8gZqUSPE1TBoIs8sI6Abk=
github.com/apache/dubbo-go-hessian2
v1.2.5-0.20191029001541-894e45c9aaaa/go.mod h1:
LWnndnrFXZmJLAzoyNAPNHSIJ1KOHVkTSsHgC3YYWlo=
github.com/apache/dubbo-go-hessian2
v1.3.0 h1:
ZhQYDm8GHqIp6i53T4ZJHQBN11nAYAjxlwoVznfyvD8=
github.com/apache/dubbo-go-hessian2
v1.3.0/go.mod h1:
LWnndnrFXZmJLAzoyNAPNHSIJ1KOHVkTSsHgC3YYWlo=
github.com/armon/circbuf
v0.0.0-20150827004946-bbbad097214e h1:
QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA=
github.com/armon/circbuf
v0.0.0-20150827004946-bbbad097214e/go.mod h1:
3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
github.com/armon/go-metrics
v0.0.0-20180917152333-f0300d1749da/go.mod h1:
Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
...
...
@@ -104,8 +102,6 @@ github.com/docker/go-connections v0.3.0 h1:3lOnM9cSzgGwx8VfK/NGOW5fLQ0GjIlCkaktF
github.com/docker/go-connections
v0.3.0/go.mod h1:
Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
github.com/docker/go-units
v0.3.3 h1:
Xk8S3Xj5sLGlG5g67hJmYMmUgXv5N4PhkjJHHqrwnTk=
github.com/docker/go-units
v0.3.3/go.mod h1:
fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
github.com/dubbogo/getty
v1.3.0 h1:
GImOCANdts7dlRqi9GMVsZJnfst9EPyjTVTR1AesOD8=
github.com/dubbogo/getty
v1.3.0/go.mod h1:
K4b3MkGLf7T+lMgQNFgpg0dI1Wvv1PTisFs1Psf86kU=
github.com/dubbogo/getty
v1.3.1 h1:
9fehwTo/D6+z6/+kADMbhbKeMkP80o/3g+XwV5lFLTY=
github.com/dubbogo/getty
v1.3.1/go.mod h1:
dtLOEb1v6EMHsQNYRWEACiRLmTWB2kJGUAj1aXayPOg=
github.com/dubbogo/gost
v1.1.1 h1:
JCM7vx5edPIjDA5ovJTuzEEXuw2t7xLyrlgi2mi5jHI=
...
...
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