|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
-
- ### 1.1.0
-
- <details>
- <summary><mark>Release notes</mark></summary>
-
- ### Seata-go 1.1.0
-
- Seata-go 1.1.0 发布。
-
- Seata-go 是一款开源的分布式事务解决方案,提供高性能和简单易用的分布式事务服务。
-
- 此版本更新如下:
-
- ### feature:
-
- - [[#491](https://github.com/apache/incubator-seata-go/pull/491)] 支持查询全局事务锁
- - [[#482](https://github.com/apache/incubator-seata-go/pull/482)] 支持 AT 模式 multi delete SQL 执行器
- - [[#481](https://github.com/apache/incubator-seata-go/pull/481)] 支持 AT 模式 multi update SQL 执行器
- - [[#478](https://github.com/apache/incubator-seata-go/pull/478)] 支持 AT 模式 select for update SQL 执行器
- - [[#477](https://github.com/apache/incubator-seata-go/pull/477)] 支持 undo log 的 json 序列化方式
- - [[#456](https://github.com/apache/incubator-seata-go/pull/456)] 支持 AT 模式 insert on update SQL 执行器
- - [[#444](https://github.com/apache/incubator-seata-go/pull/444)] 支持 BZip 压缩算法
- - [[#436](https://github.com/apache/incubator-seata-go/pull/436)] 支持读取 rm 相关的配置文件
- - [[#433](https://github.com/apache/incubator-seata-go/pull/433)] 支持 xa 连接管理
- - [[#430](https://github.com/apache/incubator-seata-go/pull/430)] 支持读取 getty 相关的配置文件
-
- ### bugfix:
-
- - [[#509](https://github.com/apache/incubator-seata-go/pull/509)] 修复 AT 模式下执行 insert on update 时 undo log 的 SQLType 字段的问题
- - [[#495](https://github.com/apache/incubator-seata-go/pull/495)] 修复 undo log 的 SQLType 字段的问题
- - [[#487](https://github.com/apache/incubator-seata-go/pull/487)] 修复 AT 执行时出现的问题
- - [[#472](https://github.com/apache/incubator-seata-go/pull/472)] 修复全局事务中上下文丢失值问题
- - [[#461](https://github.com/apache/incubator-seata-go/pull/461)] 修复 error_code_test 中变量未定义导致的 ci 失败问题
- - [[#459](https://github.com/apache/incubator-seata-go/pull/459)] 修复 error 日志重复打印问题
- - [[#452](https://github.com/apache/incubator-seata-go/pull/452)] 修复 AT 模式 执行 insert SQL 时 id 自增的报错问题
-
- ### optimize:
-
- - [[#507](https://github.com/apache/incubator-seata-go/pull/507)] 优化 AT 模式 multiple update SQL 执行器
- - [[#505](https://github.com/apache/incubator-seata-go/pull/505)] 优化 AT 模式 multi SQL 执行器
- - [[#453](https://github.com/apache/incubator-seata-go/pull/453)] 优化 messageType 和 transactionErrorCode 枚举值
- - [[#447](https://github.com/apache/incubator-seata-go/pull/447)] 优化数据源初始化流程
- - [[#466](https://github.com/apache/incubator-seata-go/pull/466)] 优化变量的命名
-
- ### test:
-
- - [[#445](https://github.com/apache/incubator-seata-go/pull/445)] 添加 TransactionErrorCode 的单元测试
-
- ### doc:
-
- - [[#492](https://github.com/apache/incubator-seata-go/pull/492)] 更新 readme 文件的已完成功能列表
- - [[#489](https://github.com/apache/incubator-seata-go/pull/489)] 添加 1.1.0 版本的 change log
-
- ### contributors:
-
- 非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。
-
- - [luky116](https://github.com/luky116)
- - [georgehao](https://github.com/georgehao)
- - [lxfeng1997](https://github.com/lxfeng1997)
- - [106umao](https://github.com/106umao)
- - [wang1309](https://github.com/wang1309)
- - [iSuperCoder](https://github.com/iSuperCoder)
- - [Charlie17Li](https://github.com/Charlie17Li)
- - [Code-Fight](https://github.com/Code-Fight)
- - [Kirhaku](https://github.com/Kirhaku)
- - [Vaderkai](https://github.com/VaderKai)
- - [springrain](https://github.com/springrain)
- - [Shaozhou Hu](https://github.com/raspberry-hu)
- - [finkyky](https://github.com/Finkyky)
-
- 同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
-
- </detail>
-
|