|
15 | 15 | limitations under the License. |
16 | 16 | --> |
17 | 17 |
|
18 | | -### 1.1.1 |
| 18 | +### 1.2.0 |
19 | 19 |
|
20 | 20 | <details> |
21 | 21 | <summary><mark>Release notes</mark></summary> |
22 | 22 |
|
23 | | -### Seata-go 1.1.1 |
| 23 | +### Seata-go 1.2.0 |
24 | 24 |
|
25 | | -Seata-go 1.1.1 Released. |
| 25 | +Seata-go 1.2.0 Released. |
26 | 26 |
|
27 | 27 | Seata-go is an easy-to-use, high-performance, open source distributed transaction solution. |
28 | 28 |
|
29 | 29 | The version is updated as follows: |
30 | 30 |
|
31 | 31 | ### feature: |
32 | 32 |
|
33 | | -- [[#534](https://github.com/seata/seata-go/pull/534)] add xid loadbalance |
34 | | -- [[#535](https://github.com/seata/seata-go/pull/535)] integrate test |
35 | | -- [[#536](https://github.com/seata/seata-go/pull/536)] fix go import |
36 | | -- [[#540](https://github.com/seata/seata-go/pull/540)] fix init panic |
37 | | -- [[#542](https://github.com/seata/seata-go/pull/542)] fix the conflict |
38 | | -- [[#545](https://github.com/seata/seata-go/pull/545)] fix get db version bug |
39 | | -- [[#547](https://github.com/seata/seata-go/pull/547)] fix xa start bug |
40 | | -- [[#548](https://github.com/seata/seata-go/pull/548)] feat: ✨ fix |
| 33 | +- [[#534](https://github.com/seata/seata-go/pull/534)] support session load balance |
| 34 | +- [[#535](https://github.com/seata/seata-go/pull/535)] add integrate test |
| 35 | + |
41 | 36 | ### bugfix: |
42 | 37 |
|
43 | | -- [[#532](https://github.com/seata/seata-go/pull/532)] fix: remove duplicate code |
| 38 | +- [[#540](https://github.com/seata/seata-go/pull/540)] fix init xa panic bug |
| 39 | +- [[#545](https://github.com/seata/seata-go/pull/545)] fix get db version bug |
| 40 | +- [[#548](https://github.com/seata/seata-go/pull/548)] fix start xa failed bug |
| 41 | +- [[#556](https://github.com/seata/seata-go/pull/556)] fix start xa driver failed bug |
| 42 | +- [[#562](https://github.com/seata/seata-go/pull/562)] fix commit xa panic bug |
| 43 | +- [[#564](https://github.com/seata/seata-go/pull/564)] fix commit xa branch bug |
| 44 | +- [[#566](https://github.com/seata/seata-go/pull/566)] fix execute local tx bug |
44 | 45 |
|
45 | 46 | ### optimize: |
46 | 47 |
|
47 | | -- [[#525](https://github.com/seata/seata-go/pull/456)] optimize(undo): change default parser name to json from jackson |
| 48 | +- [[#523](https://github.com/seata/seata-go/pull/523)] optimize the golang ci lint |
| 49 | +- [[#525](https://github.com/seata/seata-go/pull/456)] rename parser name from jackson to json |
| 50 | +- [[#532](https://github.com/seata/seata-go/pull/532)] remove duplicate code |
| 51 | +- [[#536](https://github.com/seata/seata-go/pull/536)] format go import |
| 52 | +- [[#554](https://github.com/seata/seata-go/pull/554)] optimize the performance of XA transactions |
| 53 | +- [[#561](https://github.com/seata/seata-go/pull/561)] optimize xa output log |
48 | 54 |
|
49 | 55 | ### test: |
50 | 56 |
|
51 | 57 |
|
52 | 58 | ### doc: |
53 | | -- [[#550](https://github.com/seata/seata-go/pull/550)] add change-log of version 1.1.1 |
| 59 | +- [[#550](https://github.com/seata/seata-go/pull/550)] add change-log of version 1.2.0 |
54 | 60 |
|
55 | 61 |
|
56 | 62 | ### contributors: |
57 | 63 |
|
58 | 64 | Thanks to these contributors for their code commits. Please report an unintended omission. |
59 | 65 |
|
60 | | -- [luky116](https://github.com/luky116) |
61 | 66 | - [georgehao](https://github.com/georgehao) |
| 67 | +- [luky116](https://github.com/luky116) |
62 | 68 | - [jasondeng1997](https://github.com/jasondeng1997) |
63 | 69 | - [106umao](https://github.com/106umao) |
64 | 70 | - [wang1309](https://github.com/wang1309) |
|
0 commit comments