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.md 3.2 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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 Released.
  20. Seata-go is an easy-to-use, high-performance, open source distributed transaction solution.
  21. The version is updated as follows:
  22. ### feature:
  23. - [[#534](https://github.com/apache/incubator-seata-go/pull/534)] support session load balance
  24. - [[#535](https://github.com/apache/incubator-seata-go/pull/535)] add integrate test
  25. ### bugfix:
  26. - [[#540](https://github.com/apache/incubator-seata-go/pull/540)] fix init xa panic bug
  27. - [[#545](https://github.com/apache/incubator-seata-go/pull/545)] fix get db version bug
  28. - [[#548](https://github.com/apache/incubator-seata-go/pull/548)] fix start xa failed bug
  29. - [[#556](https://github.com/apache/incubator-seata-go/pull/556)] fix start xa driver failed bug
  30. - [[#562](https://github.com/apache/incubator-seata-go/pull/562)] fix commit xa panic bug
  31. - [[#564](https://github.com/apache/incubator-seata-go/pull/564)] fix commit xa branch bug
  32. - [[#566](https://github.com/apache/incubator-seata-go/pull/566)] fix execute local tx bug
  33. ### optimize:
  34. - [[#523](https://github.com/apache/incubator-seata-go/pull/523)] optimize the golang ci lint
  35. - [[#525](https://github.com/apache/incubator-seata-go/pull/456)] rename parser name from jackson to json
  36. - [[#532](https://github.com/apache/incubator-seata-go/pull/532)] remove duplicate code
  37. - [[#536](https://github.com/apache/incubator-seata-go/pull/536)] format go import
  38. - [[#554](https://github.com/apache/incubator-seata-go/pull/554)] optimize the performance of XA transactions
  39. - [[#561](https://github.com/apache/incubator-seata-go/pull/561)] optimize xa output log
  40. ### test:
  41. ### doc:
  42. - [[#550](https://github.com/apache/incubator-seata-go/pull/550)] add change-log of version 1.2.0
  43. ### contributors:
  44. Thanks to these contributors for their code commits. Please report an unintended omission.
  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. Also, we receive many valuable issues, questions and advices from our community. Thanks all.
  56. </detail>