From 8e902fd94edda58bad623109481d4bcb0e6dfd79 Mon Sep 17 00:00:00 2001 From: Jason Deng <76831112+jasondeng1997@users.noreply.github.com> Date: Sun, 28 May 2023 16:26:59 +0800 Subject: [PATCH] add change-log of version 1.1.1 (#550) Merge branch 'seata:master' into master --- changes/1.1.1.md | 74 ++++++++++++++++++++++++++++++++++++++++++ changes/1.1.1_zh.md | 78 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 152 insertions(+) create mode 100644 changes/1.1.1.md create mode 100644 changes/1.1.1_zh.md diff --git a/changes/1.1.1.md b/changes/1.1.1.md new file mode 100644 index 000000000..7be1342b6 --- /dev/null +++ b/changes/1.1.1.md @@ -0,0 +1,74 @@ + + +### 1.1.1 + +
+ Release notes + +### 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. + + \ No newline at end of file diff --git a/changes/1.1.1_zh.md b/changes/1.1.1_zh.md new file mode 100644 index 000000000..189a39a03 --- /dev/null +++ b/changes/1.1.1_zh.md @@ -0,0 +1,78 @@ + + +### 1.1.1 + +
+ Release notes + + ### 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和建议,非常感谢大家。 + + +