Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Apr 12, 2019
1 parent 234e1e1 commit f9ac0b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@ Merge all change logs of version 3.1.0.M1, 3.1.0, 3.1.0.1 and 4.0.0.M1. First ap
1. Adjust persist structure for orchestration's registry center.
1. Adjust Sharding-JDBC configuration API.
1. Change package and maven groupId form `io.shardingsphere` to `org.apache.shardingsphere`.
1. Adjust namespace of spring-boot-starter.
1. Adjust spring-boot-starter.

### New Features

1. XA Transaction available.
1. All SQL 100% compatible if route to single data node (MySQL Only).
1. DISTINCT SQL syntax available.
1. Broadcast table.
1. Solve data lean problem when using DefaultKeyGenerator with low TPS.
1. Data encrypt available.
1. Use PostgreSQL protocol access Sharding-Proxy available.
1. DISTINCT SQL syntax available.
1. Broadcast table.
1. All SQL 100% compatible if route to single data node (MySQL Only).

### Change Logs

Expand Down
9 changes: 4 additions & 5 deletions RELEASE-NOTES_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@
1. 调整数据库治理模块的注册中心存储结构。
1. 调整Sharding-JDBC的配置相关API。
1. 将包名和maven的groupId从`io.shardingsphere`改为`org.apache.shardingsphere`
1. 调整spring-boot-starter的命名空间
1. 调整spring-boot-starter

### 新功能

1. 支持XA强一致事务。
1. 路由至单一数据节点的SQL 100%全兼容(仅MySQL)。
1. 支持DISTINCT语句。
1. 支持广播表。
1. 解决使用默认分布式自增主键在TPS不高的情况下可能导致数据倾斜的问题。
1. 支持数据脱敏。
1. 支持使用PostgreSQL协议访问Sharding-Proxy。
1. 支持DISTINCT语句。
1. 支持广播表。
1. 路由至单一数据节点的SQL 100%全兼容(仅MySQL)。

### 更新日志

Expand Down

0 comments on commit f9ac0b3

Please sign in to comment.