|
@@ -15,14 +15,14 @@ |
|
|
limitations under the License. |
|
|
limitations under the License. |
|
|
--> |
|
|
--> |
|
|
|
|
|
|
|
|
### 1.1.1 |
|
|
|
|
|
|
|
|
### 1.2.0 |
|
|
|
|
|
|
|
|
<details> |
|
|
<details> |
|
|
<summary><mark>Release notes</mark></summary> |
|
|
<summary><mark>Release notes</mark></summary> |
|
|
|
|
|
|
|
|
### Seata-go 1.1.1 |
|
|
|
|
|
|
|
|
### Seata-go 1.2.0 |
|
|
|
|
|
|
|
|
Seata-go 1.1.1 Released. |
|
|
|
|
|
|
|
|
Seata-go 1.2.0 Released. |
|
|
|
|
|
|
|
|
Seata-go is an easy-to-use, high-performance, open source distributed transaction solution. |
|
|
Seata-go is an easy-to-use, high-performance, open source distributed transaction solution. |
|
|
|
|
|
|
|
@@ -30,35 +30,41 @@ The version is updated as follows: |
|
|
|
|
|
|
|
|
### feature: |
|
|
### feature: |
|
|
|
|
|
|
|
|
- [[#534](https://github.com/seata/seata-go/pull/534)] add xid loadbalance |
|
|
|
|
|
- [[#535](https://github.com/seata/seata-go/pull/535)] integrate test |
|
|
|
|
|
- [[#536](https://github.com/seata/seata-go/pull/536)] fix go import |
|
|
|
|
|
- [[#540](https://github.com/seata/seata-go/pull/540)] fix init panic |
|
|
|
|
|
- [[#542](https://github.com/seata/seata-go/pull/542)] fix the conflict |
|
|
|
|
|
- [[#545](https://github.com/seata/seata-go/pull/545)] fix get db version bug |
|
|
|
|
|
- [[#547](https://github.com/seata/seata-go/pull/547)] fix xa start bug |
|
|
|
|
|
- [[#548](https://github.com/seata/seata-go/pull/548)] feat: ✨ fix |
|
|
|
|
|
|
|
|
- [[#534](https://github.com/seata/seata-go/pull/534)] support session load balance |
|
|
|
|
|
- [[#535](https://github.com/seata/seata-go/pull/535)] add integrate test |
|
|
|
|
|
|
|
|
### bugfix: |
|
|
### bugfix: |
|
|
|
|
|
|
|
|
- [[#532](https://github.com/seata/seata-go/pull/532)] fix: remove duplicate code |
|
|
|
|
|
|
|
|
- [[#540](https://github.com/seata/seata-go/pull/540)] fix init xa panic bug |
|
|
|
|
|
- [[#545](https://github.com/seata/seata-go/pull/545)] fix get db version bug |
|
|
|
|
|
- [[#548](https://github.com/seata/seata-go/pull/548)] fix start xa failed bug |
|
|
|
|
|
- [[#556](https://github.com/seata/seata-go/pull/556)] fix start xa driver failed bug |
|
|
|
|
|
- [[#562](https://github.com/seata/seata-go/pull/562)] fix commit xa panic bug |
|
|
|
|
|
- [[#564](https://github.com/seata/seata-go/pull/564)] fix commit xa branch bug |
|
|
|
|
|
- [[#566](https://github.com/seata/seata-go/pull/566)] fix execute local tx bug |
|
|
|
|
|
|
|
|
### optimize: |
|
|
### optimize: |
|
|
|
|
|
|
|
|
- [[#525](https://github.com/seata/seata-go/pull/456)] optimize(undo): change default parser name to json from jackson |
|
|
|
|
|
|
|
|
- [[#523](https://github.com/seata/seata-go/pull/523)] optimize the golang ci lint |
|
|
|
|
|
- [[#525](https://github.com/seata/seata-go/pull/456)] rename parser name from jackson to json |
|
|
|
|
|
- [[#532](https://github.com/seata/seata-go/pull/532)] remove duplicate code |
|
|
|
|
|
- [[#536](https://github.com/seata/seata-go/pull/536)] format go import |
|
|
|
|
|
- [[#554](https://github.com/seata/seata-go/pull/554)] optimize the performance of XA transactions |
|
|
|
|
|
- [[#561](https://github.com/seata/seata-go/pull/561)] optimize xa output log |
|
|
|
|
|
|
|
|
### test: |
|
|
### test: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### doc: |
|
|
### doc: |
|
|
- [[#550](https://github.com/seata/seata-go/pull/550)] add change-log of version 1.1.1 |
|
|
|
|
|
|
|
|
- [[#550](https://github.com/seata/seata-go/pull/550)] add change-log of version 1.2.0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### contributors: |
|
|
### contributors: |
|
|
|
|
|
|
|
|
Thanks to these contributors for their code commits. Please report an unintended omission. |
|
|
Thanks to these contributors for their code commits. Please report an unintended omission. |
|
|
|
|
|
|
|
|
- [luky116](https://github.com/luky116) |
|
|
|
|
|
- [georgehao](https://github.com/georgehao) |
|
|
- [georgehao](https://github.com/georgehao) |
|
|
|
|
|
- [luky116](https://github.com/luky116) |
|
|
- [jasondeng1997](https://github.com/jasondeng1997) |
|
|
- [jasondeng1997](https://github.com/jasondeng1997) |
|
|
- [106umao](https://github.com/106umao) |
|
|
- [106umao](https://github.com/106umao) |
|
|
- [wang1309](https://github.com/wang1309) |
|
|
- [wang1309](https://github.com/wang1309) |