diff --git a/README.md b/README.md index 9b237568c8a..6f430ed2ef2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Build Status](https://github.com/seata/seata/workflows/build/badge.svg?branch=develop)](https://github.com/seata/seata/actions) [![codecov](https://codecov.io/gh/seata/seata/branch/develop/graph/badge.svg)](https://codecov.io/gh/seata/seata) [![license](https://img.shields.io/github/license/seata/seata.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) -[![maven](https://img.shields.io/maven-central/v/io.seata/seata-parent?versionSuffix=1.7.0)](https://search.maven.org/search?q=io.seata) +[![maven](https://img.shields.io/maven-central/v/io.seata/seata-parent?versionSuffix=1.8.0)](https://search.maven.org/search?q=io.seata) [![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/seata/seata.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/seata/seata/context:java) @@ -87,7 +87,7 @@ For more details about principle and design, please go to [Seata wiki page](http Depending on the scenario, choose one of the two dependencies: `io.seata:seata-all` or `io.seata:seata-spring-boot-starter`. ```xml - 1.7.0 + 1.8.0 diff --git a/changes/en-us/1.8.0.md b/changes/en-us/1.8.0.md new file mode 100644 index 00000000000..8f3426e781c --- /dev/null +++ b/changes/en-us/1.8.0.md @@ -0,0 +1,64 @@ +### 1.8.0 + +[source](https://github.com/seata/seata/archive/v1.8.0.zip) | +[binary](https://github.com/seata/seata/releases/download/v1.8.0/seata-server-1.8.0.zip) + +
+ Release notes + + +### Seata 1.8.0 + +Seata 1.8.0 Released. + +Seata is an easy-to-use, high-performance, open source distributed transaction solution. + +The version is updated as follows: + +### feature: +- [[#3672](https://github.com/seata/seata/pull/3672)] support Dameng database +- [[#5892](https://github.com/seata/seata/pull/5892)] support PolarDB-X 2.0 database + +### bugfix: +- [[#5833](https://github.com/seata/seata/pull/5833)] bugfix: fix TC retry rollback wrongly, after the XA transaction fail and rollback +- [[#5884](https://github.com/seata/seata/pull/5884)] fix dm escaped characters for upper and lower case column names +- [[#5931](https://github.com/seata/seata/pull/5931)] fix the issue of missing sentinel password in store redis mode +- [[#5970](https://github.com/seata/seata/pull/5970)] fix some configurations that are not deprecated show "Deprecated" + +### optimize: +- [[#5866](https://github.com/seata/seata/pull/5866)] some minor syntax optimization +- [[#5889](https://github.com/seata/seata/pull/5889)] remove dependency without license +- [[#5890](https://github.com/seata/seata/pull/5890)] remove 7z format compression support +- [[#5891](https://github.com/seata/seata/pull/5891)] remove mariadb.jdbc dependency +- [[#5828](https://github.com/seata/seata/pull/5828)] fix codecov chart not display +- [[#5927](https://github.com/seata/seata/pull/5927)] optimize some scripts related to Apollo +- [[#5918](https://github.com/seata/seata/pull/5918)] standardized the properties of codecov.yml +- [[#5939](https://github.com/seata/seata/pull/5939)] support jmx port in seata + +### security: +- [[#5867](https://github.com/seata/seata/pull/5867)] fix npm package vulnerabilities +- [[#5898](https://github.com/seata/seata/pull/5898)] fix npm package vulnerabilities + +### test: +- [[#5888](https://github.com/seata/seata/pull/5888)] remove sofa test cases +- [[#5831](https://github.com/seata/seata/pull/5831)] upgrade druid and add `test-druid.yml` +- [[#5862](https://github.com/seata/seata/pull/5862)] fix unit test in java 21 +- [[#5914](https://github.com/seata/seata/pull/5914)] upgrade native-lib-loader version +- [[#5960](https://github.com/seata/seata/pull/5960)] fix zookeeper UT failed +- [[#5981](https://github.com/seata/seata/pull/5981)] fixed jedis version for `seata-server` + +Thanks to these contributors for their code commits. Please report an unintended omission. + + +- [slievrly](https://github.com/slievrly) +- [capthua](https://github.com/capthua) +- [funky-eyes](https://github.com/funky-eyes) +- [iquanzhan](https://github.com/iquanzhan) +- [leizhiyuan](https://github.com/leizhiyuan) +- [l81893521](https://github.com/l81893521) +- [PeppaO](https://github.com/PeppaO) +- [wangliang181230](https://github.com/wangliang181230) +- [hsien999](https://github.com/hsien999) + + +Also, we receive many valuable issues, questions and advices from our community. Thanks for you all. \ No newline at end of file diff --git a/changes/zh-cn/1.8.0.md b/changes/zh-cn/1.8.0.md new file mode 100644 index 00000000000..231ec041067 --- /dev/null +++ b/changes/zh-cn/1.8.0.md @@ -0,0 +1,73 @@ +### 1.8.0 + +[source](https://github.com/seata/seata/archive/v1.8.0.zip) | +[binary](https://github.com/seata/seata/releases/download/v1.8.0/seata-server-1.8.0.zip) + +
+ Release notes + + +### Seata 1.8.0 + +Seata 1.8.0 发布。 + +Seata 是一款开源的分布式事务解决方案,提供高性能和简单易用的分布式事务服务。 + +此版本更新如下: + +### feature: +- [[#3672](https://github.com/seata/seata/pull/3672)] AT模式支持Dameng数据库 +- [[#5892](https://github.com/seata/seata/pull/5892)] AT模式支持PolarDB-X 2.0数据库 + +### bugfix: +- [[#5833](https://github.com/seata/seata/pull/5833)] 修复 XA 事务失败回滚后,TC 继续重试回滚的问题 +- [[#5884](https://github.com/seata/seata/pull/5884)] 修复达梦前后镜像查询列名都加了引号导致sql异常的问题 +- [[#5931](https://github.com/seata/seata/pull/5931)] 修复存储redis哨兵模式下哨兵密码缺失的问题 +- [[#5970](https://github.com/seata/seata/pull/5970)] 修复某些未弃用的配置显示"已弃用" + +### optimize: +- [[#5866](https://github.com/seata/seata/pull/5866)] 一些小的语法优化 +- [[#5889](https://github.com/seata/seata/pull/5889)] 移除无license组件 +- [[#5890](https://github.com/seata/seata/pull/5890)] 移除7z压缩支持 +- [[#5891](https://github.com/seata/seata/pull/5891)] 移除 mariadb.jdbc 依赖 +- [[#5828](https://github.com/seata/seata/pull/5828)] 修正 `codecov chart` 不展示的问题 +- [[#5927](https://github.com/seata/seata/pull/5927)] 优化一些与 Apollo 相关的脚本 +- [[#5918](https://github.com/seata/seata/pull/5918)] 修正codecov.yml不标准属性 +- [[#5939](https://github.com/seata/seata/pull/5939)] 支持 jmx 监控配置 + +### security: +- [[#5867](https://github.com/seata/seata/pull/5867)] 修复npm package漏洞 +- [[#5898](https://github.com/seata/seata/pull/5898)] 修复npm package漏洞 + +### test: +- [[#5888](https://github.com/seata/seata/pull/5888)] 移除 sofa 测试用例 +- [[#5831](https://github.com/seata/seata/pull/5831)] 升级 `druid` 版本,并添加 `test-druid.yml` 用于测试seata与druid各版本的兼容性。 +- [[#5862](https://github.com/seata/seata/pull/5862)] 修复单元测试在Java21下无法正常运行的问题。 +- [[#5914](https://github.com/seata/seata/pull/5914)] 升级 native-lib-loader 版本 +- [[#5960](https://github.com/seata/seata/pull/5960)] 修复 zookeeper 单测失败问题 +- [[#5981](https://github.com/seata/seata/pull/5981)] 固定 `seata-server` 所使用有 jedis 版本 + +非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。 + + +- [slievrly](https://github.com/slievrly) +- [capthua](https://github.com/capthua) +- [funky-eyes](https://github.com/funky-eyes) +- [iquanzhan](https://github.com/iquanzhan) +- [leizhiyuan](https://github.com/leizhiyuan) +- [l81893521](https://github.com/l81893521) +- [PeppaO](https://github.com/PeppaO) +- [wangliang181230](https://github.com/wangliang181230) +- [hsien999](https://github.com/hsien999) + + +同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。 + +#### 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 + +
\ No newline at end of file