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/12/12 18:09:14 UTC

[GitHub] [dubbo-go-samples] dependabot[bot] opened a new pull request, #474: Build(deps): bump github.com/seata/seata-go from 0.1.0-rc1 to 1.0.2-rc2

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

   Bumps [github.com/seata/seata-go](https://github.com/seata/seata-go) from 0.1.0-rc1 to 1.0.2-rc2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/seata/seata-go/releases">github.com/seata/seata-go's releases</a>.</em></p>
   <blockquote>
   <h2>v1.0.2-rc2</h2>
   <p>Seata-go 1.0.2-RC2 Released.</p>
   <p>Seata-go is an easy-to-use, high-performance, open source distributed transaction solution.</p>
   <p>The version is updated as follows:</p>
   <h3>feature:</h3>
   <ul>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/190">#190</a>] add TCC branch report</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/158">#158</a>] TCC mode supports grpc call</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/213">#213</a>] support data source proxy function</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/240">#240</a>] add undo log manager delete</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/243">#243</a>] add update sql parser</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/191">#191</a>] add fence for TCC, and add fence sample in TCC local mode</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/264">#264</a>] add update sql parser and remove tidb parser</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/280">#280</a>] TCC supports http calling</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/245">#245</a>] support hasLogTable logic</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/288">#288</a>] add MySQL update SQL undo log builder</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/296">#296</a>] add MySQL delete SQL undo log builder</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/303">#303</a>] add sync worker</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/289">#289</a>] add MySQL update SQL after undo log builder</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/294">#294</a>] add MySQL table meta query</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/309">#309</a>] init compressor type</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/301">#301</a>] add MySQL multi SQL undo log builder</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/321">#321</a>] add deflate compress</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/324">#324</a>] add LZ4 compressor</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/327">#327</a>] add zstd compressor</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/322">#322</a>] add gzip compressor</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/307">#307</a>] add flush undo log</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/329">#329</a>] add zip compressor</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/325">#325</a>] add MySQL multi update SQL undo log builder</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/330">#330</a>] add MySQL multi delete SQL undo log builder</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/319">#319</a>] add select for update</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/320">#320</a>] add undo logic</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/337">#337</a>] add insert undo log</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/355">#355</a>] support judging the number of undo log storage fields according to the configuration</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/365">#365</a>] do dirty data check before rolling back AT</li>
   </ul>
   <h3>bugfix:</h3>
   <ul>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/176">#176</a>] fix unit test bug of message</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/237">#237</a>] fix the bug of registering resources when executing the OpenConnector function</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/230">#230</a>] fix the bug of remote asynchronous call infinite loop</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/258">#258</a>] fix global transation time out bug</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/263">#263</a>] fix mock bug</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/326">#326</a>] fix fanout test data race</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/350">#350</a>] fix panic bug</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/359">#359</a>] fix insert undo log bug</li>
   <li>[<a href="https://github-redirect.dependabot.com/seata/seata-go/pull/368">#368</a>] fix AT rollback sample bug</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/seata/seata-go/blob/master/CHANGELOG.md">github.com/seata/seata-go's changelog</a>.</em></p>
   <blockquote>
   <h1>Release Notes</h1>
   <hr />
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/seata/seata-go/commit/fb92a142b950f93b556598c346be27947301bb4d"><code>fb92a14</code></a> feature:build undo log by insert target SQL (<a href="https://github-redirect.dependabot.com/seata/seata-go/issues/333">#333</a>)</li>
   <li><a href="https://github.com/seata/seata-go/commit/48bf28952d3cec6724ed1e23b5e2d22653561ab7"><code>48bf289</code></a> feat: support for propagation of global transactions (<a href="https://github-redirect.dependabot.com/seata/seata-go/issues/262">#262</a>)</li>
   <li><a href="https://github.com/seata/seata-go/commit/52eafdae471702d222937284ab2a5a6b5aa11e01"><code>52eafda</code></a> feat:add yml config  (<a href="https://github-redirect.dependabot.com/seata/seata-go/issues/285">#285</a>)</li>
   <li><a href="https://github.com/seata/seata-go/commit/c80bf4c894b9e92b6be019251e64636b4fca9765"><code>c80bf4c</code></a> optimize: simplify to make codes more readable (<a href="https://github-redirect.dependabot.com/seata/seata-go/issues/367">#367</a>)</li>
   <li><a href="https://github.com/seata/seata-go/commit/b1f47f0fc51b55d5177ba397f7b5e15c218466af"><code>b1f47f0</code></a> fix: at sample (<a href="https://github-redirect.dependabot.com/seata/seata-go/issues/374">#374</a>)</li>
   <li><a href="https://github.com/seata/seata-go/commit/ee912f44b4b2cb9f152be6db14f33e53afbc80c9"><code>ee912f4</code></a> doc: update 1.0.2-RC1 change log (<a href="https://github-redirect.dependabot.com/seata/seata-go/issues/370">#370</a>)</li>
   <li><a href="https://github.com/seata/seata-go/commit/c0f47bea5b5cbe7b25181272212737e6b4f2d6d2"><code>c0f47be</code></a> optimize: remove unless function (<a href="https://github-redirect.dependabot.com/seata/seata-go/issues/369">#369</a>)</li>
   <li><a href="https://github.com/seata/seata-go/commit/78b8f647fa1ebc78126f0bd294a37eb609806ac4"><code>78b8f64</code></a> doc: v1.0.2-RC1 release file (<a href="https://github-redirect.dependabot.com/seata/seata-go/issues/338">#338</a>)</li>
   <li><a href="https://github.com/seata/seata-go/commit/f4251b5ba8b2faac5d1d36def54018b687987527"><code>f4251b5</code></a> add data check before rollbeck (<a href="https://github-redirect.dependabot.com/seata/seata-go/issues/366">#366</a>)</li>
   <li><a href="https://github.com/seata/seata-go/commit/ea8eb191a653874351f02318ff1e43cb73bb6d5f"><code>ea8eb19</code></a> Fix decode image(<a href="https://github-redirect.dependabot.com/seata/seata-go/issues/365">#365</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/seata/seata-go/compare/v0.1.0-rc1...v1.0.2-rc2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/seata/seata-go&package-manager=go_modules&previous-version=0.1.0-rc1&new-version=1.0.2-rc2)](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: 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] dependabot[bot] commented on pull request #474: Build(deps): bump github.com/seata/seata-go from 0.1.0-rc1 to 1.0.2-rc2

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #474:
URL: https://github.com/apache/dubbo-go-samples/pull/474#issuecomment-1353007775

   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: 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 closed pull request #474: Build(deps): bump github.com/seata/seata-go from 0.1.0-rc1 to 1.0.2-rc2

Posted by GitBox <gi...@apache.org>.
AlexStocks closed pull request #474: Build(deps): bump github.com/seata/seata-go from 0.1.0-rc1 to 1.0.2-rc2
URL: https://github.com/apache/dubbo-go-samples/pull/474


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