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
1763e511
Commit
1763e511
authored
3 years ago
by
zhaoyunxing
Browse files
Options
Downloads
Patches
Plain Diff
up change log
parent
826f5259
No related branches found
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
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
CHANGE.md
+23
-14
23 additions, 14 deletions
CHANGE.md
with
24 additions
and
14 deletions
.gitignore
+
1
−
0
View file @
1763e511
...
...
@@ -38,3 +38,4 @@ config_center/apollo/mockDubbog.properties.json
.*.sw?
/license-header-checker-linux/
/license-header-checker-linux.zip
*.log
This diff is collapsed.
Click to expand it.
CHANGE.md
+
23
−
14
View file @
1763e511
...
...
@@ -3,24 +3,33 @@
## 1.5.7
###
Enhancement
-
[
F
tr
:
e
nable filter and cluster when client consumer provider directly
](
https://github.com/apache/dubbo-go/pull/1181
)
-
[
c
hange client_pool
](
https://github.com/apache/dubbo-go/pull/1171
)
-
[
n
acos for service_discovery support namespace
](
https://github.com/apache/dubbo-go/pull/1127
)
-
[
f
eat:
f
ormat use gofumpt
](
https://github.com/apache/dubbo-go/pull/1121
)
###
New Features
-
[
F
eature
:
E
nable filter and cluster when client consumer provider directly
](
https://github.com/apache/dubbo-go/pull/1181
)
-
[
Feature: C
hange client_pool
](
https://github.com/apache/dubbo-go/pull/1171
)
-
[
Feature: N
acos for service_discovery support namespace
](
https://github.com/apache/dubbo-go/pull/1127
)
-
[
F
eat
ure
:
F
ormat use gofumpt
](
https://github.com/apache/dubbo-go/pull/1121
)
-
[
Feature: Add some log when the router.Route return empty invokers
](
https://github.com/apache/dubbo-go/pull/1158
)
-
[
Feature: Added more event distribution types and improved event distribution mechanism for 1.5
](
https://github.com/apache/dubbo-go/pull/1405
)
### Enhancement
-
[
Enhancement: remove zk test in 1.5
](
https://github.com/apache/dubbo-go/pull/1363
)
-
[
Enhancement: Change ServiceName like Java Style on Nacos for 1.5
](
https://github.com/apache/dubbo-go/pull/1377
)
-
[
Enhancement: feat(getty): upgrade getty version to 1.4.5 for dubbo-go 1.5
](
https://github.com/apache/dubbo-go/pull/1378
)
### Bugfixes
-
[
modify map use in nacos service_discovery; Fix issue-1165
](
https://github.com/apache/dubbo-go/pull/1169
)
-
[
f
ix: issue #1151 - router from CONF_ROUTER_FILE_PATH doesn't take affect
](
https://github.com/apache/dubbo-go/pull/1176
)
-
[
Fix:
modify map use in nacos service_discovery; Fix issue-1165
](
https://github.com/apache/dubbo-go/pull/1169
)
-
[
F
ix: issue #1151 - router from CONF_ROUTER_FILE_PATH doesn't take affect
](
https://github.com/apache/dubbo-go/pull/1176
)
-
[
Fix: delete a service provider when using k8s hpa
](
https://github.com/apache/dubbo-go/pull/1154
)
-
[
fix panic: sync: negative WaitGroup counter
](
https://github.com/apache/dubbo-go/pull/1129
)
### Dependencies
-
[
upgrade nacos version
](
https://github.com/apache/dubbo-go/pull/1116
)
-
[
Fix: panic: sync: negative WaitGroup counter
](
https://github.com/apache/dubbo-go/pull/1129
)
-
[
Fix: the black list bug and make ConnCheckRouter work well
](
https://github.com/apache/dubbo-go/pull/1287
)
-
[
Fix: deadlock
](
https://github.com/apache/dubbo-go/pull/1314
)
-
[
Fix: struct2MapAll logics
](
https://github.com/apache/dubbo-go/pull/1356
)
-
[
Fix: nacos unit test runs incorrectly in some cases
](
https://github.com/apache/dubbo-go/pull/1374
)
-
[
Fix: ut, replace, hash problem
](
https://github.com/apache/dubbo-go/pull/1376
)
-
[
Fix: the exception when tcp timeout is less than 1s for 1.5
](
https://github.com/apache/dubbo-go/pull/1388
)
Milestone:
-
[
https://github.com/apache/dubbo-go/milestone/11
](
https://github.com/apache/dubbo-go/milestone/1
1
?closed=1
)
###
Milestone:
-
[
https://github.com/apache/dubbo-go/milestone/1
5?closed=
1
](
https://github.com/apache/dubbo-go/milestone/1
5
?closed=1
)
## 1.5.6
...
...
@@ -62,7 +71,7 @@ Milestone:
-
[
Bump dubbo-go-hessian2 from v1.9.0-rc1 to v1.9.1
](
https://github.com/apache/dubbo-go/pull/1088/files
)
-
[
Bump github.com/nacos-group/nacos-sdk-go from 1.0.5 to v1.0.7
](
https://github.com/apache/dubbo-go/pull/1106
)
Milestone:
###
Milestone:
-
[
https://github.com/apache/dubbo-go/milestone/7
](
https://github.com/apache/dubbo-go/milestone/7?closed=1
)
-
[
https://github.com/apache/dubbo-go/milestone/10
](
https://github.com/apache/dubbo-go/milestone/10?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