Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add change-log of version 1.1.1 #550

Merged
merged 4 commits into from
May 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 74 additions & 0 deletions changes/1.1.1.md
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>
78 changes: 78 additions & 0 deletions changes/1.1.1_zh.md
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>