|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <!--
- 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.2.0
-
- <details>
- <summary><mark>Release notes</mark></summary>
-
- ### Seata-go 1.2.0
-
- Seata-go 1.2.0 发布。
-
- Seata-go 是一款开源的分布式事务解决方案,提供高性能和简单易用的分布式事务服务。
-
- 此版本更新如下:
-
- ### feature:
-
- - [[#534](https://github.com/apache/incubator-seata-go/pull/534)] 支持 session 的负载均衡
- - [[#535](https://github.com/apache/incubator-seata-go/pull/535)] 添加加成测试
-
- ### bugfix:
-
- - [[#540](https://github.com/apache/incubator-seata-go/pull/540)] 修复初始化 xa 模式的 bug
- - [[#545](https://github.com/apache/incubator-seata-go/pull/545)] 修复 xa 模式获取 db 版本号的 bug
- - [[#548](https://github.com/apache/incubator-seata-go/pull/548)] 修复启动 xa 时候会失败的 bug
- - [[#556](https://github.com/apache/incubator-seata-go/pull/556)] 修复 xa 数据源的 bug
- - [[#562](https://github.com/apache/incubator-seata-go/pull/562)] 修复提交 xa 全局事务的 bug
- - [[#564](https://github.com/apache/incubator-seata-go/pull/564)] 修复提交 xa 分支事务的 bug
- - [[#566](https://github.com/apache/incubator-seata-go/pull/566)] 修复使用 xa 数据源执行本地事务的 bug
-
- ### optimize:
-
- - [[#523](https://github.com/apache/incubator-seata-go/pull/523)] 优化 CI 流程
- - [[#525](https://github.com/apache/incubator-seata-go/pull/456)] 将 jackson 序列化重命名为 json
- - [[#532](https://github.com/apache/incubator-seata-go/pull/532)] 移除重复的代码
- - [[#536](https://github.com/apache/incubator-seata-go/pull/536)] 优化 go import 代码格式
- - [[#554](https://github.com/apache/incubator-seata-go/pull/554)] 优化 xa 模式的性能
- - [[#561](https://github.com/apache/incubator-seata-go/pull/561)] 优化 xa 模式的日志输出
-
- ### test:
-
-
- ### doc:
- - [[#550](https://github.com/apache/incubator-seata-go/pull/550)] 添加 1.2.0 版本的改动日志
-
-
- ### contributors:
-
- 非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。
-
- - [georgehao](https://github.com/georgehao)
- - [luky116](https://github.com/luky116)
- - [jasondeng1997](https://github.com/jasondeng1997)
- - [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)
-
-
-
-
- 同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
-
- </detail>
-
|