dependabot[bot] opened a new pull request, #4580: URL: https://github.com/apache/servicecomb-java-chassis/pull/4580
Bumps [com.alibaba.nacos:nacos-client](https://github.com/alibaba/nacos) from 2.4.2 to 2.4.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/alibaba/nacos/releases">com.alibaba.nacos:nacos-client's releases</a>.</em></p> <blockquote> <h2>2.4.3 (Oct 12th, 2024)</h2> <p>This version primarily enhances to support for gRPC request timeout parameters in the Nacos client, and dynamically displays the configuration history retention period.</p> <p>It also fixes several issues related to client modularization, login, and log configuration, and upgrades multiple dependencies to solve dependent security concerns.</p> <p>Please see the details of the changes below:</p> <h1>Change details</h1> <h2>Enhancement&Refactor</h2> <p><a href="https://redirect.github.com/alibaba/nacos/issues/12103">#12103</a> Enhance nacos client to support grpc request timeout param. <a href="https://redirect.github.com/alibaba/nacos/issues/12614">#12614</a> Display the number of days to retain the configuration history dynamically on the console. <a href="https://redirect.github.com/alibaba/nacos/issues/12716">#12716</a> Refactor grpc server request handler.</p> <h2>BugFix</h2> <p><a href="https://redirect.github.com/alibaba/nacos/issues/12551">#12551</a> Fix client modularity problem. <a href="https://redirect.github.com/alibaba/nacos/issues/12625">#12625</a> Fix namespace query SQL problem for no MySQL datasource. <a href="https://redirect.github.com/alibaba/nacos/issues/12670">#12670</a> Fix can't login when domain like 'register.nacos.com' in console. <a href="https://redirect.github.com/alibaba/nacos/issues/12668">#12668</a> Fix Control Plugin log configuration problem. <a href="https://redirect.github.com/alibaba/nacos/issues/12682">#12682</a> Fix nacos client log4j async append configuration problem.</p> <h2>Dependency</h2> <p><a href="https://redirect.github.com/alibaba/nacos/issues/12708">#12708</a> Bump commons-io:commons-io from 2.7 to 2.14.0 <a href="https://redirect.github.com/alibaba/nacos/issues/12673">#12673</a> Bump com.google.protobuf:protobuf-java from 3.22.3 to 3.25.5.</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/xiebin123456"><code>@xiebin123456</code></a> made their first contribution in <a href="https://redirect.github.com/alibaba/nacos/pull/12693">alibaba/nacos#12693</a></li> <li><a href="https://github.com/juhuan"><code>@juhuan</code></a> made their first contribution in <a href="https://redirect.github.com/alibaba/nacos/pull/12671">alibaba/nacos#12671</a></li> <li><a href="https://github.com/luxiao0000"><code>@luxiao0000</code></a> made their first contribution in <a href="https://redirect.github.com/alibaba/nacos/pull/12696">alibaba/nacos#12696</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/alibaba/nacos/compare/2.4.2.1...2.4.3">https://github.com/alibaba/nacos/compare/2.4.2.1...2.4.3</a></p> <h2>2.4.2.1</h2> <p>This version mainly fix namespace query interface bug for derby storage of 2.4.2</p> <p>Detail see:</p> <h2>BugFix</h2> <p><a href="https://redirect.github.com/alibaba/nacos/issues/12659">#12659</a> fix derby usage filed</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alibaba/nacos/commit/f4f8b189cf16186669de5b692d43630ed2c3fda2"><code>f4f8b18</code></a> Upgrade to 2.4.3. (<a href="https://redirect.github.com/alibaba/nacos/issues/12722">#12722</a>)</li> <li><a href="https://github.com/alibaba/nacos/commit/d712ee531b3010b76d2b94a963b1d06649a02688"><code>d712ee5</code></a> grpc invoke source refactor (<a href="https://redirect.github.com/alibaba/nacos/issues/12716">#12716</a>)</li> <li><a href="https://github.com/alibaba/nacos/commit/ec3437740ce357202ef63347c21daeb49fdbd685"><code>ec34377</code></a> Bump com.google.protobuf:protobuf-java from 3.22.3 to 3.25.5 (<a href="https://redirect.github.com/alibaba/nacos/issues/12673">#12673</a>)</li> <li><a href="https://github.com/alibaba/nacos/commit/85f89bc75b0a09d3d5106486642931678b2486bd"><code>85f89bc</code></a> [issues#12551] nacos-client modularity problem (<a href="https://redirect.github.com/alibaba/nacos/issues/12696">#12696</a>)</li> <li><a href="https://github.com/alibaba/nacos/commit/55edc5bce395aa5c103d264ffa3244711e22f63d"><code>55edc5b</code></a> Bump commons-io:commons-io from 2.7 to 2.14.0 (<a href="https://redirect.github.com/alibaba/nacos/issues/12708">#12708</a>)</li> <li><a href="https://github.com/alibaba/nacos/commit/7ce85a174dbb10655fff675ad6e190fdc3ff5026"><code>7ce85a1</code></a> [Issue#12614] Display the number of days to retain the configuration history ...</li> <li><a href="https://github.com/alibaba/nacos/commit/33ae0580251ceb915a3d7f1d89858ffbffef7a1e"><code>33ae058</code></a> fix: can't login when domain like 'register.nacos.com', ie. contains register...</li> <li><a href="https://github.com/alibaba/nacos/commit/5aade0dd2a628c700c42e92c6cf53969d932e5b2"><code>5aade0d</code></a> fix log4j2 config file logger async-remote to async_remote (<a href="https://redirect.github.com/alibaba/nacos/issues/12693">#12693</a>)</li> <li><a href="https://github.com/alibaba/nacos/commit/76294a41fe6b12de1f897cb4f5a2a4d9e203bd01"><code>76294a4</code></a> control plugin log fix (<a href="https://redirect.github.com/alibaba/nacos/issues/12669">#12669</a>)</li> <li><a href="https://github.com/alibaba/nacos/commit/077750b8251d51b3eba3db401d3e26f656c1bb23"><code>077750b</code></a> Fix upload artifacts version (<a href="https://redirect.github.com/alibaba/nacos/issues/12661">#12661</a>)</li> <li>Additional commits viewable in <a href="https://github.com/alibaba/nacos/compare/2.4.2...2.4.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
