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


   Bumps 
[github.com/alibaba/sentinel-golang](https://github.com/alibaba/sentinel-golang)
 from 1.0.2 to 1.0.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/alibaba/sentinel-golang/releases";>github.com/alibaba/sentinel-golang's
 releases</a>.</em></p>
   <blockquote>
   <h2>v1.0.4</h2>
   <h3>Features / Enhancements</h3>
   <ul>
   <li>Add metric exporter abstraction and add Prometheus support (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/pull/382";>#382</a>)</li>
   <li>Add customized probe-num support for half-open recovery of circuit 
breaker (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/pull/428";>#428</a>)</li>
   <li>Disable timestamp cache by default to reduce CPU footprint (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/pull/442";>#442</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix fixed pointer size problem in AtomicBucketWrapArray to support 
32-bit OS (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/pull/429";>#429</a>)</li>
   </ul>
   <h3>Integrations</h3>
   <ul>
   <li>Add Apollo data-source extension (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/issues/444";>#444</a>)</li>
   <li>Polish Sentinel Kubernetes CRD manager/controller with the latest 
controller-runtime API to support Kubernetes 1.22+ (in <a 
href="https://github-redirect.dependabot.com/sentinel-group/sentinel-go-datasource-k8s-crd/pull/3";>sentinel-go-datasource-k8s-crd</a>)</li>
   <li>Upgrade Gin from 1.6.3 to 1.7.0 in <code>pkg/adapters/gin</code> (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/issues/445";>#445</a>)</li>
   </ul>
   <p>Thanks for all contributors: <a 
href="https://github.com/ansiz";><code>@​ansiz</code></a>, <a 
href="https://github.com/Casper-Mars";><code>@​Casper-Mars</code></a>, <a 
href="https://github.com/ecafkoob";><code>@​ecafkoob</code></a>, <a 
href="https://github.com/louyuting";><code>@​louyuting</code></a>, <a 
href="https://github.com/luckyxiaoqiang";><code>@​luckyxiaoqiang</code></a>, <a 
href="https://github.com/sanxun0325";><code>@​sanxun0325</code></a></p>
   <h2>v1.0.3</h2>
   <p>Since this version, the adapter and data-source modules were moved back 
to this repo (under <a 
href="https://github.com/alibaba/sentinel-golang/tree/master/pkg";>pkg</a> 
directory).</p>
   <h3>Features / Enhancements</h3>
   <ul>
   <li>Support extracting &quot;hot-spot&quot; params by key from EntryContext 
attachments (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/pull/376";>#376</a>)</li>
   <li>Record max concurrency in metric logs (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/pull/371";>#371</a>)</li>
   <li>Deprecate the resource-level slot chain for reliability (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/pull/383";>#383</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix LeapArray integer overflow problem on 32-bit platform (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/issues/422";>#422</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Upgrade gopsutil from 3.20.12 to 3.21.6 (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/issues/414";>#414</a>)</li>
   <li>Upgrade nacos-sdk-go to v1.0.8 for Nacos data-source (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/issues/410";>#410</a>)</li>
   </ul>
   <p>Thanks for all contributors: <a 
href="https://github.com/louyuting";><code>@​louyuting</code></a>, <a 
href="https://github.com/sanxun0325";><code>@​sanxun0325</code></a>, <a 
href="https://github.com/liqiangz";><code>@​liqiangz</code></a>, <a 
href="https://github.com/cafra";><code>@​cafra</code></a>, <a 
href="https://github.com/kallydev";><code>@​kallydev</code></a>, <a 
href="https://github.com/tylitianrui";><code>@​tylitianrui</code></a>, <a 
href="https://github.com/daixiang0";><code>@​daixiang0</code></a>, <a 
href="https://github.com/sczyh30";><code>@​sczyh30</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/alibaba/sentinel-golang/commit/ea8c74ff026a264e19ac48fa659975fd7e787030";><code>ea8c74f</code></a>
 dependency: Bump Gin from 1.6.3 to 1.7.0 in pkg/adapters/gin (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/issues/445";>#445</a>)</li>
   <li><a 
href="https://github.com/alibaba/sentinel-golang/commit/257d5b8b14c313f3fe260f69e2024e86e3c2847c";><code>257d5b8</code></a>
 Add Apollo data-source extension (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/issues/444";>#444</a>)</li>
   <li><a 
href="https://github.com/alibaba/sentinel-golang/commit/9eabe9f06b2203771cacb249c6ee48f36ff4f61f";><code>9eabe9f</code></a>
 Add customized probe num support for circuit breaker (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/issues/428";>#428</a>)</li>
   <li><a 
href="https://github.com/alibaba/sentinel-golang/commit/a409ca577204b99c7357a43272e0e3d3d382060e";><code>a409ca5</code></a>
 Disable timestamp cache by default to reduce CPU footprint (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/issues/442";>#442</a>)</li>
   <li><a 
href="https://github.com/alibaba/sentinel-golang/commit/ace810bc3806a848250f39a129a40446b497445c";><code>ace810b</code></a>
 Fix fixed pointer size problem in AtomicBucketWrapArray to support 32-bit OS 
...</li>
   <li><a 
href="https://github.com/alibaba/sentinel-golang/commit/671274f04b3f7ded73120361171b9ecc1a12c5cf";><code>671274f</code></a>
 Fix logging typo in sys_metric_stat.go (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/issues/426";>#426</a>)</li>
   <li><a 
href="https://github.com/alibaba/sentinel-golang/commit/d9b691bcbf66144eb28a7f3ecfac2f25219054a5";><code>d9b691b</code></a>
 Add metric exporter abstraction and add Prometheus support (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/issues/382";>#382</a>)</li>
   <li><a 
href="https://github.com/alibaba/sentinel-golang/commit/194d4be01dfe65559fd95b7ca4896eb6bda0c531";><code>194d4be</code></a>
 Fix LeapArray integer overflow problem on 32-bit platform (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/issues/422";>#422</a>)</li>
   <li><a 
href="https://github.com/alibaba/sentinel-golang/commit/a99057cb095664248ce3579057333a5b0b24788e";><code>a99057c</code></a>
 Add sampleCount zero checking in NewLeapArray func (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/issues/420";>#420</a>)</li>
   <li><a 
href="https://github.com/alibaba/sentinel-golang/commit/d022a912b28b735cbe491335397f6679604a8c8f";><code>d022a91</code></a>
 Optimize code in core/circuitbreaker/rule.go (<a 
href="https://github-redirect.dependabot.com/alibaba/sentinel-golang/issues/417";>#417</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/alibaba/sentinel-golang/compare/v1.0.2...v1.0.4";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/alibaba/sentinel-golang&package-manager=go_modules&previous-version=1.0.2&new-version=1.0.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to