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

   Bumps [github.com/seata/seata-go](https://github.com/seata/seata-go) from 
0.1.0-rc1 to 1.1.0.
   <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.1.0</h2>
   <p>Seata-go 1.1.0 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://redirect.github.com/seata/seata-go/pull/491";>#491</a>] 
support query global lock key</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/482";>#482</a>] 
support multi delete SQL executor in AT</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/481";>#481</a>] 
support multi update SQL executor in AT</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/478";>#478</a>] 
support select for update SQL executor in AT</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/477";>#477</a>] 
support the json serialization method of undo log</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/456";>#456</a>] 
support insert on update SQL executor in AT</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/444";>#444</a>] 
support BZip2Compressor</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/436";>#436</a>] 
use rm config file</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/433";>#433</a>] 
support xa connect manager</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/430";>#430</a>] 
use getty config file</li>
   </ul>
   <h3>bugfix:</h3>
   <ul>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/509";>#509</a>] 
fix undo log SQLType when execute insert on update SQL in AT</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/495";>#495</a>] 
fix undo log SQLType bug</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/487";>#487</a>] 
fix at bug when execute</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/472";>#472</a>] 
fix missing value of context When using global transactions</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/461";>#461</a>] 
fix the problem of error_code_test</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/459";>#459</a>] 
fix the rollback error log</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/452";>#452</a>] 
fix the error of id self-increment when executing insert sql in AT</li>
   </ul>
   <h3>optimize:</h3>
   <ul>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/507";>#507</a>] 
refactor logic of multiple update sql in AT</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/505";>#505</a>] 
optimize multi SQL executor in AT</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/453";>#453</a>] 
optimize the messageType and transactionErrorCode enum</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/447";>#447</a>] 
optimize the datasource init process</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/466";>#466</a>] 
optimize variable naming</li>
   </ul>
   <h3>test:</h3>
   <ul>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/445";>#445</a>] 
add unit test for TransactionErrorCode and MessageType</li>
   </ul>
   <h3>doc:</h3>
   <ul>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/492";>#492</a>] 
update feature list of readme</li>
   <li>[<a href="https://redirect.github.com/seata/seata-go/pull/489";>#489</a>] 
add change-log of version 1.1.0</li>
   </ul>
   <h3>contributors:</h3>
   <p>Thanks to these contributors for their code commits. Please report an 
unintended omission.</p>
   <!-- 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/adfc0eebad7dfd24f41e9abdfcca6767b4fb65b9";><code>adfc0ee</code></a>
 doc: update change log of v1.1.0 (<a 
href="https://redirect.github.com/seata/seata-go/issues/512";>#512</a>)</li>
   <li><a 
href="https://github.com/seata/seata-go/commit/9d4b703f46c272917ab3c92b2829982ec58beb76";><code>9d4b703</code></a>
 optimize: insert on update executor (<a 
href="https://redirect.github.com/seata/seata-go/issues/509";>#509</a>)</li>
   <li><a 
href="https://github.com/seata/seata-go/commit/dd98cb7f4190da44388221d8b898142099dd4036";><code>dd98cb7</code></a>
 docupdate 1.1.0 change log (<a 
href="https://redirect.github.com/seata/seata-go/issues/510";>#510</a>)</li>
   <li><a 
href="https://github.com/seata/seata-go/commit/54e502b870d0ab46000b6baeec707caeccb19aa7";><code>54e502b</code></a>
 doc: add v1.1.0 change log (<a 
href="https://redirect.github.com/seata/seata-go/issues/489";>#489</a>)</li>
   <li><a 
href="https://github.com/seata/seata-go/commit/7e49261347d35a797a211be8725fb11788f00676";><code>7e49261</code></a>
 optimize multi update executor (<a 
href="https://redirect.github.com/seata/seata-go/issues/507";>#507</a>)</li>
   <li><a 
href="https://github.com/seata/seata-go/commit/be1d75ced9cbca5be450eef6676d0e29ba85af2f";><code>be1d75c</code></a>
 Optimize multi delete of multi executor  (<a 
href="https://redirect.github.com/seata/seata-go/issues/505";>#505</a>)</li>
   <li><a 
href="https://github.com/seata/seata-go/commit/39d8977acd1b5707d0f3efdb79071b285ae8f623";><code>39d8977</code></a>
 fix undo log sql type bug (<a 
href="https://redirect.github.com/seata/seata-go/issues/495";>#495</a>)</li>
   <li><a 
href="https://github.com/seata/seata-go/commit/f2d7d8a25273feca221febf895b426f53184e338";><code>f2d7d8a</code></a>
 reactor:multiple delete executor (<a 
href="https://redirect.github.com/seata/seata-go/issues/482";>#482</a>)</li>
   <li><a 
href="https://github.com/seata/seata-go/commit/93ec6233cf03285c91273b4c68ee48673f4e5757";><code>93ec623</code></a>
 fix select for update bug (<a 
href="https://redirect.github.com/seata/seata-go/issues/491";>#491</a>)</li>
   <li><a 
href="https://github.com/seata/seata-go/commit/508795b8e46e1a53b65054a7bf4780f86e2ba4da";><code>508795b</code></a>
 doc: update readme (<a 
href="https://redirect.github.com/seata/seata-go/issues/492";>#492</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/seata/seata-go/compare/v0.1.0-rc1...v1.1.0";>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.1.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: [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