|
|
@@ -15,14 +15,14 @@ |
|
|
|
limitations under the License. |
|
|
|
--> |
|
|
|
|
|
|
|
### 1.0.4 |
|
|
|
### 1.1.0 |
|
|
|
|
|
|
|
<details> |
|
|
|
<summary><mark>Release notes</mark></summary> |
|
|
|
|
|
|
|
### Seata-go 1.0.4 |
|
|
|
### Seata-go 1.1.0 |
|
|
|
|
|
|
|
Seata-go 1.0.4 Released. |
|
|
|
Seata-go 1.1.0 Released. |
|
|
|
|
|
|
|
Seata-go is an easy-to-use, high-performance, open source distributed transaction solution. |
|
|
|
|
|
|
@@ -39,28 +39,39 @@ |
|
|
|
- [[#433](https://github.com/seata/seata-go/pull/433)] support xa connect manager |
|
|
|
|
|
|
|
### bugfix: |
|
|
|
|
|
|
|
- [[#491](https://github.com/seata/seata-go/pull/491)] fix execute select for update SQL bug |
|
|
|
- [[#495](https://github.com/seata/seata-go/pull/495)] fix undo log sql type bug |
|
|
|
- [[#487](https://github.com/seata/seata-go/pull/487)] fix at bug when execute |
|
|
|
- [[#472](https://github.com/seata/seata-go/pull/472)] fix missing value of context When using global transactions |
|
|
|
- [[#466](https://github.com/seata/seata-go/pull/466)] fix some typo |
|
|
|
- [[#461](https://github.com/seata/seata-go/pull/461)] fix the problem of error_code_test |
|
|
|
- [[#459](https://github.com/seata/seata-go/pull/459)] fix the rollback error log |
|
|
|
- [[#452](https://github.com/seata/seata-go/pull/452)] fix autoincrement insert panic |
|
|
|
- [[#466](https://github.com/seata/seata-go/pull/466)] fix some typo |
|
|
|
|
|
|
|
|
|
|
|
### optimize: |
|
|
|
|
|
|
|
- [[#507](https://github.com/seata/seata-go/pull/507)] optimize multi update SQL executor |
|
|
|
- [[#505](https://github.com/seata/seata-go/pull/505)] optimize multi delete SQL executor |
|
|
|
- [[#482](https://github.com/seata/seata-go/pull/482)] refactor logic of multiple delete sql in at mode |
|
|
|
- [[#481](https://github.com/seata/seata-go/pull/481)] refactor logic of multiple update sql in at mode |
|
|
|
- [[#478](https://github.com/seata/seata-go/pull/478)] refactor logic of select for update sql |
|
|
|
- [[#456](https://github.com/seata/seata-go/pull/456)] refactor logic of insert on update sql |
|
|
|
- [[#453](https://github.com/seata/seata-go/pull/453)] optimize the messageType and transactionErrorCode |
|
|
|
- [[#447](https://github.com/seata/seata-go/pull/447)] optimize the datasource init |
|
|
|
- [[#430](https://github.com/seata/seata-go/pull/430)] Optimize getty config |
|
|
|
- [[#436](https://github.com/seata/seata-go/pull/436)] use the config to refactor the project |
|
|
|
- [[#430](https://github.com/seata/seata-go/pull/430)] Optimize getty config |
|
|
|
|
|
|
|
|
|
|
|
### test: |
|
|
|
|
|
|
|
- [[#445](https://github.com/seata/seata-go/pull/445)] add unit test for TransactionErrorCode and MessageType |
|
|
|
|
|
|
|
### doc: |
|
|
|
|
|
|
|
- [[#492](https://github.com/seata/seata-go/pull/492)] update feature list of readme |
|
|
|
- [[#489](https://github.com/seata/seata-go/pull/489)] add change-log of version 1.1.0 |
|
|
|
- [[#443](https://github.com/seata/seata-go/pull/443)] rename change-log to 1.0.3 |
|
|
|
- [[#431](https://github.com/seata/seata-go/pull/431)] add the changes log |
|
|
|
|
|
|
|