You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.2.0_zh.md 3.3 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <!--
  2. Licensed to the Apache Software Foundation (ASF) under one or more
  3. contributor license agreements. See the NOTICE file distributed with
  4. this work for additional information regarding copyright ownership.
  5. The ASF licenses this file to You under the Apache License, Version 2.0
  6. (the "License"); you may not use this file except in compliance with
  7. the License. You may obtain a copy of the License at
  8. http://www.apache.org/licenses/LICENSE-2.0
  9. Unless required by applicable law or agreed to in writing, software
  10. distributed under the License is distributed on an "AS IS" BASIS,
  11. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. See the License for the specific language governing permissions and
  13. limitations under the License.
  14. -->
  15. ### 1.2.0
  16. <details>
  17. <summary><mark>Release notes</mark></summary>
  18. ### Seata-go 1.2.0
  19. Seata-go 1.2.0 发布。
  20. Seata-go 是一款开源的分布式事务解决方案,提供高性能和简单易用的分布式事务服务。
  21. 此版本更新如下:
  22. ### feature:
  23. - [[#534](https://github.com/apache/incubator-seata-go/pull/534)] 支持 session 的负载均衡
  24. - [[#535](https://github.com/apache/incubator-seata-go/pull/535)] 添加加成测试
  25. ### bugfix:
  26. - [[#540](https://github.com/apache/incubator-seata-go/pull/540)] 修复初始化 xa 模式的 bug
  27. - [[#545](https://github.com/apache/incubator-seata-go/pull/545)] 修复 xa 模式获取 db 版本号的 bug
  28. - [[#548](https://github.com/apache/incubator-seata-go/pull/548)] 修复启动 xa 时候会失败的 bug
  29. - [[#556](https://github.com/apache/incubator-seata-go/pull/556)] 修复 xa 数据源的 bug
  30. - [[#562](https://github.com/apache/incubator-seata-go/pull/562)] 修复提交 xa 全局事务的 bug
  31. - [[#564](https://github.com/apache/incubator-seata-go/pull/564)] 修复提交 xa 分支事务的 bug
  32. - [[#566](https://github.com/apache/incubator-seata-go/pull/566)] 修复使用 xa 数据源执行本地事务的 bug
  33. ### optimize:
  34. - [[#523](https://github.com/apache/incubator-seata-go/pull/523)] 优化 CI 流程
  35. - [[#525](https://github.com/apache/incubator-seata-go/pull/456)] 将 jackson 序列化重命名为 json
  36. - [[#532](https://github.com/apache/incubator-seata-go/pull/532)] 移除重复的代码
  37. - [[#536](https://github.com/apache/incubator-seata-go/pull/536)] 优化 go import 代码格式
  38. - [[#554](https://github.com/apache/incubator-seata-go/pull/554)] 优化 xa 模式的性能
  39. - [[#561](https://github.com/apache/incubator-seata-go/pull/561)] 优化 xa 模式的日志输出
  40. ### test:
  41. ### doc:
  42. - [[#550](https://github.com/apache/incubator-seata-go/pull/550)] 添加 1.2.0 版本的改动日志
  43. ### contributors:
  44. 非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。
  45. - [georgehao](https://github.com/georgehao)
  46. - [luky116](https://github.com/luky116)
  47. - [jasondeng1997](https://github.com/jasondeng1997)
  48. - [106umao](https://github.com/106umao)
  49. - [wang1309](https://github.com/wang1309)
  50. - [iSuperCoder](https://github.com/iSuperCoder)
  51. - [Charlie17Li](https://github.com/Charlie17Li)
  52. - [Code-Fight](https://github.com/Code-Fight)
  53. - [Kirhaku](https://github.com/Kirhaku)
  54. - [Vaderkai](https://github.com/VaderKai)
  55. 同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
  56. </detail>