提交 4f4ca19d 编写于 作者: T terrymanu

upgrade to 3.1.0

上级 5d7bcff8
## 3.1.0.M1
## 3.1.0
### API changes
### API Changes
1. Adjust persist structure for orchestration's registry center.
1. Adjust Sharding-JDBC configuration API.
......@@ -13,7 +13,9 @@
1. Broadcast table available.
1. Solve data lean problem when using DefaultKeyGenerator with low TPS.
[Change Logs for Issues and Pull requests](https://github.com/sharding-sphere/sharding-sphere/milestone/3)
### Change Logs
1. [MILESTONE #3](https://github.com/sharding-sphere/sharding-sphere/milestone/3)
1. [MILESTONE #4](https://github.com/sharding-sphere/sharding-sphere/milestone/4)
## 3.0.0
......
## 3.1.0.M1
## 3.1.0
### API调整
......@@ -13,7 +13,10 @@
1. 支持广播表。
1. 解决使用默认分布式自增主键在TPS不高的情况下可能导致数据倾斜的问题。
[Change Logs for Issues and Pull requests](https://github.com/sharding-sphere/sharding-sphere/milestone/3)
### 更新日志
1. [MILESTONE #3](https://github.com/sharding-sphere/sharding-sphere/milestone/3)
1. [MILESTONE #4](https://github.com/sharding-sphere/sharding-sphere/milestone/4)
## 3.0.0
......
......@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-core</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-jdbc</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-jdbc-core</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-jdbc-orchestration</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-opentracing</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-orchestration</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-orchestration-core</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-orchestration-reg</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration-reg</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-orchestration-reg-api</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration-reg</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-orchestration-reg-etcd</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration-reg</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-orchestration-reg-zookeeper-curator</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-proxy</artifactId>
<name>${project.artifactId}</name>
......@@ -88,7 +88,7 @@
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
<configuration>
<imageName>shardingsphere/sharding-proxy:3.1.0-SNAPSHOT</imageName>
<imageName>shardingsphere/sharding-proxy:3.1.0</imageName>
<dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
<resources>
<resource>
......
FROM java:7
MAINTAINER caohao "caohaoch@gmail.com"
ADD sharding-proxy-3.1.0-SNAPSHOT.tar.gz /
RUN mv /sharding-proxy-3.1.0-SNAPSHOT /opt/sharding-proxy
ADD sharding-proxy-3.1.0.tar.gz /
RUN mv /sharding-proxy-3.1.0 /opt/sharding-proxy
ENTRYPOINT /opt/sharding-proxy/bin/start.sh $PORT && tail -f /opt/sharding-proxy/logs/stdout.log
......@@ -36,7 +36,7 @@ public final class ServerInfo {
/**
* Server version.
*/
public static final String SERVER_VERSION = "5.6.0-Sharding-Proxy 3.1.0-SNAPSHOT";
public static final String SERVER_VERSION = "5.6.0-Sharding-Proxy 3.1.0";
/**
* Charset code 0x21 is utf8_general_ci.
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-sql-test</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-transaction</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<artifactId>sharding-transaction</artifactId>
<groupId>io.shardingsphere</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-transaction-2pc</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<artifactId>sharding-transaction-2pc</artifactId>
<groupId>io.shardingsphere</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-transaction-2pc-spi</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-transaction-2pc</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-transaction-2pc-xa</artifactId>
<name>${project.artifactId}</name>
......
......@@ -7,7 +7,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-transaction</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-transaction-base</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-transaction</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sharding-transaction-core</artifactId>
<name>${project.artifactId}</name>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册