Browse Source

docupdate 1.1.0 change log (#510)

tags/v1.1.0
Yuecai Liu GitHub 2 years ago
parent
commit
dd98cb7f41
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 8 deletions
  1. +16
    -5
      changes/1.1.0.md
  2. +10
    -3
      changes/1.1.0_zh.md

+ 16
- 5
changes/1.1.0.md View File

@@ -15,14 +15,14 @@
limitations under the License.
-->

### 1.0.4
### 1.1.0

<details>
<summary><mark>Release notes</mark></summary>

### Seata-go 1.0.4
### Seata-go 1.1.0

Seata-go 1.0.4 Released.
Seata-go 1.1.0 Released.

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

@@ -39,28 +39,39 @@
- [[#433](https://github.com/seata/seata-go/pull/433)] support xa connect manager

### bugfix:

- [[#491](https://github.com/seata/seata-go/pull/491)] fix execute select for update SQL bug
- [[#495](https://github.com/seata/seata-go/pull/495)] fix undo log sql type bug
- [[#487](https://github.com/seata/seata-go/pull/487)] fix at bug when execute
- [[#472](https://github.com/seata/seata-go/pull/472)] fix missing value of context When using global transactions
- [[#466](https://github.com/seata/seata-go/pull/466)] fix some typo
- [[#461](https://github.com/seata/seata-go/pull/461)] fix the problem of error_code_test
- [[#459](https://github.com/seata/seata-go/pull/459)] fix the rollback error log
- [[#452](https://github.com/seata/seata-go/pull/452)] fix autoincrement insert panic
- [[#466](https://github.com/seata/seata-go/pull/466)] fix some typo


### optimize:

- [[#507](https://github.com/seata/seata-go/pull/507)] optimize multi update SQL executor
- [[#505](https://github.com/seata/seata-go/pull/505)] optimize multi delete SQL executor
- [[#482](https://github.com/seata/seata-go/pull/482)] refactor logic of multiple delete sql in at mode
- [[#481](https://github.com/seata/seata-go/pull/481)] refactor logic of multiple update sql in at mode
- [[#478](https://github.com/seata/seata-go/pull/478)] refactor logic of select for update sql
- [[#456](https://github.com/seata/seata-go/pull/456)] refactor logic of insert on update sql
- [[#453](https://github.com/seata/seata-go/pull/453)] optimize the messageType and transactionErrorCode
- [[#447](https://github.com/seata/seata-go/pull/447)] optimize the datasource init
- [[#430](https://github.com/seata/seata-go/pull/430)] Optimize getty config
- [[#436](https://github.com/seata/seata-go/pull/436)] use the config to refactor the project
- [[#430](https://github.com/seata/seata-go/pull/430)] Optimize getty config


### test:

- [[#445](https://github.com/seata/seata-go/pull/445)] add unit test for TransactionErrorCode and MessageType

### doc:

- [[#492](https://github.com/seata/seata-go/pull/492)] update feature list of readme
- [[#489](https://github.com/seata/seata-go/pull/489)] add change-log of version 1.1.0
- [[#443](https://github.com/seata/seata-go/pull/443)] rename change-log to 1.0.3
- [[#431](https://github.com/seata/seata-go/pull/431)] add the changes log



+ 10
- 3
changes/1.1.0_zh.md View File

@@ -15,14 +15,14 @@
limitations under the License.
-->

### 1.0.4
### 1.1.0

<details>
<summary><mark>Release notes</mark></summary>

### Seata-go 1.0.4
### Seata-go 1.1.0

Seata-go 1.0.4 发布。
Seata-go 1.1.0 发布。

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

@@ -40,7 +40,9 @@ Seata-go 是一款开源的分布式事务解决方案,提供高性能和简

### bugfix:

- [[#491](https://github.com/seata/seata-go/pull/491)] 修复 select for update SQL 执行时出现的问题
- [[#487](https://github.com/seata/seata-go/pull/487)] 修复 AT 执行时出现的问题
- [[#495](https://github.com/seata/seata-go/pull/495)] 修复 undo log 的数据库类型字段的问题
- [[#472](https://github.com/seata/seata-go/pull/472)] 修复全局事务中上下文丢失值问题
- [[#466](https://github.com/seata/seata-go/pull/466)] 修复一些格式规范问题
- [[#461](https://github.com/seata/seata-go/pull/461)] 修复 error_code_test 中变量未定义导致的 ci 失败问题
@@ -49,6 +51,9 @@ Seata-go 是一款开源的分布式事务解决方案,提供高性能和简

### optimize:

- [[#507](https://github.com/seata/seata-go/pull/507)] 重构 multi update SQL 执行器
- [[#505](https://github.com/seata/seata-go/pull/505)] 重构 multi delete SQL 执行器
- [[#482](https://github.com/seata/seata-go/pull/482)] 重构 AT 模式的 multiple delete SQL 的执行逻辑
- [[#481](https://github.com/seata/seata-go/pull/481)] 重构 AT 模式的 multiple update SQL 的执行逻辑
- [[#478](https://github.com/seata/seata-go/pull/478)] 重构 AT 模式的 select for update SQL 的执行逻辑
- [[#456](https://github.com/seata/seata-go/pull/456)] 重构 AT 模式的 insert on update SQL 的执行逻辑
@@ -63,6 +68,8 @@ Seata-go 是一款开源的分布式事务解决方案,提供高性能和简

### doc:

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



Loading…
Cancel
Save