|
20 | 20 | <details> |
21 | 21 | <summary><mark>Release notes</mark></summary> |
22 | 22 |
|
23 | | - ### Seata-go 1.1.0 |
| 23 | +### Seata-go 1.1.0 |
24 | 24 |
|
25 | | - Seata-go 1.1.0 Released. |
| 25 | +Seata-go 1.1.0 Released. |
26 | 26 |
|
27 | | - Seata-go is an easy-to-use, high-performance, open source distributed transaction solution. |
| 27 | +Seata-go is an easy-to-use, high-performance, open source distributed transaction solution. |
28 | 28 |
|
29 | | - The version is updated as follows: |
| 29 | +The version is updated as follows: |
30 | 30 |
|
31 | 31 | ### feature: |
32 | 32 |
|
33 | | -- [[#477](https://github.com/seata/seata-go/pull/477)] add the use of undo log serialization and support the default json parser |
34 | | -- [[#463](https://github.com/seata/seata-go/pull/463)] support xa connect proxy |
35 | | -- [[#463](https://github.com/seata/seata-go/pull/463)] support xa resource manager |
36 | | -- [[#462](https://github.com/seata/seata-go/pull/462)] support xa excutor |
37 | | -- [[#446](https://github.com/seata/seata-go/pull/446)] support gorm |
| 33 | +- [[#491](https://github.com/seata/seata-go/pull/491)] support query global lock key |
| 34 | +- [[#482](https://github.com/seata/seata-go/pull/482)] support multi delete SQL executor in AT |
| 35 | +- [[#481](https://github.com/seata/seata-go/pull/481)] support multi update SQL executor in AT |
| 36 | +- [[#478](https://github.com/seata/seata-go/pull/478)] support select for update SQL executor in AT |
| 37 | +- [[#477](https://github.com/seata/seata-go/pull/477)] support the json serialization method of undo log |
| 38 | +- [[#456](https://github.com/seata/seata-go/pull/456)] support insert on update SQL executor in AT |
38 | 39 | - [[#444](https://github.com/seata/seata-go/pull/444)] support BZip2Compressor |
| 40 | +- [[#436](https://github.com/seata/seata-go/pull/436)] use rm config file |
39 | 41 | - [[#433](https://github.com/seata/seata-go/pull/433)] support xa connect manager |
| 42 | +- [[#430](https://github.com/seata/seata-go/pull/430)] use getty config file |
40 | 43 |
|
41 | 44 | ### bugfix: |
42 | 45 |
|
43 | | -- [[#491](https://github.com/seata/seata-go/pull/491)] fix execute select for update SQL bug |
44 | | -- [[#495](https://github.com/seata/seata-go/pull/495)] fix undo log sql type bug |
| 46 | +- [[#509](https://github.com/seata/seata-go/pull/509)] fix undo log SQLType when execute insert on update SQL in AT |
| 47 | +- [[#495](https://github.com/seata/seata-go/pull/495)] fix undo log SQLType bug |
45 | 48 | - [[#487](https://github.com/seata/seata-go/pull/487)] fix at bug when execute |
46 | 49 | - [[#472](https://github.com/seata/seata-go/pull/472)] fix missing value of context When using global transactions |
47 | 50 | - [[#461](https://github.com/seata/seata-go/pull/461)] fix the problem of error_code_test |
48 | 51 | - [[#459](https://github.com/seata/seata-go/pull/459)] fix the rollback error log |
49 | | -- [[#452](https://github.com/seata/seata-go/pull/452)] fix autoincrement insert panic |
50 | | -- [[#466](https://github.com/seata/seata-go/pull/466)] fix some typo |
51 | | - |
| 52 | +- [[#452](https://github.com/seata/seata-go/pull/452)] fix the error of id self-increment when executing insert sql in AT |
52 | 53 |
|
53 | 54 | ### optimize: |
54 | 55 |
|
55 | | -- [[#507](https://github.com/seata/seata-go/pull/507)] optimize multi update SQL executor |
56 | | -- [[#505](https://github.com/seata/seata-go/pull/505)] optimize multi delete SQL executor |
57 | | -- [[#482](https://github.com/seata/seata-go/pull/482)] refactor logic of multiple delete sql in at mode |
58 | | -- [[#481](https://github.com/seata/seata-go/pull/481)] refactor logic of multiple update sql in at mode |
59 | | -- [[#478](https://github.com/seata/seata-go/pull/478)] refactor logic of select for update sql |
60 | | -- [[#456](https://github.com/seata/seata-go/pull/456)] refactor logic of insert on update sql |
61 | | -- [[#453](https://github.com/seata/seata-go/pull/453)] optimize the messageType and transactionErrorCode |
62 | | -- [[#447](https://github.com/seata/seata-go/pull/447)] optimize the datasource init |
63 | | -- [[#436](https://github.com/seata/seata-go/pull/436)] use the config to refactor the project |
64 | | -- [[#430](https://github.com/seata/seata-go/pull/430)] Optimize getty config |
65 | | - |
| 56 | +- [[#507](https://github.com/seata/seata-go/pull/507)] refactor logic of multiple update sql in AT |
| 57 | +- [[#505](https://github.com/seata/seata-go/pull/505)] optimize multi SQL executor in AT |
| 58 | +- [[#453](https://github.com/seata/seata-go/pull/453)] optimize the messageType and transactionErrorCode enum |
| 59 | +- [[#447](https://github.com/seata/seata-go/pull/447)] optimize the datasource init process |
| 60 | +- [[#466](https://github.com/seata/seata-go/pull/466)] optimize variable naming |
66 | 61 |
|
67 | 62 | ### test: |
68 | 63 |
|
|
72 | 67 |
|
73 | 68 | - [[#492](https://github.com/seata/seata-go/pull/492)] update feature list of readme |
74 | 69 | - [[#489](https://github.com/seata/seata-go/pull/489)] add change-log of version 1.1.0 |
75 | | -- [[#443](https://github.com/seata/seata-go/pull/443)] rename change-log to 1.0.3 |
76 | | -- [[#431](https://github.com/seata/seata-go/pull/431)] add the changes log |
77 | 70 |
|
78 | 71 | ### contributors: |
79 | 72 |
|
80 | | -Thanks to these contributors for their code commits. Please report an unintended omission. |
| 73 | +Thanks to these contributors for their code commits. Please report an unintended omission. |
81 | 74 |
|
82 | 75 | - [luky116](https://github.com/luky116) |
83 | 76 | - [georgehao](https://github.com/georgehao) |
|
0 commit comments