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.

0.1.0.md 3.6 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. ### 0.1.0-rc1
  16. <details>
  17. <summary><mark>Release notes</mark></summary>
  18. ### Seata-go 0.1.0-rc1
  19. Seata-go 0.1.0-rc1 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. - [[#1](https://github.com/seata/seata-go/commit/06b9969bb3fd24071adc271dc543c3eb684070c9)] initialize project structure and support tcc local
  24. - [[#2](https://github.com/seata/seata-go/commit/80913fa73e38fd3c159dcd28804344b9a87f718c)] add github Actions
  25. - [[#122](https://github.com/seata/seata-go/pull/122)] feat: add two phase and tcc dubbo
  26. - [[#127](https://github.com/seata/seata-go/pull/127)] feat: transaction at datasource
  27. ### bugfix:
  28. - [[#5](https://github.com/seata/seata-go/commit/48f1b6bf6c8890d649ceac3d048f61695dce2f7a)] fix cli bug
  29. - [[#15](https://github.com/seata/seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] fix branch commit bug
  30. - [[#34](https://github.com/seata/seata-go/commit/846a3b336194f9d188f07bf6af65f617b0baf489)] style:change bool to struct{}
  31. - [[#130](https://github.com/seata/seata-go/pull/130)] fix: getty session auto close bug
  32. - [[#155](https://github.com/seata/seata-go/pull/155)] bugfix: fix rollback response status bug
  33. ### optimize:
  34. - [[#3](https://github.com/seata/seata-go/commit/65c2e1ed676a2306eb10f7d43e3bf5b37271ee3e)] adjust the structure of the project
  35. - [[#18](https://github.com/seata/seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] remove goetty
  36. - [[#19](https://github.com/seata/seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] optimize codec code
  37. - [[#125](https://github.com/seata/seata-go/pull/125)] optimize named for the resource manager api
  38. - [[#165](https://github.com/seata/seata-go/pull/165)] test: add unit test and labeler workflow
  39. ### test:
  40. - [[#9f4d8](https://github.com/seata/seata-go/commit/9f4d8cc0b6f1e26860cded5ab05b504ad6a6d6ff)] add unit test for codec
  41. ### doc:
  42. - [[#0](https://github.com/seata/seata-go/commit/fcda132629032321a7cc733a7a2ed02e05c2151b)] hello world
  43. - [[#146](https://github.com/seata/seata-go/pull/146)] doc: add license
  44. - [[#153](https://github.com/seata/seata-go/pull/153)] docs: add readme ,contributing and pr template doc
  45. - [[#167](https://github.com/seata/seata-go/pull/167)] fix typo in reademe
  46. ### contributors:
  47. Thanks to these contributors for their code commits. Please report an unintended omission.
  48. - [AlexStocks](https://github.com/AlexStocks)
  49. - [luky116](https://github.com/luky116)
  50. - [106umao](https://github.com/106umao)
  51. - [liiibpm](https://github.com/liiibpm)
  52. - [cgDeepLearn](https://github.com/cgDeepLearn)
  53. - [Penglq](https://github.com/Penglq)
  54. Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.
  55. </detail>