You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/12/15 07:11:22 UTC

[GitHub] [servicecomb-java-chassis] dependabot[bot] opened a new pull request, #3527: Bump nacos-client from 2.1.1 to 2.2.0

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

   Bumps [nacos-client](https://github.com/alibaba/nacos) from 2.1.1 to 2.2.0.
   <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.0 (Dec 14, 2022)</h2>
   <p>This version is an important version which include some large changes.</p>
   <p>The first important change is remove the old redundant codes about 1.x naming and double write relative codes. After changed, The 2.2.0 version will can't upgraded from Nacos 1.X server, only can upgraded from at least version 2.0.0. The changes will not effect the adapt for 1.X client request, users can still use 1.X client with 2.2.0 version.</p>
   <p>The second important change is adding several plugins:</p>
   <ul>
   <li>datasource plugin, which added by Asoc 2022 project to support other DBs.</li>
   <li>custom environment plugin, which added by community to handle configurations of Nacos server, such as decrypt database password.</li>
   <li>connection limit plugin, which refactored from old limit module, to extend more abilities to protect Nacos server under high pressure.</li>
   </ul>
   <p>The third important change is to enhance the beta feature <code>Tracing plugin</code> and <code>batch register</code>, which make them more easy to use.</p>
   <p>Detail see:</p>
   <h2>feature</h2>
   <p><a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/5863">#5863</a><a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9331">#9331</a> Support batch register and batch deregister service.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/8308">#8308</a> Add v2 openAPI for nacos 2.0.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/8312">#8312</a> Support datasource plugins.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/8481">#8481</a> Support track tracing plugins.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/8694">#8694</a> Support prometheus http service discovery(prometheus http sd).
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9318">#9318</a> Support caseSentive for Ldap auth plugin.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9366">#9366</a> Support Ldaps authentication.</p>
   <h2>Enhancement&amp;Refactor</h2>
   <p><a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/7930">#7930</a> Reomve old redundant codes about 1.x naming.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9391">#9391</a> Optimization Chooser.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9393">#9393</a> Make server stop auto when starting error.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9414">#9414</a> Optimize fuzzy queries to make SQL more general.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9415">#9415</a><a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9449">#9449</a><a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9466">#9466</a><a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9497">#9497</a> Enhancement datasource plugins.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9423">#9423</a> ExternalDataSourceProperties add isEmpty check to support external config.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9459">#9459</a> Modify the method modifier of NacosApplicationListener to default.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9471">#9471</a> Keep console query condition in configuration After return list config pages.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9597">#9597</a> Keep console query condition in discovery After return list service pages.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9615">#9615</a> Enhance client choose server node to request server more dispersed.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9653">#9653</a> Refactor connection limit module to plugin.</p>
   <h2>BugFix</h2>
   <p><a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9334">#9334</a> Fix group_id data length different in many tables.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9341">#9341</a> Fix can not create bean ldapAuthenticationProvider.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9351">#9351</a> Fix instance count error in prometheus metrics.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9367">#9367</a> Fix auth plugin's property 'token.secret.key' base64 decode error.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9408">#9408</a><a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9437">#9437</a> Fix console namespace list deploy problems.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9461">#9461</a> Fix ClientWorker NullPointer judgement order.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9474">#9474</a> Fix some instance is unhealthy after change to http health check.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9478">#9478</a> Fix the chooser bug when all instances have a zero weight.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9584">#9584</a> Fix console configuration query button overflow hidden problem.
   <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9586">#9586</a> Fix problem of deregister instance failure after service expired metadata auto clean.</p>
   <h2>Dependency</h2>
   <p><a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9652">#9652</a> Upgrade ui dependencies to fix some depend vulnerability.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/alibaba/nacos/commit/38faeea58dfc3d26b4822e48b6c1a7734ab11da5"><code>38faeea</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9707">#9707</a> from alibaba/develop</li>
   <li><a href="https://github.com/alibaba/nacos/commit/0759e78d311f4ca59b980229e4e8b8eccd834a93"><code>0759e78</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9705">#9705</a> from KomachiSion/develop-upgrade-to-2.2.0</li>
   <li><a href="https://github.com/alibaba/nacos/commit/4573705584016c2fdf86721bade1209a3469fc03"><code>4573705</code></a> Upgrade to 2.2.0.</li>
   <li><a href="https://github.com/alibaba/nacos/commit/99ea570e7a02618e26cefa7c7a0f9562b81ffb06"><code>99ea570</code></a> 1.Update 更新Config模块测试用例。 (<a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9687">#9687</a>)</li>
   <li><a href="https://github.com/alibaba/nacos/commit/76df11bc48f74d567f4bc23490dd3f6f0003c26e"><code>76df11b</code></a> fix comment (<a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9695">#9695</a>)</li>
   <li><a href="https://github.com/alibaba/nacos/commit/a7a5ced21af2b51d7eb1544ec78fd2c66e3be16b"><code>a7a5ced</code></a> fix no dataSet when nacos server started (<a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9677">#9677</a>)</li>
   <li><a href="https://github.com/alibaba/nacos/commit/dfcdd391afdfd5bebb46d55577bfabbb71487ffd"><code>dfcdd39</code></a> Add auth for some v2 api. (<a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9671">#9671</a>)</li>
   <li><a href="https://github.com/alibaba/nacos/commit/528574de753081f58482245a773fe8eee811dd5e"><code>528574d</code></a> Upgrade ui dependencies to fix some depend vulnerability. (<a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9652">#9652</a>)</li>
   <li><a href="https://github.com/alibaba/nacos/commit/ccf24a929725d1be98a809b099dc8fbb9e8a27db"><code>ccf24a9</code></a> [ISSUE <a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9471">#9471</a>] 更新搜索参数不会重置 (<a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9649">#9649</a>)</li>
   <li><a href="https://github.com/alibaba/nacos/commit/5be638556368c39d896a75ba89cb5a6bb3216043"><code>5be6385</code></a> polish: reduce magic value of 'NACOS_SERVER_HEADER' (<a href="https://github-redirect.dependabot.com/alibaba/nacos/issues/9663">#9663</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/alibaba/nacos/compare/2.1.1...2.2.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.1.1&new-version=2.2.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 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


[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #3527: Bump nacos-client from 2.1.1 to 2.2.0

Posted by GitBox <gi...@apache.org>.
liubao68 merged PR #3527:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3527


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


[GitHub] [servicecomb-java-chassis] codecov-commenter commented on pull request #3527: Bump nacos-client from 2.1.1 to 2.2.0

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #3527:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3527#issuecomment-1352664570

   # [Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3527?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#3527](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3527?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (0a9b917) into [master](https://codecov.io/gh/apache/servicecomb-java-chassis/commit/c2daccc8b0f5a7a72419ad50ba34aeb7d25e0fef?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (c2daccc) will **increase** coverage by `0.02%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #3527      +/-   ##
   ============================================
   + Coverage     74.37%   74.39%   +0.02%     
     Complexity      670      670              
   ============================================
     Files          1589     1589              
     Lines         39830    39830              
     Branches       3633     3633              
   ============================================
   + Hits          29623    29631       +8     
   + Misses         8727     8718       -9     
   - Partials       1480     1481       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3527?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...cecomb/metrics/core/meter/vertx/EndpointMeter.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3527/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bWV0cmljcy9tZXRyaWNzLWNvcmUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NlcnZpY2Vjb21iL21ldHJpY3MvY29yZS9tZXRlci92ZXJ0eC9FbmRwb2ludE1ldGVyLmphdmE=) | `94.44% <0.00%> (-2.78%)` | :arrow_down: |
   | [...mb/config/ConfigCenterConfigurationSourceImpl.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3527/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHluYW1pYy1jb25maWcvY29uZmlnLWNjL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9zZXJ2aWNlY29tYi9jb25maWcvQ29uZmlnQ2VudGVyQ29uZmlndXJhdGlvblNvdXJjZUltcGwuamF2YQ==) | `10.63% <0.00%> (+1.06%)` | :arrow_up: |
   | [...egistry/client/http/ServiceRegistryClientImpl.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3527/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2VydmljZS1yZWdpc3RyeS9yZWdpc3RyeS1zZXJ2aWNlLWNlbnRlci9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvc2VydmljZXJlZ2lzdHJ5L2NsaWVudC9odHRwL1NlcnZpY2VSZWdpc3RyeUNsaWVudEltcGwuamF2YQ==) | `68.45% <0.00%> (+1.14%)` | :arrow_up: |
   | [...mb/serviceregistry/client/http/RestClientUtil.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3527/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2VydmljZS1yZWdpc3RyeS9yZWdpc3RyeS1zZXJ2aWNlLWNlbnRlci9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvc2VydmljZXJlZ2lzdHJ5L2NsaWVudC9odHRwL1Jlc3RDbGllbnRVdGlsLmphdmE=) | `80.37% <0.00%> (+1.86%)` | :arrow_up: |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


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