-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add release 0.1.0 changes note (#169)
doc: add release 0.0.1-rc1 changes note
- Loading branch information
Showing
3 changed files
with
194 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Release Notes | ||
--- | ||
|
||
## 0.1.0-rc1 | ||
|
||
### feature: | ||
|
||
- [[#1](https://github.com/seata/seata-go/commit/06b9969bb3fd24071adc271dc543c3eb684070c9)] initialize project structure and support tcc local | ||
- [[#2](https://github.com/seata/seata-go/commit/80913fa73e38fd3c159dcd28804344b9a87f718c)] add github Actions | ||
- [[#122](https://github.com/seata/seata-go/pull/122)] feat: add two phase and tcc dubbo | ||
- [[#127](https://github.com/seata/seata-go/pull/127)] feat: transaction at datasource | ||
|
||
### bugfix: | ||
|
||
- [[#5](https://github.com/seata/seata-go/commit/48f1b6bf6c8890d649ceac3d048f61695dce2f7a)] fix cli bug | ||
- [[#15](https://github.com/seata/seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] fix branch commit bug | ||
- [[#34](https://github.com/seata/seata-go/commit/846a3b336194f9d188f07bf6af65f617b0baf489)] style:change bool to struct{} | ||
- [[#130](https://github.com/seata/seata-go/pull/130)] fix: getty session auto close bug | ||
- [[#155](https://github.com/seata/seata-go/pull/155)] bugfix: fix rollback response status bug | ||
|
||
### optimize: | ||
|
||
- [[#3](https://github.com/seata/seata-go/commit/65c2e1ed676a2306eb10f7d43e3bf5b37271ee3e)] adjust the structure of the project | ||
- [[#18](https://github.com/seata/seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] remove goetty | ||
- [[#19](https://github.com/seata/seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] optimize codec code | ||
- [[#125](https://github.com/seata/seata-go/pull/125)] optimize named for the resource manager api | ||
- [[#165](https://github.com/seata/seata-go/pull/165)] test: add unit test and labeler workflow | ||
|
||
### test: | ||
|
||
- [[#9f4d8](https://github.com/seata/seata-go/commit/9f4d8cc0b6f1e26860cded5ab05b504ad6a6d6ff)] add unit test for codec | ||
|
||
### doc: | ||
|
||
- [[#0](https://github.com/seata/seata-go/commit/fcda132629032321a7cc733a7a2ed02e05c2151b)] hello world | ||
- [[#146](https://github.com/seata/seata-go/pull/146)] doc: add license | ||
- [[#153](https://github.com/seata/seata-go/pull/153)] docs: add readme ,contributing and pr template doc | ||
- [[#167](https://github.com/seata/seata-go/pull/167)] fix typo in reademe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<!-- | ||
Licensed to the Apache Software Foundation (ASF) under one or more | ||
contributor license agreements. See the NOTICE file distributed with | ||
this work for additional information regarding copyright ownership. | ||
The ASF licenses this file to You under the Apache License, Version 2.0 | ||
(the "License"); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
|
||
### 0.1.0-rc1 | ||
|
||
<details> | ||
<summary><mark>Release notes</mark></summary> | ||
|
||
### Seata-go 0.1.0-rc1 | ||
|
||
Seata-go 0.1.0-rc1 Released. | ||
|
||
Seata-go is an easy-to-use, high-performance, open source distributed transaction solution. | ||
|
||
The version is updated as follows: | ||
|
||
### feature: | ||
|
||
- [[#1](https://github.com/seata/seata-go/commit/06b9969bb3fd24071adc271dc543c3eb684070c9)] initialize project structure and support tcc local | ||
- [[#2](https://github.com/seata/seata-go/commit/80913fa73e38fd3c159dcd28804344b9a87f718c)] add github Actions | ||
- [[#122](https://github.com/seata/seata-go/pull/122)] feat: add two phase and tcc dubbo | ||
- [[#127](https://github.com/seata/seata-go/pull/127)] feat: transaction at datasource | ||
|
||
### bugfix: | ||
|
||
- [[#5](https://github.com/seata/seata-go/commit/48f1b6bf6c8890d649ceac3d048f61695dce2f7a)] fix cli bug | ||
- [[#15](https://github.com/seata/seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] fix branch commit bug | ||
- [[#34](https://github.com/seata/seata-go/commit/846a3b336194f9d188f07bf6af65f617b0baf489)] style:change bool to struct{} | ||
- [[#130](https://github.com/seata/seata-go/pull/130)] fix: getty session auto close bug | ||
- [[#155](https://github.com/seata/seata-go/pull/155)] bugfix: fix rollback response status bug | ||
|
||
### optimize: | ||
|
||
- [[#3](https://github.com/seata/seata-go/commit/65c2e1ed676a2306eb10f7d43e3bf5b37271ee3e)] adjust the structure of the project | ||
- [[#18](https://github.com/seata/seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] remove goetty | ||
- [[#19](https://github.com/seata/seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] optimize codec code | ||
- [[#125](https://github.com/seata/seata-go/pull/125)] optimize named for the resource manager api | ||
- [[#165](https://github.com/seata/seata-go/pull/165)] test: add unit test and labeler workflow | ||
|
||
### test: | ||
|
||
- [[#9f4d8](https://github.com/seata/seata-go/commit/9f4d8cc0b6f1e26860cded5ab05b504ad6a6d6ff)] add unit test for codec | ||
|
||
### doc: | ||
|
||
- [[#0](https://github.com/seata/seata-go/commit/fcda132629032321a7cc733a7a2ed02e05c2151b)] hello world | ||
- [[#146](https://github.com/seata/seata-go/pull/146)] doc: add license | ||
- [[#153](https://github.com/seata/seata-go/pull/153)] docs: add readme ,contributing and pr template doc | ||
- [[#167](https://github.com/seata/seata-go/pull/167)] fix typo in reademe | ||
|
||
### contributors: | ||
|
||
Thanks to these contributors for their code commits. Please report an unintended omission. | ||
|
||
- [AlexStocks](https://github.com/AlexStocks) | ||
- [luky116](https://github.com/luky116) | ||
- [106umao](https://github.com/106umao) | ||
- [liiibpm](https://github.com/liiibpm) | ||
- [cgDeepLearn](https://github.com/cgDeepLearn) | ||
- [Penglq](https://github.com/Penglq) | ||
|
||
Also, we receive many valuable issues, questions and advices from our community. Thanks for you all. | ||
|
||
</detail> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<!-- | ||
Licensed to the Apache Software Foundation (ASF) under one or more | ||
contributor license agreements. See the NOTICE file distributed with | ||
this work for additional information regarding copyright ownership. | ||
The ASF licenses this file to You under the Apache License, Version 2.0 | ||
(the "License"); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
|
||
### 0.1.0-rc1 | ||
|
||
<details> | ||
<summary><mark>Release notes</mark></summary> | ||
|
||
### Seata-go 0.1.0-rc1 | ||
|
||
Seata-go 0.1.0-rc1 发布。 | ||
|
||
Seata-go 是一款开源的分布式事务解决方案,提供高性能和简单易用的分布式事务服务。 | ||
|
||
此版本更新如下: | ||
|
||
### feature: | ||
|
||
- [[#1](https://github.com/seata/seata-go/commit/06b9969bb3fd24071adc271dc543c3eb684070c9)] 项目初始化,并且支持TCC本地模式 | ||
- [[#2](https://github.com/seata/seata-go/commit/80913fa73e38fd3c159dcd28804344b9a87f718c)] 添加 github 工作流 | ||
- [[#122](https://github.com/seata/seata-go/pull/122)] 添加二阶段提交和TCC dubbo调用 | ||
- [[#127](https://github.com/seata/seata-go/pull/127)] 添加事务数据源代理 | ||
|
||
### bugfix: | ||
|
||
- [[#5](https://github.com/seata/seata-go/commit/48f1b6bf6c8890d649ceac3d048f61695dce2f7a)] 修复cli的问题 | ||
- [[#15](https://github.com/seata/seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] 修复提交分支事务的问题 | ||
- [[#34](https://github.com/seata/seata-go/commit/846a3b336194f9d188f07bf6af65f617b0baf489)] 将bool改为struct{} | ||
- [[#130](https://github.com/seata/seata-go/pull/130)] 修复getty 自动关闭session的问题 | ||
- [[#155](https://github.com/seata/seata-go/pull/155)] 修复分支事务回滚时返回值status的问题 | ||
|
||
### optimize: | ||
|
||
- [[#3](https://github.com/seata/seata-go/commit/65c2e1ed676a2306eb10f7d43e3bf5b37271ee3e)] 调整项目结构 | ||
- [[#18](https://github.com/seata/seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] 移除 goetty 包依赖 | ||
- [[#19](https://github.com/seata/seata-go/commit/de615531e9d17af66067c54452ee5bce2d670008)] 重构 codec 的代码 | ||
- [[#125](https://github.com/seata/seata-go/pull/125)] 重名 rm api 的接口 | ||
- [[#165](https://github.com/seata/seata-go/pull/165)] 完善 github 工作流 | ||
|
||
### test: | ||
|
||
- [[#9f4d8](https://github.com/seata/seata-go/commit/9f4d8cc0b6f1e26860cded5ab05b504ad6a6d6ff)] 添加codec的单测 | ||
|
||
### doc: | ||
|
||
- [[#0](https://github.com/seata/seata-go/commit/fcda132629032321a7cc733a7a2ed02e05c2151b)] hello world | ||
- [[#146](https://github.com/seata/seata-go/pull/146)] 添加 license 文件 | ||
- [[#153](https://github.com/seata/seata-go/pull/153)] 添加 readme 、contributing 和 pr template 文件 | ||
- [[#167](https://github.com/seata/seata-go/pull/167)] 完善 reamdme 文件格式 | ||
|
||
### contributors: | ||
|
||
非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。 | ||
|
||
- [AlexStocks](https://github.com/AlexStocks) | ||
- [luky116](https://github.com/luky116) | ||
- [106umao](https://github.com/106umao) | ||
- [liiibpm](https://github.com/liiibpm) | ||
- [cgDeepLearn](https://github.com/cgDeepLearn) | ||
- [Penglq](https://github.com/Penglq) | ||
|
||
同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。 | ||
|
||
</detail> |