You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/06/26 08:02:29 UTC

[GitHub] [servicecomb-java-chassis] dependabot[bot] opened a new pull request, #3842: Bump nacos-client from 2.2.3 to 2.2.4

dependabot[bot] opened a new pull request, #3842:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3842

   Bumps [nacos-client](https://github.com/alibaba/nacos) from 2.2.3 to 2.2.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/alibaba/nacos/releases">nacos-client's releases</a>.</em></p>
   <blockquote>
   <h2>2.2.4 (June 20th, 2023) (Client Only)</h2>
   <p>This release only include client part, the server part is same as <code>2.2.3</code>, please directly use <code>2.2.3</code> version server.</p>
   <p>In this release, nacos client fix leak of memory and OOM problem in some extremely rare usage and situation:</p>
   <ol>
   <li>Frequently create new <code>ConfigService</code> and shutdown old one in Application <a href="https://redirect.github.com/alibaba/nacos/issues/10555">#10555</a>.</li>
   <li>Frequently create new <code>NamingService</code> and shutdown old one in Application <a href="https://redirect.github.com/alibaba/nacos/issues/10606">#10606</a>.</li>
   <li>Frequently publish new config by <code>ConfigService</code> in Application <a href="https://redirect.github.com/alibaba/nacos/issues/10471">#10471</a>.</li>
   </ol>
   <p>If no these extremely rare situation, the old version still no risk.</p>
   <p>And for other situation, If use the <code>addressServer</code> to find out the nacos server addresses. One Enhancement to loadbalance the grpc connection in this release: <a href="https://redirect.github.com/alibaba/nacos/issues/10598">#10598</a> to random the first choice server address of nacos.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/alibaba/nacos/commit/45e155f0bc09d5a99070f693613b3c1a5564f00e"><code>45e155f</code></a> Upgrade to 2.2.4</li>
   <li><a href="https://github.com/alibaba/nacos/commit/6be55c0939eea46b9634bc3998df01b7feb92878"><code>6be55c0</code></a> replace nacos cache with guava cache  (<a href="https://redirect.github.com/alibaba/nacos/issues/10674">#10674</a>)</li>
   <li><a href="https://github.com/alibaba/nacos/commit/17adce23c5338965d407e90e6f0d717d9d284dc3"><code>17adce2</code></a> [ISSUE <a href="https://redirect.github.com/alibaba/nacos/issues/10598">#10598</a>] Fix nacos-client get the wrong index of the nacos server list ...</li>
   <li><a href="https://github.com/alibaba/nacos/commit/7ddb334264eda5f20841703041578f5430795de1"><code>7ddb334</code></a> fix  naming memory leak (<a href="https://redirect.github.com/alibaba/nacos/issues/10606">#10606</a>)</li>
   <li><a href="https://github.com/alibaba/nacos/commit/bbeb069ac31b35e289ddeaa98adeb0d2b959b016"><code>bbeb069</code></a> 1. notify thread change to one thread to avoid potential ClassLoader switch e...</li>
   <li><a href="https://github.com/alibaba/nacos/commit/bb6c070b91aac381bfc2fdfc3eb77e6c1a4e5d62"><code>bb6c070</code></a> For checkstyle.</li>
   <li><a href="https://github.com/alibaba/nacos/commit/3d43954065060cb3c41d707754d37d38e5a07316"><code>3d43954</code></a> Fix unit test.</li>
   <li>See full diff in <a href="https://github.com/alibaba/nacos/compare/2.2.3...2.2.4">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.alibaba.nacos:nacos-client&package-manager=maven&previous-version=2.2.3&new-version=2.2.4)](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 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-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump nacos-client from 2.2.3 to 2.2.4 [servicecomb-java-chassis]

Posted by "shoothzj (via GitHub)" <gi...@apache.org>.
shoothzj merged PR #3842:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3842


-- 
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-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump nacos-client from 2.2.3 to 2.2.4 [servicecomb-java-chassis]

Posted by "shoothzj (via GitHub)" <gi...@apache.org>.
shoothzj commented on PR #3842:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3842#issuecomment-1828890093

   @dependabot rebase


-- 
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-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org