tag | e30a355872c9bac8832ed213a4faa690821f1d31 | |
---|---|---|
tagger | luky116 <luky116@126.com> | Mon May 29 20:21:33 2023 +0800 |
object | 12a63faf05389f662e427f8ffd833edcda401df4 |
v1.2.0
commit | 12a63faf05389f662e427f8ffd833edcda401df4 | [log] [tgz] |
---|---|---|
author | Yuecai Liu <38887641+luky116@users.noreply.github.com> | Mon May 29 20:18:56 2023 +0800 |
committer | GitHub <noreply@github.com> | Mon May 29 20:18:56 2023 +0800 |
tree | 158ad8a5c5bb298485d031dc70c394061e1c9d0d | |
parent | 7c3867f0d6e064e84ceed476a52758686405a1a9 [diff] |
add 1.2.0 change log (#567) * add 1.2.0 change log
Seata is a very mature distributed transaction framework, and is the de facto standard platform for distributed transaction technology in the Java field. Seata-go is the implementation version of go language in Seata multilingual ecosystem, which realizes the interoperability between Java and Go, so that Go developers can also use seata-go to realize distributed transactions. Please visit the official website of Seata to view the quick start and documentation.
The principle of seata-go is consistent with that of Seata-java, which is composed of TM, RM and TC. The functions of TC reuse Java, and the functions of TM and RM will be aligned with Seata-java later. The overall process is as follows:
if you want to know how to use and integrate seata-go, please refer to seata/seata-go-samples
Seata-go is currently in the construction stage. Welcome colleagues in the industry to join the group and work with us to promote the construction of seata-go! If you want to contribute code to seata-go, you can refer to the code contribution Specification document to understand the specifications of the community, or you can join our community DingTalk group: 33069364 and communicate together!
Seata-go uses Apache license version 2.0. Please refer to the license file for more information.