Skip to content

Commit adfc0ee

Browse files
authored
doc: update change log of v1.1.0 (#512)
1 parent 9d4b703 commit adfc0ee

File tree

2 files changed

+38
-52
lines changed

2 files changed

+38
-52
lines changed

changes/1.1.0.md

Lines changed: 21 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -20,49 +20,44 @@
2020
<details>
2121
<summary><mark>Release notes</mark></summary>
2222

23-
### Seata-go 1.1.0
23+
### Seata-go 1.1.0
2424

25-
Seata-go 1.1.0 Released.
25+
Seata-go 1.1.0 Released.
2626

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.
2828

29-
The version is updated as follows:
29+
The version is updated as follows:
3030

3131
### feature:
3232

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
3839
- [[#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
3941
- [[#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
4043

4144
### bugfix:
4245

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
4548
- [[#487](https://github.com/seata/seata-go/pull/487)] fix at bug when execute
4649
- [[#472](https://github.com/seata/seata-go/pull/472)] fix missing value of context When using global transactions
4750
- [[#461](https://github.com/seata/seata-go/pull/461)] fix the problem of error_code_test
4851
- [[#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
5253

5354
### optimize:
5455

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
6661

6762
### test:
6863

@@ -72,12 +67,10 @@
7267

7368
- [[#492](https://github.com/seata/seata-go/pull/492)] update feature list of readme
7469
- [[#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
7770

7871
### contributors:
7972

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.
8174

8275
- [luky116](https://github.com/luky116)
8376
- [georgehao](https://github.com/georgehao)

changes/1.1.0_zh.md

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,50 +30,43 @@ Seata-go 是一款开源的分布式事务解决方案,提供高性能和简
3030

3131
### feature:
3232

33-
- [[#477](https://github.com/seata/seata-go/pull/477)] 集成 undo log 序列化并实现默认的 json parser
34-
- [[#463](https://github.com/seata/seata-go/pull/463)] 支持 xa 连接代理
35-
- [[#463](https://github.com/seata/seata-go/pull/463)] 支持 xa 资源管理
36-
- [[#462](https://github.com/seata/seata-go/pull/462)] 支持 xa 模式 update SQL 的执行逻辑
37-
- [[#446](https://github.com/seata/seata-go/pull/446)] 在项目中支持 gorm
33+
- [[#491](https://github.com/seata/seata-go/pull/491)] 支持查询全局事务锁
34+
- [[#482](https://github.com/seata/seata-go/pull/482)] 支持 AT 模式 multi delete SQL 执行器
35+
- [[#481](https://github.com/seata/seata-go/pull/481)] 支持 AT 模式 multi update SQL 执行器
36+
- [[#478](https://github.com/seata/seata-go/pull/478)] 支持 AT 模式 select for update SQL 执行器
37+
- [[#477](https://github.com/seata/seata-go/pull/477)] 支持 undo log 的 json 序列化方式
38+
- [[#456](https://github.com/seata/seata-go/pull/456)] 支持 AT 模式 insert on update SQL 执行器
3839
- [[#444](https://github.com/seata/seata-go/pull/444)] 支持 BZip 压缩算法
40+
- [[#436](https://github.com/seata/seata-go/pull/436)] 支持读取 rm 相关的配置文件
3941
- [[#433](https://github.com/seata/seata-go/pull/433)] 支持 xa 连接管理
42+
- [[#430](https://github.com/seata/seata-go/pull/430)] 支持读取 getty 相关的配置文件
4043

4144
### bugfix:
4245

43-
- [[#491](https://github.com/seata/seata-go/pull/491)] 修复 select for update SQL 执行时出现的问题
46+
- [[#509](https://github.com/seata/seata-go/pull/509)] 修复 AT 模式下执行 insert on update 时 undo log 的 SQLType 字段的问题
47+
- [[#495](https://github.com/seata/seata-go/pull/495)] 修复 undo log 的 SQLType 字段的问题
4448
- [[#487](https://github.com/seata/seata-go/pull/487)] 修复 AT 执行时出现的问题
45-
- [[#495](https://github.com/seata/seata-go/pull/495)] 修复 undo log 的数据库类型字段的问题
4649
- [[#472](https://github.com/seata/seata-go/pull/472)] 修复全局事务中上下文丢失值问题
47-
- [[#466](https://github.com/seata/seata-go/pull/466)] 修复一些格式规范问题
4850
- [[#461](https://github.com/seata/seata-go/pull/461)] 修复 error_code_test 中变量未定义导致的 ci 失败问题
4951
- [[#459](https://github.com/seata/seata-go/pull/459)] 修复 error 日志重复打印问题
50-
- [[#452](https://github.com/seata/seata-go/pull/452)] 修复 id 自增长时 insert 报错问题
52+
- [[#452](https://github.com/seata/seata-go/pull/452)] 修复 AT 模式 执行 insert SQL 时 id 自增的报错问题
5153

5254
### optimize:
5355

54-
- [[#507](https://github.com/seata/seata-go/pull/507)] 重构 multi update SQL 执行器
55-
- [[#505](https://github.com/seata/seata-go/pull/505)] 重构 multi delete SQL 执行器
56-
- [[#482](https://github.com/seata/seata-go/pull/482)] 重构 AT 模式的 multiple delete SQL 的执行逻辑
57-
- [[#481](https://github.com/seata/seata-go/pull/481)] 重构 AT 模式的 multiple update SQL 的执行逻辑
58-
- [[#478](https://github.com/seata/seata-go/pull/478)] 重构 AT 模式的 select for update SQL 的执行逻辑
59-
- [[#456](https://github.com/seata/seata-go/pull/456)] 重构 AT 模式的 insert on update SQL 的执行逻辑
60-
- [[#453](https://github.com/seata/seata-go/pull/453)] 优化消息类型和事务异常规范
56+
- [[#507](https://github.com/seata/seata-go/pull/507)] 优化 AT 模式 multiple update SQL 执行器
57+
- [[#505](https://github.com/seata/seata-go/pull/505)] 优化 AT 模式 multi SQL 执行器
58+
- [[#453](https://github.com/seata/seata-go/pull/453)] 优化 messageType 和 transactionErrorCode 枚举值
6159
- [[#447](https://github.com/seata/seata-go/pull/447)] 优化数据源初始化流程
62-
- [[#430](https://github.com/seata/seata-go/pull/430)] 优化 getty 的配置
63-
- [[#436](https://github.com/seata/seata-go/pull/436)] 使用配置优化工程
60+
- [[#466](https://github.com/seata/seata-go/pull/466)] 优化变量的命名
6461

6562
### test:
6663

67-
- [[#445](https://github.com/seata/seata-go/pull/445)] 添加消息类型和事务异常规范的单元测试
64+
- [[#445](https://github.com/seata/seata-go/pull/445)] 添加 TransactionErrorCode 的单元测试
6865

6966
### doc:
7067

71-
- [[#492](https://github.com/seata/seata-go/pull/492)] 更新 readme 文件的功能列表描述
68+
- [[#492](https://github.com/seata/seata-go/pull/492)] 更新 readme 文件的已完成功能列表
7269
- [[#489](https://github.com/seata/seata-go/pull/489)] 添加 1.1.0 版本的 change log
73-
- [[#443](https://github.com/seata/seata-go/pull/443)] 重命名 change-log 为 1.0.3 版本
74-
- [[#431](https://github.com/seata/seata-go/pull/431)] 添加版本 changes 日志文件内容
75-
76-
7770

7871
### contributors:
7972

0 commit comments

Comments
 (0)