Skip to content

Commit

Permalink
add 1.7.1 release notes (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Sep 7, 2023
1 parent 01b7dc3 commit 18c22c6
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 3 deletions.
63 changes: 63 additions & 0 deletions i18n/en/docusaurus-plugin-content-docs/current/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,69 @@ description: This article will introduce you how to understand the details of ea
>
> Release Notes: https://github.com/seata/seata/releases
### 1.7.1 (2023-09-05)

[source](https://github.com/seata/seata/archive/v1.7.1.zip) |
[binary](https://github.com/seata/seata/releases/download/v1.7.1/seata-server-1.7.1.zip)

<details>
<summary><mark>Release notes</mark></summary>


### Seata 1.7.1

Seata 1.7.1 Released

Seata is an easy-to-use, high-performance, open source distributed transaction solution.

The version is updated as follows:

### feature:
- [[#5803](https://github.com/seata/seata/pull/5803)] docker image supports JVM parameter injection

### bugfix:
- [[#5749](https://github.com/seata/seata/pull/5749)] case of the pk col-name in the business sql is inconsistent with the case in the table metadata, resulting in a rollback failure
- [[#5762](https://github.com/seata/seata/pull/5762)] change some fields type of TableMetaCache to avoid integer overflow
- [[#5769](https://github.com/seata/seata/pull/5769)] fix the problem that the parameter prefix requirement of the setAttachment method in sofa-rpc is not met
- [[#5814](https://github.com/seata/seata/pull/5814)] fix XA transaction start exception and rollback failure
- [[#5771](https://github.com/seata/seata/pull/5771)] insert executor keywords unescape
- [[#5819](https://github.com/seata/seata/pull/5814)] fix oracle column alias cannot find

### optimize:
- [[#5804](https://github.com/seata/seata/pull/5804)] optimize docker default timezone
- [[#5815](https://github.com/seata/seata/pull/5815)] support the nacos application name property
- [[#5820](https://github.com/seata/seata/pull/5820)] unified log output directory
- [[#5822](https://github.com/seata/seata/pull/5822)] upgrade some deprecated github actions

### security:
- [[#5728](https://github.com/seata/seata/pull/5728)] fix some dependencies vulnerability
- [[#5766](https://github.com/seata/seata/pull/5766)] fix some serializer vulnerabilities

Thanks to these contributors for their code commits. Please report an unintended omission.

<!-- Please make sure your Github ID is in the list below -->
- [slievrly](https://github.com/slievrly)
- [capthua](https://github.com/capthua)
- [robynron](https://github.com/robynron)
- [dmego](https://github.com/dmego)
- [xingfudeshi](https://github.com/xingfudeshi)
- [hadoop835](https://github.com/hadoop835)
- [a364176773](https://github.com/a364176773)
- [DroidEye2ONGU](https://github.com/DroidEye2ONGU)


Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.

#### Link

- **Seata:** https://github.com/seata/seata
- **Seata-Samples:** https://github.com/seata/seata-samples
- **Release:** https://github.com/seata/seata/releases
- **WebSite:** https://seata.io

</details>


### 1.7.0 (2023-07-11)

[source](https://github.com/seata/seata/archive/v1.7.0.zip) |
Expand Down
63 changes: 63 additions & 0 deletions i18n/en/docusaurus-plugin-content-docs/version-v1.7/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,69 @@ description: This article will introduce you how to understand the details of ea
>
> Release Notes: https://github.com/seata/seata/releases
### 1.7.1 (2023-09-05)

[source](https://github.com/seata/seata/archive/v1.7.1.zip) |
[binary](https://github.com/seata/seata/releases/download/v1.7.1/seata-server-1.7.1.zip)

<details>
<summary><mark>Release notes</mark></summary>


### Seata 1.7.1

Seata 1.7.1 Released

Seata is an easy-to-use, high-performance, open source distributed transaction solution.

The version is updated as follows:

### feature:
- [[#5803](https://github.com/seata/seata/pull/5803)] docker image supports JVM parameter injection

### bugfix:
- [[#5749](https://github.com/seata/seata/pull/5749)] case of the pk col-name in the business sql is inconsistent with the case in the table metadata, resulting in a rollback failure
- [[#5762](https://github.com/seata/seata/pull/5762)] change some fields type of TableMetaCache to avoid integer overflow
- [[#5769](https://github.com/seata/seata/pull/5769)] fix the problem that the parameter prefix requirement of the setAttachment method in sofa-rpc is not met
- [[#5814](https://github.com/seata/seata/pull/5814)] fix XA transaction start exception and rollback failure
- [[#5771](https://github.com/seata/seata/pull/5771)] insert executor keywords unescape
- [[#5819](https://github.com/seata/seata/pull/5814)] fix oracle column alias cannot find

### optimize:
- [[#5804](https://github.com/seata/seata/pull/5804)] optimize docker default timezone
- [[#5815](https://github.com/seata/seata/pull/5815)] support the nacos application name property
- [[#5820](https://github.com/seata/seata/pull/5820)] unified log output directory
- [[#5822](https://github.com/seata/seata/pull/5822)] upgrade some deprecated github actions

### security:
- [[#5728](https://github.com/seata/seata/pull/5728)] fix some dependencies vulnerability
- [[#5766](https://github.com/seata/seata/pull/5766)] fix some serializer vulnerabilities

Thanks to these contributors for their code commits. Please report an unintended omission.

<!-- Please make sure your Github ID is in the list below -->
- [slievrly](https://github.com/slievrly)
- [capthua](https://github.com/capthua)
- [robynron](https://github.com/robynron)
- [dmego](https://github.com/dmego)
- [xingfudeshi](https://github.com/xingfudeshi)
- [hadoop835](https://github.com/hadoop835)
- [a364176773](https://github.com/a364176773)
- [DroidEye2ONGU](https://github.com/DroidEye2ONGU)


Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.

#### Link

- **Seata:** https://github.com/seata/seata
- **Seata-Samples:** https://github.com/seata/seata-samples
- **Release:** https://github.com/seata/seata/releases
- **WebSite:** https://seata.io

</details>


### 1.7.0 (2023-07-11)

[source](https://github.com/seata/seata/archive/v1.7.0.zip) |
Expand Down
63 changes: 63 additions & 0 deletions i18n/zh-cn/docusaurus-plugin-content-docs/current/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,69 @@ description: 本文将向你介绍如何点击了解各版本详情和升级注
>
> 发布说明: https://github.com/seata/seata/releases
### 1.7.1 (2023-09-05,推荐版本)

[source](https://github.com/seata/seata/archive/v1.7.1.zip) |
[binary](https://github.com/seata/seata/releases/download/v1.7.1/seata-server-1.7.1.zip)


<details>
<summary><mark>Release notes</mark></summary>


### Seata 1.7.1

Seata 1.7.1 发布

Seata 是一款开源的分布式事务解决方案,提供高性能和简单易用的分布式事务服务。

此版本更新如下:

### feature:
- [[#5803](https://github.com/seata/seata/pull/5803)] docker镜像支持注入JVM参数到容器

### bugfix:
- [[#5749](https://github.com/seata/seata/pull/5749)] 修复在某些情况下,业务sql中主键字段名大小写与表元数据中的不一致,导致回滚失败
- [[#5762](https://github.com/seata/seata/pull/5762)] 修复TableMetaCache的一些字段类型,避免溢出
- [[#5769](https://github.com/seata/seata/pull/5769)] 修复不满足 sofa-rpc 中 setAttachment 方法的参数前缀要求问题
- [[#5814](https://github.com/seata/seata/pull/5814)] 修复druid依赖冲突导致的XA事务开始异常与回滚失败
- [[#5771](https://github.com/seata/seata/pull/5771)] 修复insert executor对关键字未转义的问题
- [[#5819](https://github.com/seata/seata/pull/5814)] 修复oracle alias 解析异常

### optimize:
- [[#5804](https://github.com/seata/seata/pull/5804)] 优化docker镜像的默认时区
- [[#5815](https://github.com/seata/seata/pull/5815)] 支持 Nacos applicationName 属性
- [[#5820](https://github.com/seata/seata/pull/5820)] 统一日志输出目录
- [[#5822](https://github.com/seata/seata/pull/5822)] 升级过时的github actions

### security:
- [[#5728](https://github.com/seata/seata/pull/5728)] 修复Java依赖漏洞
- [[#5766](https://github.com/seata/seata/pull/5766)] 修复序列化漏洞

非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。

<!-- 请确保您的 GitHub ID 在以下列表中 -->
- [slievrly](https://github.com/slievrly)
- [capthua](https://github.com/capthua)
- [robynron](https://github.com/robynron)
- [dmego](https://github.com/dmego)
- [xingfudeshi](https://github.com/xingfudeshi)
- [hadoop835](https://github.com/hadoop835)
- [a364176773](https://github.com/a364176773)
- [DroidEye2ONGU](https://github.com/DroidEye2ONGU)

同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。

#### 常用链接

- **Seata:** https://github.com/seata/seata
- **Seata-Samples:** https://github.com/seata/seata-samples
- **Release:** https://github.com/seata/seata/releases
- **WebSite:** https://seata.io

</details>


### 1.7.0 (2023-07-11,推荐版本)

[source](https://github.com/seata/seata/archive/v1.7.0.zip) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,69 @@ description: 本文将向你介绍如何点击了解各版本详情和升级注
>
> 发布说明: https://github.com/seata/seata/releases
### 1.7.0 (2023-07-11,推荐版本)
### 1.7.1 (2023-09-05,推荐版本)

[source](https://github.com/seata/seata/archive/v1.7.1.zip) |
[binary](https://github.com/seata/seata/releases/download/v1.7.1/seata-server-1.7.1.zip)


<details>
<summary><mark>Release notes</mark></summary>


### Seata 1.7.1

Seata 1.7.1 发布

Seata 是一款开源的分布式事务解决方案,提供高性能和简单易用的分布式事务服务。

此版本更新如下:

### feature:
- [[#5803](https://github.com/seata/seata/pull/5803)] docker镜像支持注入JVM参数到容器

### bugfix:
- [[#5749](https://github.com/seata/seata/pull/5749)] 修复在某些情况下,业务sql中主键字段名大小写与表元数据中的不一致,导致回滚失败
- [[#5762](https://github.com/seata/seata/pull/5762)] 修复TableMetaCache的一些字段类型,避免溢出
- [[#5769](https://github.com/seata/seata/pull/5769)] 修复不满足 sofa-rpc 中 setAttachment 方法的参数前缀要求问题
- [[#5814](https://github.com/seata/seata/pull/5814)] 修复druid依赖冲突导致的XA事务开始异常与回滚失败
- [[#5771](https://github.com/seata/seata/pull/5771)] 修复insert executor对关键字未转义的问题
- [[#5819](https://github.com/seata/seata/pull/5814)] 修复oracle alias 解析异常

### optimize:
- [[#5804](https://github.com/seata/seata/pull/5804)] 优化docker镜像的默认时区
- [[#5815](https://github.com/seata/seata/pull/5815)] 支持 Nacos applicationName 属性
- [[#5820](https://github.com/seata/seata/pull/5820)] 统一日志输出目录
- [[#5822](https://github.com/seata/seata/pull/5822)] 升级过时的github actions

### security:
- [[#5728](https://github.com/seata/seata/pull/5728)] 修复Java依赖漏洞
- [[#5766](https://github.com/seata/seata/pull/5766)] 修复序列化漏洞

非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。

<!-- 请确保您的 GitHub ID 在以下列表中 -->
- [slievrly](https://github.com/slievrly)
- [capthua](https://github.com/capthua)
- [robynron](https://github.com/robynron)
- [dmego](https://github.com/dmego)
- [xingfudeshi](https://github.com/xingfudeshi)
- [hadoop835](https://github.com/hadoop835)
- [a364176773](https://github.com/a364176773)
- [DroidEye2ONGU](https://github.com/DroidEye2ONGU)

同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。

#### 常用链接

- **Seata:** https://github.com/seata/seata
- **Seata-Samples:** https://github.com/seata/seata-samples
- **Release:** https://github.com/seata/seata/releases
- **WebSite:** https://seata.io

</details>

### 1.7.0 (2023-07-11)

[source](https://github.com/seata/seata/archive/v1.7.0.zip) |
[binary](https://github.com/seata/seata/releases/download/v1.7.0/seata-server-1.7.0.zip)
Expand Down
4 changes: 2 additions & 2 deletions src/pages/home/top/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ const topData = {
},
],
versionNote: {
text: 'Release Note of 1.7.0',
text: 'Release Note of 1.7.1',
link: 'https://github.com/seata/seata/releases/tag/v1.7.0',
},
releaseDate: {
text: 'Released on Jul 11, 2023',
text: 'Released on Sep 5, 2023',
},
};

Expand Down

0 comments on commit 18c22c6

Please sign in to comment.