Skip to content

Commit 12a63fa

Browse files
authored
add 1.2.0 change log (#567)
* add 1.2.0 change log
1 parent 7c3867f commit 12a63fa

File tree

2 files changed

+43
-32
lines changed

2 files changed

+43
-32
lines changed

Diff for: changes/1.1.1.md renamed to changes/1.2.0.md

+21-15
Original file line numberDiff line numberDiff line change
@@ -15,50 +15,56 @@
1515
limitations under the License.
1616
-->
1717

18-
### 1.1.1
18+
### 1.2.0
1919

2020
<details>
2121
<summary><mark>Release notes</mark></summary>
2222

23-
### Seata-go 1.1.1
23+
### Seata-go 1.2.0
2424

25-
Seata-go 1.1.1 Released.
25+
Seata-go 1.2.0 Released.
2626

2727
Seata-go is an easy-to-use, high-performance, open source distributed transaction solution.
2828

2929
The version is updated as follows:
3030

3131
### feature:
3232

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+
4136
### bugfix:
4237

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
4445

4546
### optimize:
4647

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
4854

4955
### test:
5056

5157

5258
### 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
5460

5561

5662
### contributors:
5763

5864
Thanks to these contributors for their code commits. Please report an unintended omission.
5965

60-
- [luky116](https://github.com/luky116)
6166
- [georgehao](https://github.com/georgehao)
67+
- [luky116](https://github.com/luky116)
6268
- [jasondeng1997](https://github.com/jasondeng1997)
6369
- [106umao](https://github.com/106umao)
6470
- [wang1309](https://github.com/wang1309)

Diff for: changes/1.1.1_zh.md renamed to changes/1.2.0_zh.md

+22-17
Original file line numberDiff line numberDiff line change
@@ -15,51 +15,56 @@
1515
limitations under the License.
1616
-->
1717

18-
### 1.1.1
18+
### 1.2.0
1919

2020
<details>
2121
<summary><mark>Release notes</mark></summary>
2222

23-
### Seata-go 1.1.1
23+
### Seata-go 1.2.0
2424

25-
Seata-go 1.1.1 发布。
25+
Seata-go 1.2.0 发布。
2626

2727
Seata-go 是一款开源的分布式事务解决方案,提供高性能和简单易用的分布式事务服务。
2828

2929
此版本更新如下:
3030

3131
### feature:
32-
- [[#534](https://github.com/seata/seata-go/pull/534)] 支持 xid 负载均衡
33-
- [[#535](https://github.com/seata/seata-go/pull/535)] 集成测试
34-
- [[#536](https://github.com/seata/seata-go/pull/536)] 支持 go import
35-
- [[#540](https://github.com/seata/seata-go/pull/540)] 支持修复 init 报错
36-
- [[#542](https://github.com/seata/seata-go/pull/542)] 修复冲突
37-
- [[#545](https://github.com/seata/seata-go/pull/545)] 支持 get db version 问题
38-
- [[#547](https://github.com/seata/seata-go/pull/547)] 支持修复 xa start 问题
39-
- [[#548](https://github.com/seata/seata-go/pull/548)] 支持修复xa start 空格问题
4032

33+
- [[#534](https://github.com/seata/seata-go/pull/534)] 支持 session 的负载均衡
34+
- [[#535](https://github.com/seata/seata-go/pull/535)] 添加加成测试
4135

4236
### bugfix:
43-
- [[#532](https://github.com/seata/seata-go/pull/532)] 修复删除重复代码
4437

45-
### optimize:
38+
- [[#540](https://github.com/seata/seata-go/pull/540)] 修复初始化 xa 模式的 bug
39+
- [[#545](https://github.com/seata/seata-go/pull/545)] 修复 xa 模式获取 db 版本号的 bug
40+
- [[#548](https://github.com/seata/seata-go/pull/548)] 修复启动 xa 时候会失败的 bug
41+
- [[#556](https://github.com/seata/seata-go/pull/556)] 修复 xa 数据源的 bug
42+
- [[#562](https://github.com/seata/seata-go/pull/562)] 修复提交 xa 全局事务的 bug
43+
- [[#564](https://github.com/seata/seata-go/pull/564)] 修复提交 xa 分支事务的 bug
44+
- [[#566](https://github.com/seata/seata-go/pull/566)] 修复使用 xa 数据源执行本地事务的 bug
4645

47-
- [[#525](https://github.com/seata/seata-go/pull/456)] 优化 将默认解析器名称从jackson更改为json
46+
### optimize:
4847

49-
### test:
48+
- [[#523](https://github.com/seata/seata-go/pull/523)] 优化 CI 流程
49+
- [[#525](https://github.com/seata/seata-go/pull/456)] 将 jackson 序列化重命名为 json
50+
- [[#532](https://github.com/seata/seata-go/pull/532)] 移除重复的代码
51+
- [[#536](https://github.com/seata/seata-go/pull/536)] 优化 go import 代码格式
52+
- [[#554](https://github.com/seata/seata-go/pull/554)] 优化 xa 模式的性能
53+
- [[#561](https://github.com/seata/seata-go/pull/561)] 优化 xa 模式的日志输出
5054

55+
### test:
5156

5257

5358
### doc:
54-
- [[#550](https://github.com/seata/seata-go/pull/550)] 添加 1.1.1 版本的 change log
59+
- [[#550](https://github.com/seata/seata-go/pull/550)] 添加 1.2.0 版本的改动日志
5560

5661

5762
### contributors:
5863

5964
非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。
6065

61-
- [luky116](https://github.com/luky116)
6266
- [georgehao](https://github.com/georgehao)
67+
- [luky116](https://github.com/luky116)
6368
- [jasondeng1997](https://github.com/jasondeng1997)
6469
- [106umao](https://github.com/106umao)
6570
- [wang1309](https://github.com/wang1309)

0 commit comments

Comments
 (0)