You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/10/19 18:53:36 UTC

[GitHub] [dubbo-go-samples] dependabot[bot] opened a new pull request, #445: Build(deps): bump dubbo from 3.0.3 to 3.0.5 in /registry/servicediscovery/zookeeper/java-client

dependabot[bot] opened a new pull request, #445:
URL: https://github.com/apache/dubbo-go-samples/pull/445

   Bumps [dubbo](https://github.com/apache/dubbo) from 3.0.3 to 3.0.5.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/dubbo/releases">dubbo's releases</a>.</em></p>
   <blockquote>
   <h2>dubbo-3.0.5</h2>
   <p>This release focuses on stability improvement of Dubbo3, highlights resilience, performance, triple, service discovery and some other important bugfixes. See <a href="https://github.com/apache/dubbo/milestone/47">milestone 3.0.5</a> for more details.</p>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fix bugs of some registry extensions, including Nacos and Zookeeper.</li>
   <li>Fix bugs reported in the process of Dubbo3 initialization and shutdown</li>
   <li>Fix Async RPC related bugs, including context recovery on thread switch and callback disorder.</li>
   <li>Fix service discovery(application-level ) issues</li>
   </ul>
   <h2>Enhancements</h2>
   <ul>
   <li>Resilience improvement
   <ul>
   <li>Empty address notification protection.</li>
   <li>Automatic blacklist of unhealthy nodes/addresses.</li>
   </ul>
   </li>
   <li>Enhancement of Triple protocol</li>
   <li>Performance tuning, reduce memory allocation</li>
   </ul>
   <h2>Vulnerabilities</h2>
   <ul>
   <li>Upgrade Log4j to 2.17.0 , see <a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9380">apache/dubbo#9380</a> for details</li>
   </ul>
   <h2>dubbo-3.0.4</h2>
   <h1>:star2:Features</h1>
   <ul>
   <li>Add Logger Disabled Option(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8885">#8885</a>)</li>
   <li>Support start module in background(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8869">#8869</a>)</li>
   <li>Support Multi Subscribe for Service Discovery(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8908">#8908</a>)</li>
   <li>Support native for dubbo 3.0.4(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8966">#8966</a>)</li>
   <li>Support streamObserver cancel(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8946">#8946</a>)</li>
   <li>Triple transmission supports message compression(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8817">#8817</a>、<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9018">#9018</a>、<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9021">#9021</a>、<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9032">#9032</a>)</li>
   <li>Support Cache Properties in model field(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9025">#9025</a>)</li>
   <li>Support run dubbo native projects with maven plugin(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8970">#8970</a>)</li>
   <li>Add onlyExtensionClassLoaderPackages support for ExtensionLoader(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9061">#9061</a>)</li>
   </ul>
   <h1>🐞 BugFixs</h1>
   <ul>
   <li>Fix appendAttribute key(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8847">#8847</a>)</li>
   <li>Fix RpcContext duplicated override(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8842">#8842</a>)</li>
   <li>Fix StringIndexOutOfBoundsException at addParam()(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8799">#8799</a>)</li>
   <li>Add invocation null check at decode(Channel, InputStream)(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8812">#8812</a>)</li>
   <li>Fix destroy IllegalStateException and doOverrideIfNecessary NPE(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8768">#8768</a>)</li>
   <li>Add zookeeper node data created event check(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8833">#8833</a>)</li>
   <li>Fix:When using multiple protocols and having port specified, service can not be started.(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8769">#8769</a>)</li>
   <li>Fix urlInvokerMap concurrent access issue(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8701">#8701</a>)</li>
   <li>Fix Deployer State for delay injected bean(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8867">#8867</a>)</li>
   <li>ZookeeperRegistry CountDownLatch should be release and add some UT (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8870">#8870</a>)</li>
   <li>Fix serialVersionUID(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8852">#8852</a>)</li>
   <li>Fix concurrent bean creation error(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8883">#8883</a>)</li>
   <li>Recover Servlet Page API(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8884">#8884</a>)</li>
   <li>Fix CountDownLatch not being released(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8878">#8878</a>)</li>
   <li>Fix when subscribing, the check configuration section is unavailable(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8879">#8879</a>)</li>
   <li>Fix Class.forName when publish ServiceDefinition(<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8894">#8894</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/dubbo/commit/2759f386b1c91f284d2afbb478b6a1943885ce65"><code>2759f38</code></a> try moving finally block (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9496">#9496</a>)</li>
   <li><a href="https://github.com/apache/dubbo/commit/098787a4ef95c53f43f2130c90995cbf4c8e732f"><code>098787a</code></a> fix async call issues, rpc context and response future callback race conditio...</li>
   <li><a href="https://github.com/apache/dubbo/commit/8f5b905683b8d1cb40f4ca12ff882a0194457197"><code>8f5b905</code></a> bump version to 3.0.5</li>
   <li><a href="https://github.com/apache/dubbo/commit/10aaa0f4c68a34f421276939f15641746ddc1719"><code>10aaa0f</code></a> save url attributes on initialization (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9467">#9467</a>)</li>
   <li><a href="https://github.com/apache/dubbo/commit/c2b630340404f3dee3d4292692ff3234ae7ca545"><code>c2b6303</code></a> Passing parameters down directly from Protocol to Remoting components. (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9453">#9453</a>)</li>
   <li><a href="https://github.com/apache/dubbo/commit/3d7557b0c44a5cfb84af8bd6cee0cb11407443b7"><code>3d7557b</code></a> Adjust the way to obtain codec extension (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9442">#9442</a>)</li>
   <li><a href="https://github.com/apache/dubbo/commit/74ae5bf80b5d72181449024bb8aef94f1ff722a5"><code>74ae5bf</code></a> upgrade log4j2 version to 2.17.0 (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9443">#9443</a>)</li>
   <li><a href="https://github.com/apache/dubbo/commit/3dac257e8e42f480d4e8dbf61ac9735f0ad70e4e"><code>3dac257</code></a> upgrade log4j2 version to 2.16.0 (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9434">#9434</a>)</li>
   <li><a href="https://github.com/apache/dubbo/commit/c7c5af3d156a6c369378a43f1a92b5e841ba31b5"><code>c7c5af3</code></a> fix when consumer shutdown occurs npe (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9409">#9409</a>)</li>
   <li><a href="https://github.com/apache/dubbo/commit/4599ed438d76d3508541a951793f55f7451c58f5"><code>4599ed4</code></a> Add instance url scopeModel (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9290">#9290</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/dubbo/compare/dubbo-3.0.3...dubbo-3.0.5">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.dubbo:dubbo&package-manager=maven&previous-version=3.0.3&new-version=3.0.5)](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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/dubbo-go-samples/network/alerts).
   
   </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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] AlexStocks merged pull request #445: Build(deps): bump dubbo from 3.0.3 to 3.0.5 in /registry/servicediscovery/zookeeper/java-client

Posted by GitBox <gi...@apache.org>.
AlexStocks merged PR #445:
URL: https://github.com/apache/dubbo-go-samples/pull/445


-- 
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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org