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/12/02 06:47:00 UTC

[PR] Bump com.alibaba.nacos:nacos-client from 2.2.4 to 2.3.0 [servicecomb-java-chassis]

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

   Bumps [com.alibaba.nacos:nacos-client](https://github.com/alibaba/nacos) from 2.2.4 to 2.3.0.
   <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.3.0 (Nov 30, 2023)</h2>
   <p>This version is mainly based on <code>2.3.0-BETA</code> and has been partially optimized and repaired after more than a month of testing.</p>
   <p>The mainly changes same with <a href="https://github.com/alibaba/nacos/releases/tag/2.3.0-BETA">2.3.0-BETA</a>, can review the changelogs of <a href="https://github.com/alibaba/nacos/releases/tag/2.3.0-BETA">2.3.0-BETA</a>.</p>
   <p>Additional, 2.3.0 version support register and deregister persistent instance by Grpc based on <code>ability negotiations</code> feature in 2.3.0-BETA.</p>
   <p>And other additional changes focus on enhancements and bugs fix.</p>
   <p>Detail see:</p>
   <h2>Feature</h2>
   <p><a href="https://redirect.github.com/alibaba/nacos/issues/11393">#11393</a> Support register or deregister persistent instance by grpc.</p>
   <h2>Enhancement&amp;Refactor</h2>
   <p><a href="https://redirect.github.com/alibaba/nacos/issues/11275">#11275</a> Enhance console ui deploy, show more information like <code>mode</code>.
   <a href="https://redirect.github.com/alibaba/nacos/issues/11298">#11298</a> Strip groupNamePrefix of instance serviceName at register or deregister.
   <a href="https://redirect.github.com/alibaba/nacos/issues/11310">#11310</a> Simplify the validate method for serviceinfo.
   <a href="https://redirect.github.com/alibaba/nacos/issues/11342">#11342</a> Simplify BatchDeregister instances conditions to ip and port.
   <a href="https://redirect.github.com/alibaba/nacos/issues/11343">#11343</a> Simplified parameters checker control logic.
   <a href="https://redirect.github.com/alibaba/nacos/issues/11352">#11352</a> Refactor topN logic to enhance memory usage and accuracy.</p>
   <h2>BugFix</h2>
   <p><a href="https://redirect.github.com/alibaba/nacos/issues/10353">#10353</a> Handling DataIntegrityViolationException and DuplicateKeyException together.
   <a href="https://redirect.github.com/alibaba/nacos/issues/11299">#11299</a> Fix console ui auth pagination failure.
   <a href="https://redirect.github.com/alibaba/nacos/issues/11382">#11382</a> Fix console ui listening query pagination failure.
   <a href="https://redirect.github.com/alibaba/nacos/issues/11384">#11384</a> Fix console ui comparing configuration failure.
   <a href="https://redirect.github.com/alibaba/nacos/issues/11390">#11390</a> Fix Config EncryptionPluginService order problem.
   <a href="https://redirect.github.com/alibaba/nacos/issues/11442">#11442</a> Fix listen configuration check failed without namespace.</p>
   <h2>Dependency</h2>
   <p><a href="https://redirect.github.com/alibaba/nacos/issues/11216">#11216</a> Declare httpcore as direct dependency to fix avoid conflict.
   <a href="https://redirect.github.com/alibaba/nacos/issues/11396">#11396</a> Upgrade jackson same with spring boot dependency.
   <a href="https://redirect.github.com/alibaba/nacos/issues/11439">#11439</a> Upgrade some UI component to solve security problem.</p>
   <h2>2.3.0-BETA (Oct 19, 2023)</h2>
   <p>This version is an important version which include some large changes, so release this pre-release beta version first.</p>
   <p>The first main change is support config change hook plugin and control plugin, which it can be extend to pre-check config reformat, change audit, capacity limits, antifragility and notify changes according users need.</p>
   <p>The second main change is do many refactor for datasource plugin and module loader. One is make plugin can support more datasource easier and the other will make some user can only open one of feature to save more memory.</p>
   <p>The third main change is to support ability negotiations between server and clients, which is an important feature to make nacos smoother compatibility with subsequent features.</p>
   <p>The other important changes include: validate most of request parameters, support ssl for grpc connection, many usage enhancement for console ui and bug fix.</p>
   <p>Detail see:</p>
   <h2>feature</h2>
   <p><a href="https://redirect.github.com/alibaba/nacos/issues/5698">#5698</a> Support nacos control plugin.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/alibaba/nacos/commit/8ac6c84a583e1be3a0743dfc5b40377d8b2eac9c"><code>8ac6c84</code></a> Merge pull request <a href="https://redirect.github.com/alibaba/nacos/issues/11452">#11452</a> from alibaba/develop</li>
   <li><a href="https://github.com/alibaba/nacos/commit/7b51777eeceacd26df8a3d3d39b120e586b1a0bf"><code>7b51777</code></a> Upgrade to 2.3.0 (<a href="https://redirect.github.com/alibaba/nacos/issues/11444">#11444</a>)</li>
   <li><a href="https://github.com/alibaba/nacos/commit/99295f88462186a326e950743bb09be0d2a372b6"><code>99295f8</code></a> 长轮询参数校验逻辑,修复不存在的空命名空间配置校验失败bug (<a href="https://redirect.github.com/alibaba/nacos/issues/11442">#11442</a>)</li>
   <li><a href="https://github.com/alibaba/nacos/commit/bb7a6ce50623f9b8de51d46a3bbf1f414b42a339"><code>bb7a6ce</code></a> Upgrade UI dependencies to fix some problem. (<a href="https://redirect.github.com/alibaba/nacos/issues/11439">#11439</a>)</li>
   <li><a href="https://github.com/alibaba/nacos/commit/2151756dd42dcbb7a3cdc5274f29dacd082a400d"><code>2151756</code></a> Develop fill ut common (<a href="https://redirect.github.com/alibaba/nacos/issues/11436">#11436</a>)</li>
   <li><a href="https://github.com/alibaba/nacos/commit/93cc842c903487a2df6bd8f10cbd1027c67a7891"><code>93cc842</code></a> feat(<a href="https://redirect.github.com/alibaba/nacos/issues/11393">#11393</a>): support register or deregister persistent instance by grpc in 2...</li>
   <li><a href="https://github.com/alibaba/nacos/commit/b50ccb0b159347f18a5bdf9d0bfc4329f4ce91af"><code>b50ccb0</code></a> <a href="https://redirect.github.com/alibaba/nacos/issues/11250">alibaba/nacos#11250</a> (<a href="https://redirect.github.com/alibaba/nacos/issues/11251">#11251</a>)</li>
   <li><a href="https://github.com/alibaba/nacos/commit/736948f4956db836a3188177745138ed7ad5504a"><code>736948f</code></a> fix auth plugin Page (<a href="https://redirect.github.com/alibaba/nacos/issues/11300">#11300</a>)</li>
   <li><a href="https://github.com/alibaba/nacos/commit/7803e335749fcdc929f56af6a80f1772ee09e984"><code>7803e33</code></a> get retained instances only based on ip and port checking (<a href="https://redirect.github.com/alibaba/nacos/issues/11342">#11342</a>)</li>
   <li><a href="https://github.com/alibaba/nacos/commit/44b0891d16aea49807c51bc5a37add6ee1a3ed6c"><code>44b0891</code></a> [ISSUE <a href="https://redirect.github.com/alibaba/nacos/issues/11414">#11414</a>]Optimize ServiceInfo.validate() to reduce memory usage (<a href="https://redirect.github.com/alibaba/nacos/issues/11415">#11415</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/alibaba/nacos/compare/2.2.4...2.3.0">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.4&new-version=2.3.0)](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-unsubscribe@servicecomb.apache.org

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


Re: [PR] Bump com.alibaba.nacos:nacos-client from 2.2.4 to 2.3.0 [servicecomb-java-chassis]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #4081:
URL: https://github.com/apache/servicecomb-java-chassis/pull/4081#issuecomment-1866209970

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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 com.alibaba.nacos:nacos-client from 2.2.4 to 2.3.0 [servicecomb-java-chassis]

Posted by "liubao68 (via GitHub)" <gi...@apache.org>.
liubao68 closed pull request #4081: Bump com.alibaba.nacos:nacos-client from 2.2.4 to 2.3.0
URL: https://github.com/apache/servicecomb-java-chassis/pull/4081


-- 
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