dependabot[bot] opened a new pull request, #4771: URL: https://github.com/apache/servicecomb-java-chassis/pull/4771
Bumps [com.alibaba.nacos:nacos-client](https://github.com/alibaba/nacos) from 2.4.3 to 2.5.1. <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.5.1 (Mar 11th, 2025)</h2> <p>This version is mainly do some enhancement and fix some bugs from 2.5.0.</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/12823">#12823</a> Randomly generate TokenRefreshWindow for default nacos auth plugin in client. <a href="https://redirect.github.com/alibaba/nacos/issues/13119">#13119</a> Remove old config tag and beta tables, using gray table replaced. <a href="https://redirect.github.com/alibaba/nacos/issues/13122">#13122</a> Add TLS information to connection meta so that server can find client whether open TLS. <a href="https://redirect.github.com/alibaba/nacos/issues/13129">#13129</a> Optimize Client connection parameter configuration to Properties. <a href="https://redirect.github.com/alibaba/nacos/issues/13135">#13135</a> Support callback service listeners anyway when listeners added. <a href="https://redirect.github.com/alibaba/nacos/issues/13138">#13138</a> Enhance invalid parameter transfer during Nacos client get or subscribe service.</p> <h2>BugFix</h2> <p><a href="https://redirect.github.com/alibaba/nacos/issues/12991">#12991</a> Set the correct result status code for Distro protocol data processing exceptions. <a href="https://redirect.github.com/alibaba/nacos/issues/13027">#13027</a> Fix persistent service instance metadata will not be expired after instance deregister. <a href="https://redirect.github.com/alibaba/nacos/issues/13090">#13090</a> Fix V2 openAPI get configuration for specified namespace id. <a href="https://redirect.github.com/alibaba/nacos/issues/13093">#13093</a> Fix missing tansformation of default namespace id in config center. <a href="https://redirect.github.com/alibaba/nacos/issues/13106">#13106</a> Fix TopN config no init config value in server start.</p> <h2>Dependency</h2> <p><a href="https://redirect.github.com/alibaba/nacos/issues/13133">#13133</a> Remove unused common-codec.</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cnzakii"><code>@cnzakii</code></a> made their first contribution in <a href="https://redirect.github.com/alibaba/nacos/pull/13073">alibaba/nacos#13073</a></li> <li><a href="https://github.com/luky116"><code>@luky116</code></a> made their first contribution in <a href="https://redirect.github.com/alibaba/nacos/pull/13137">alibaba/nacos#13137</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/alibaba/nacos/compare/2.5.0...2.5.1">https://github.com/alibaba/nacos/compare/2.5.0...2.5.1</a></p> <h2>2.5.0 (Jan 21th, 2025)</h2> <p>This version mainly introduces the configuration gray history record feature and refactors and optimizes the configuration gray management to enable users to manage configuration releases and gray configurations more efficiently. It is important to note that this update may lead to certain changes in the database table structure used by Nacos, and the first startup after the upgrade may take some time for automatic data migration (this situation only applies to clusters that have used the beta gray feature in older versions).</p> <p>In addition to the above features, this version also includes significant optimizations and bug fixes for several other functions, including but not limited to the following:</p> <ul> <li>Unified client addressing logic and provision of custom extension interfaces.</li> <li>The client will automatically refresh the token when encountering a no-permission status during requests, without waiting for the token to expire.</li> </ul> <p>Please see the details of the changes below:</p> <h1>Change details</h1> <h2>Feature</h2> <p><a href="https://redirect.github.com/alibaba/nacos/issues/12217">#12217</a> Support beta config history. <a href="https://redirect.github.com/alibaba/nacos/issues/12257">#12257</a> client auth plugin support refreshing server list. <a href="https://redirect.github.com/alibaba/nacos/issues/12719">#12719</a> nacos client support refresh access token when request with 403.</p> <h2>Enhancement&Refactor</h2> <p><a href="https://redirect.github.com/alibaba/nacos/issues/11659">#11659</a> Refactor config query to chain of responsibility.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alibaba/nacos/commit/3d2f10b2398411797b6b1501f811dc84bfbcbd2f"><code>3d2f10b</code></a> Merge pull request <a href="https://redirect.github.com/alibaba/nacos/issues/13172">#13172</a> from KomachiSion/develop-upgrade-2.5.1</li> <li><a href="https://github.com/alibaba/nacos/commit/acd5607a69e8d655ef861279307c565704ccc3b6"><code>acd5607</code></a> Upgrade 2.5.1.</li> <li><a href="https://github.com/alibaba/nacos/commit/660a4f4b8821d4530c6b72fde1df40465ef5787b"><code>660a4f4</code></a> Fix <a href="https://redirect.github.com/alibaba/nacos/issues/13027">#13027</a>, persistent service instance changed without metadata event. (<a href="https://redirect.github.com/alibaba/nacos/issues/13169">#13169</a>)</li> <li><a href="https://github.com/alibaba/nacos/commit/c2f15798d76e9260bfcf7ca670e146d8aa4be990"><code>c2f1579</code></a> [ISSUE#12994]Optimize config operation and capacity management. (<a href="https://redirect.github.com/alibaba/nacos/issues/13002">#13002</a>)</li> <li><a href="https://github.com/alibaba/nacos/commit/93bda0f08154dd02053bb66486be82d0e2bf83d9"><code>93bda0f</code></a> update code format. (<a href="https://redirect.github.com/alibaba/nacos/issues/13076">#13076</a>)</li> <li><a href="https://github.com/alibaba/nacos/commit/fa79474dee4a5c89ddfcaa190baa4dc57c235c20"><code>fa79474</code></a> [ISSUE <a href="https://redirect.github.com/alibaba/nacos/issues/13138">#13138</a>] fix processServiceInfo bug (<a href="https://redirect.github.com/alibaba/nacos/issues/13137">#13137</a>)</li> <li><a href="https://github.com/alibaba/nacos/commit/f257fca5f6ee32a5a02ac1d2bf5be496390488fe"><code>f257fca</code></a> [ISSUE#13129] Optimize SDK connection parameter settings. (<a href="https://redirect.github.com/alibaba/nacos/issues/13145">#13145</a>)</li> <li><a href="https://github.com/alibaba/nacos/commit/88f651475ffca40a40ce1ef715daf0434a00f6fd"><code>88f6514</code></a> delete proxy (<a href="https://redirect.github.com/alibaba/nacos/issues/13139">#13139</a>)</li> <li><a href="https://github.com/alibaba/nacos/commit/f03cd12bf7f35585acac00bed9b706f22bfedd65"><code>f03cd12</code></a> Support callback service listeners anyway when listeners added. (<a href="https://redirect.github.com/alibaba/nacos/issues/13136">#13136</a>)</li> <li><a href="https://github.com/alibaba/nacos/commit/e6f46f0000d086e077ae79af408181187c77aa69"><code>e6f46f0</code></a> remove common-codec (<a href="https://redirect.github.com/alibaba/nacos/issues/13133">#13133</a>)</li> <li>Additional commits viewable in <a href="https://github.com/alibaba/nacos/compare/2.4.3...2.5.1">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: commits-unsubscr...@servicecomb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org