-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add change-log of version 1.1.1 (#550)
Merge branch 'seata:master' into master
- Loading branch information
1 parent
bfb9eb1
commit 8e902fd
Showing
2 changed files
with
152 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<!-- | ||
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.1 | ||
|
||
<details> | ||
<summary><mark>Release notes</mark></summary> | ||
|
||
### Seata-go 1.1.1 | ||
|
||
Seata-go 1.1.1 Released. | ||
|
||
Seata-go is an easy-to-use, high-performance, open source distributed transaction solution. | ||
|
||
The version is updated as follows: | ||
|
||
### feature: | ||
|
||
- [[#534](https://github.com/seata/seata-go/pull/534)] add xid loadbalance | ||
- [[#535](https://github.com/seata/seata-go/pull/535)] integrate test | ||
- [[#536](https://github.com/seata/seata-go/pull/536)] fix go import | ||
- [[#540](https://github.com/seata/seata-go/pull/540)] fix init panic | ||
- [[#542](https://github.com/seata/seata-go/pull/542)] fix the conflict | ||
- [[#545](https://github.com/seata/seata-go/pull/545)] fix get db version bug | ||
- [[#547](https://github.com/seata/seata-go/pull/547)] fix xa start bug | ||
- [[#548](https://github.com/seata/seata-go/pull/548)] feat: ✨ fix | ||
### bugfix: | ||
|
||
- [[#532](https://github.com/seata/seata-go/pull/532)] fix: remove duplicate code | ||
|
||
### optimize: | ||
|
||
- [[#525](https://github.com/seata/seata-go/pull/456)] optimize(undo): change default parser name to json from jackson | ||
|
||
### test: | ||
|
||
|
||
### doc: | ||
- [[#550](https://github.com/seata/seata-go/pull/550)] add change-log of version 1.1.1 | ||
|
||
|
||
### contributors: | ||
|
||
Thanks to these contributors for their code commits. Please report an unintended omission. | ||
|
||
- [luky116](https://github.com/luky116) | ||
- [georgehao](https://github.com/georgehao) | ||
- [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) | ||
|
||
|
||
Also, we receive many valuable issues, questions and advices from our community. Thanks all. | ||
|
||
</detail> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<!-- | ||
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.1 | ||
|
||
<details> | ||
<summary><mark>Release notes</mark></summary> | ||
|
||
### Seata-go 1.1.1 | ||
|
||
Seata-go 1.1.1 发布。 | ||
|
||
Seata-go 是一款开源的分布式事务解决方案,提供高性能和简单易用的分布式事务服务。 | ||
|
||
此版本更新如下: | ||
|
||
### feature: | ||
- [[#534](https://github.com/seata/seata-go/pull/534)] 支持 xid 负载均衡 | ||
- [[#535](https://github.com/seata/seata-go/pull/535)] 集成测试 | ||
- [[#536](https://github.com/seata/seata-go/pull/536)] 支持 go import | ||
- [[#540](https://github.com/seata/seata-go/pull/540)] 支持修复 init 报错 | ||
- [[#542](https://github.com/seata/seata-go/pull/542)] 修复冲突 | ||
- [[#545](https://github.com/seata/seata-go/pull/545)] 支持 get db version 问题 | ||
- [[#547](https://github.com/seata/seata-go/pull/547)] 支持修复 xa start 问题 | ||
- [[#548](https://github.com/seata/seata-go/pull/548)] 支持修复xa start 空格问题 | ||
|
||
|
||
### bugfix: | ||
- [[#532](https://github.com/seata/seata-go/pull/532)] 修复删除重复代码 | ||
|
||
### optimize: | ||
|
||
- [[#525](https://github.com/seata/seata-go/pull/456)] 优化 将默认解析器名称从jackson更改为json | ||
|
||
### test: | ||
|
||
|
||
|
||
### doc: | ||
- [[#550](https://github.com/seata/seata-go/pull/550)] 添加 1.1.1 版本的 change log | ||
|
||
|
||
### contributors: | ||
|
||
非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。 | ||
|
||
- [luky116](https://github.com/luky116) | ||
- [georgehao](https://github.com/georgehao) | ||
- [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> | ||
|