-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add release 2.0.0 note #752
base: master
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,131 @@ | |||
<!-- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
文档名字貌似取错了,英文里面放中文,中文文档里面放中文
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -0,0 +1,132 @@ | |||
<!-- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
中文版里面放英文
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
changes/2.0.0.md
Outdated
|
||
### feature: | ||
|
||
- [[#574](https://github.com/apache/incubator-seata-go/pull/574)] 支持本地文件类型和 Nacos 类型的注册中心 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里面,要么按照重要程度从上往下排列,要么按照 issue id 顺序从大到小排列,别把小的排到最上面
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
changes/2.0.0.md
Outdated
- [[#594](https://github.com/apache/incubator-seata-go/pull/594)] 优化 branch commit procesor 的日志 | ||
- [[#621](https://github.com/apache/incubator-seata-go/pull/621)] 为 ci 添加 codeql | ||
- [[#631](https://github.com/apache/incubator-seata-go/pull/631)] 将 crypto 版本从 0.9.0 升级到 0.17.0 | ||
- [[#652](https://github.com/apache/incubator-seata-go/pull/652)] 将 grpc 版本从 1.51.0 升级到 1.56.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
把 grpc 改为 gRPC,英文版本同样改下吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
changelog 如果整体风格按照 seata 来推进,那就把 https://github.com/apache/incubator-seata-go/blob/master/CHANGELOG.md 这个文件删掉吧 |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
xa要不要大写 我看下面都是大写 AT也是大写
|
||
### bugfix: | ||
|
||
- [[#540](https://github.com/apache/incubator-seata-go/pull/540)] fix init xa panic bug |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
xa要不要大写 我看下面都是大写 AT也是大写
- [[#674](https://github.com/apache/incubator-seata-go/pull/674)] fix XA rollback bug | ||
- [[#690](https://github.com/apache/incubator-seata-go/pull/690)] fix AT undo log jackson parser not found bug | ||
- [[#701](https://github.com/apache/incubator-seata-go/pull/701)] fix the InsertOnDuplicateUpdate is an issue with bypassing modifying the primary key | ||
- [[#717](https://github.com/apache/incubator-seata-go/pull/717)] support xa report state to TC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
xa要不要大写 我看下面都是大写 AT也是大写
What this PR does:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: