ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid development of microservices in Java, providing service registration, service discovery, dynamic routing, and service management features
Apache License 2.0
1.91k
stars
814
forks
source link
Bump com.alibaba.nacos:nacos-client from 2.4.2 to 2.4.3 #4580
This version primarily enhances to support for gRPC request timeout parameters in the Nacos client, and dynamically displays the configuration history retention period.
It also fixes several issues related to client modularization, login, and log configuration, and upgrades multiple dependencies to solve dependent security concerns.
Please see the details of the changes below:
Change details
Enhancement&Refactor
#12103 Enhance nacos client to support grpc request timeout param.
#12614 Display the number of days to retain the configuration history dynamically on the console.
#12716 Refactor grpc server request handler.
BugFix
#12551 Fix client modularity problem.
#12625 Fix namespace query SQL problem for no MySQL datasource.
#12670 Fix can't login when domain like 'register.nacos.com' in console.
#12668 Fix Control Plugin log configuration problem.
#12682 Fix nacos client log4j async append configuration problem.
Dependency
#12708 Bump commons-io:commons-io from 2.7 to 2.14.0
#12673 Bump com.google.protobuf:protobuf-java from 3.22.3 to 3.25.5.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps com.alibaba.nacos:nacos-client from 2.4.2 to 2.4.3.
Release notes
Sourced from com.alibaba.nacos:nacos-client's releases.
Commits
f4f8b18
Upgrade to 2.4.3. (#12722)d712ee5
grpc invoke source refactor (#12716)ec34377
Bump com.google.protobuf:protobuf-java from 3.22.3 to 3.25.5 (#12673)85f89bc
[issues#12551] nacos-client modularity problem (#12696)55edc5b
Bump commons-io:commons-io from 2.7 to 2.14.0 (#12708)7ce85a1
[Issue#12614] Display the number of days to retain the configuration history ...33ae058
fix: can't login when domain like 'register.nacos.com', ie. contains register...5aade0d
fix log4j2 config file logger async-remote to async_remote (#12693)76294a4
control plugin log fix (#12669)077750b
Fix upload artifacts version (#12661)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show