|
30 | 30 |
|
31 | 31 | ### feature: |
32 | 32 |
|
33 | | - - [[#1](https://github.com/seata/seata-go/commit/06b9969bb3fd24071adc271dc543c3eb684070c9)] initialize project structure and support tcc local |
34 | | - - [[#2](https://github.com/seata/seata-go/commit/80913fa73e38fd3c159dcd28804344b9a87f718c)] add github Actions |
35 | | - - [[#122](https://github.com/seata/seata-go/pull/122)] feat: add two phase and tcc dubbo |
36 | | - - [[#127](https://github.com/seata/seata-go/pull/127)] feat: transaction at datasource |
| 33 | + - [[#1](https://github.com/apache/incubator-seata-go/commit/06b9969bb3fd24071adc271dc543c3eb684070c9)] initialize project structure and support tcc local |
| 34 | + - [[#2](https://github.com/apache/incubator-seata-go/commit/80913fa73e38fd3c159dcd28804344b9a87f718c)] add github Actions |
| 35 | + - [[#122](https://github.com/apache/incubator-seata-go/pull/122)] feat: add two phase and tcc dubbo |
| 36 | + - [[#127](https://github.com/apache/incubator-seata-go/pull/127)] feat: transaction at datasource |
37 | 37 |
|
38 | 38 | ### bugfix: |
39 | 39 |
|
40 | | - - [[#5](https://github.com/seata/seata-go/commit/48f1b6bf6c8890d649ceac3d048f61695dce2f7a)] fix cli bug |
41 | | - - [[#15](https://github.com/seata/seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] fix branch commit bug |
42 | | - - [[#34](https://github.com/seata/seata-go/commit/846a3b336194f9d188f07bf6af65f617b0baf489)] style:change bool to struct{} |
43 | | - - [[#130](https://github.com/seata/seata-go/pull/130)] fix: getty session auto close bug |
44 | | - - [[#155](https://github.com/seata/seata-go/pull/155)] bugfix: fix rollback response status bug |
| 40 | + - [[#5](https://github.com/apache/incubator-seata-go/commit/48f1b6bf6c8890d649ceac3d048f61695dce2f7a)] fix cli bug |
| 41 | + - [[#15](https://github.com/apache/incubator-seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] fix branch commit bug |
| 42 | + - [[#34](https://github.com/apache/incubator-seata-go/commit/846a3b336194f9d188f07bf6af65f617b0baf489)] style:change bool to struct{} |
| 43 | + - [[#130](https://github.com/apache/incubator-seata-go/pull/130)] fix: getty session auto close bug |
| 44 | + - [[#155](https://github.com/apache/incubator-seata-go/pull/155)] bugfix: fix rollback response status bug |
45 | 45 |
|
46 | 46 | ### optimize: |
47 | 47 |
|
48 | | - - [[#3](https://github.com/seata/seata-go/commit/65c2e1ed676a2306eb10f7d43e3bf5b37271ee3e)] adjust the structure of the project |
49 | | - - [[#18](https://github.com/seata/seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] remove goetty |
50 | | - - [[#19](https://github.com/seata/seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] optimize codec code |
51 | | - - [[#125](https://github.com/seata/seata-go/pull/125)] optimize named for the resource manager api |
52 | | - - [[#165](https://github.com/seata/seata-go/pull/165)] test: add unit test and labeler workflow |
| 48 | + - [[#3](https://github.com/apache/incubator-seata-go/commit/65c2e1ed676a2306eb10f7d43e3bf5b37271ee3e)] adjust the structure of the project |
| 49 | + - [[#18](https://github.com/apache/incubator-seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] remove goetty |
| 50 | + - [[#19](https://github.com/apache/incubator-seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] optimize codec code |
| 51 | + - [[#125](https://github.com/apache/incubator-seata-go/pull/125)] optimize named for the resource manager api |
| 52 | + - [[#165](https://github.com/apache/incubator-seata-go/pull/165)] test: add unit test and labeler workflow |
53 | 53 |
|
54 | 54 | ### test: |
55 | 55 |
|
56 | | - - [[#9f4d8](https://github.com/seata/seata-go/commit/9f4d8cc0b6f1e26860cded5ab05b504ad6a6d6ff)] add unit test for codec |
| 56 | + - [[#9f4d8](https://github.com/apache/incubator-seata-go/commit/9f4d8cc0b6f1e26860cded5ab05b504ad6a6d6ff)] add unit test for codec |
57 | 57 |
|
58 | 58 | ### doc: |
59 | 59 |
|
60 | | -- [[#0](https://github.com/seata/seata-go/commit/fcda132629032321a7cc733a7a2ed02e05c2151b)] hello world |
61 | | -- [[#146](https://github.com/seata/seata-go/pull/146)] doc: add license |
62 | | -- [[#153](https://github.com/seata/seata-go/pull/153)] docs: add readme ,contributing and pr template doc |
63 | | -- [[#167](https://github.com/seata/seata-go/pull/167)] fix typo in reademe |
| 60 | +- [[#0](https://github.com/apache/incubator-seata-go/commit/fcda132629032321a7cc733a7a2ed02e05c2151b)] hello world |
| 61 | +- [[#146](https://github.com/apache/incubator-seata-go/pull/146)] doc: add license |
| 62 | +- [[#153](https://github.com/apache/incubator-seata-go/pull/153)] docs: add readme ,contributing and pr template doc |
| 63 | +- [[#167](https://github.com/apache/incubator-seata-go/pull/167)] fix typo in reademe |
64 | 64 |
|
65 | 65 | ### contributors: |
66 | 66 |
|
|
0 commit comments