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.1.0_zh.md 4.6 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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.1.0
  16. <details>
  17. <summary><mark>Release notes</mark></summary>
  18. ### Seata-go 1.1.0
  19. Seata-go 1.1.0 发布。
  20. Seata-go 是一款开源的分布式事务解决方案,提供高性能和简单易用的分布式事务服务。
  21. 此版本更新如下:
  22. ### feature:
  23. - [[#491](https://github.com/apache/incubator-seata-go/pull/491)] 支持查询全局事务锁
  24. - [[#482](https://github.com/apache/incubator-seata-go/pull/482)] 支持 AT 模式 multi delete SQL 执行器
  25. - [[#481](https://github.com/apache/incubator-seata-go/pull/481)] 支持 AT 模式 multi update SQL 执行器
  26. - [[#478](https://github.com/apache/incubator-seata-go/pull/478)] 支持 AT 模式 select for update SQL 执行器
  27. - [[#477](https://github.com/apache/incubator-seata-go/pull/477)] 支持 undo log 的 json 序列化方式
  28. - [[#456](https://github.com/apache/incubator-seata-go/pull/456)] 支持 AT 模式 insert on update SQL 执行器
  29. - [[#444](https://github.com/apache/incubator-seata-go/pull/444)] 支持 BZip 压缩算法
  30. - [[#436](https://github.com/apache/incubator-seata-go/pull/436)] 支持读取 rm 相关的配置文件
  31. - [[#433](https://github.com/apache/incubator-seata-go/pull/433)] 支持 xa 连接管理
  32. - [[#430](https://github.com/apache/incubator-seata-go/pull/430)] 支持读取 getty 相关的配置文件
  33. ### bugfix:
  34. - [[#509](https://github.com/apache/incubator-seata-go/pull/509)] 修复 AT 模式下执行 insert on update 时 undo log 的 SQLType 字段的问题
  35. - [[#495](https://github.com/apache/incubator-seata-go/pull/495)] 修复 undo log 的 SQLType 字段的问题
  36. - [[#487](https://github.com/apache/incubator-seata-go/pull/487)] 修复 AT 执行时出现的问题
  37. - [[#472](https://github.com/apache/incubator-seata-go/pull/472)] 修复全局事务中上下文丢失值问题
  38. - [[#461](https://github.com/apache/incubator-seata-go/pull/461)] 修复 error_code_test 中变量未定义导致的 ci 失败问题
  39. - [[#459](https://github.com/apache/incubator-seata-go/pull/459)] 修复 error 日志重复打印问题
  40. - [[#452](https://github.com/apache/incubator-seata-go/pull/452)] 修复 AT 模式 执行 insert SQL 时 id 自增的报错问题
  41. ### optimize:
  42. - [[#507](https://github.com/apache/incubator-seata-go/pull/507)] 优化 AT 模式 multiple update SQL 执行器
  43. - [[#505](https://github.com/apache/incubator-seata-go/pull/505)] 优化 AT 模式 multi SQL 执行器
  44. - [[#453](https://github.com/apache/incubator-seata-go/pull/453)] 优化 messageType 和 transactionErrorCode 枚举值
  45. - [[#447](https://github.com/apache/incubator-seata-go/pull/447)] 优化数据源初始化流程
  46. - [[#466](https://github.com/apache/incubator-seata-go/pull/466)] 优化变量的命名
  47. ### test:
  48. - [[#445](https://github.com/apache/incubator-seata-go/pull/445)] 添加 TransactionErrorCode 的单元测试
  49. ### doc:
  50. - [[#492](https://github.com/apache/incubator-seata-go/pull/492)] 更新 readme 文件的已完成功能列表
  51. - [[#489](https://github.com/apache/incubator-seata-go/pull/489)] 添加 1.1.0 版本的 change log
  52. ### contributors:
  53. 非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。
  54. - [luky116](https://github.com/luky116)
  55. - [georgehao](https://github.com/georgehao)
  56. - [lxfeng1997](https://github.com/lxfeng1997)
  57. - [106umao](https://github.com/106umao)
  58. - [wang1309](https://github.com/wang1309)
  59. - [iSuperCoder](https://github.com/iSuperCoder)
  60. - [Charlie17Li](https://github.com/Charlie17Li)
  61. - [Code-Fight](https://github.com/Code-Fight)
  62. - [Kirhaku](https://github.com/Kirhaku)
  63. - [Vaderkai](https://github.com/VaderKai)
  64. - [springrain](https://github.com/springrain)
  65. - [Shaozhou Hu](https://github.com/raspberry-hu)
  66. - [finkyky](https://github.com/Finkyky)
  67. 同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
  68. </detail>