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.0.3_zh.md 4.8 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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.0.3
  16. <details>
  17. <summary><mark>Release notes</mark></summary>
  18. ### Seata-go 1.0.3
  19. Seata-go 1.0.3 发布。
  20. Seata-go 是一款开源的分布式事务解决方案,提供高性能和简单易用的分布式事务服务。
  21. 此版本更新如下:
  22. ### feature:
  23. - [[#380](https://github.com/seata/seata-go/pull/380)] 支持 MySQL XA 的连接
  24. - [[#383](https://github.com/seata/seata-go/pull/383)] 支持 TCC Fence 读取配置文件
  25. - [[#389](https://github.com/seata/seata-go/pull/389)] 添加 XA 模式的事务ID
  26. - [[#398](https://github.com/seata/seata-go/pull/398)] 支持 TM 读取配置文件
  27. - [[#399](https://github.com/seata/seata-go/pull/399)] 支持 getty 读取配置文件
  28. - [[#405](https://github.com/seata/seata-go/pull/405)] 支持 AT 模式 insert on duplicate SQL 解析
  29. - [[#406](https://github.com/seata/seata-go/pull/406)] 支持 transport 读取配置文件
  30. - [[#410](https://github.com/seata/seata-go/pull/410)] 支持 undo log 读取配置文件
  31. - [[#411](https://github.com/seata/seata-go/pull/411)] 在项目中使用 tm 的配置文件属性
  32. - [[#412](https://github.com/seata/seata-go/pull/412)] 支持 RM 读取配置文件
  33. - [[#413](https://github.com/seata/seata-go/pull/413)] 支持 service 读取配置文件
  34. - [[#419](https://github.com/seata/seata-go/pull/419)] 在项目中使用 undo log 的配置文件属性
  35. - [[#421](https://github.com/seata/seata-go/pull/421)] 支持 service 读取配置文件
  36. ### bugfix:
  37. - [[#387](https://github.com/seata/seata-go/pull/387)] 修复 OpenConnector 中死循环的问题
  38. - [[#401](https://github.com/seata/seata-go/pull/401)] 优化注册事务分支的流程
  39. - [[#418](https://github.com/seata/seata-go/pull/418)] 修复 undo log 的配置文件的问题
  40. - [[#423](https://github.com/seata/seata-go/pull/423)] 修复 getty 初始化失败的问题
  41. - [[#424](https://github.com/seata/seata-go/pull/424)] 修复 getty 初始化失败的问题
  42. - [[#429](https://github.com/seata/seata-go/pull/429)] 修复 AT 模式执行失败的问题
  43. ### optimize:
  44. - [[#366](https://github.com/seata/seata-go/pull/366)] AT 回滚前添加数据校验逻辑
  45. - [[#367](https://github.com/seata/seata-go/pull/367)] 优化 AT 代码的命名
  46. - [[#369](https://github.com/seata/seata-go/pull/369)] 移除不用的方法
  47. - [[#385](https://github.com/seata/seata-go/pull/385)] 优化 AT sample 的建表SQL
  48. - [[#388](https://github.com/seata/seata-go/pull/388)] 优化代码注释,删除不用的代码
  49. - [[#390](https://github.com/seata/seata-go/pull/390)] 优化 RM 的初始化流程
  50. - [[#392](https://github.com/seata/seata-go/pull/392)] 优化代码的风格问题
  51. - [[#394](https://github.com/seata/seata-go/pull/394)] 重构 AT 模式的执行器
  52. - [[#400](https://github.com/seata/seata-go/pull/400)] 优化 protocol 的初始化流程
  53. - [[#408](https://github.com/seata/seata-go/pull/408)] 优化 log 的初始化流程
  54. - [[#409](https://github.com/seata/seata-go/pull/409)] 重构 AT 模式的 delete 和 insert SQL 的执行逻辑
  55. - [[#414](https://github.com/seata/seata-go/pull/414)] 重命名单测文件
  56. - [[#422](https://github.com/seata/seata-go/pull/422)] 移除未使用的 config 代码
  57. ### test:
  58. ### doc:
  59. - [[#417](https://github.com/seata/seata-go/pull/417)] 调整 readme 文件内容
  60. ### contributors:
  61. 非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。
  62. - [AlexStocks](https://github.com/AlexStocks)
  63. - [luky116](https://github.com/luky116)
  64. - [georgehao](https://github.com/georgehao)
  65. - [lxfeng1997](https://github.com/lxfeng1997)
  66. - [106umao](https://github.com/106umao)
  67. - [liiibpm](https://github.com/liiibpm)
  68. - [wang1309](https://github.com/wang1309)
  69. - [iSuperCoder](https://github.com/iSuperCoder)
  70. - [jasondeng1997](https://github.com/jasondeng1997)
  71. - [Charlie17Li](https://github.com/Charlie17Li)
  72. - [Code-Fight](https://github.com/Code-Fight)
  73. - [Kirhaku](https://github.com/Kirhaku)
  74. 同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
  75. </detail>