Skip to content

Commit

Permalink
Enable new version number
Browse files Browse the repository at this point in the history
  • Loading branch information
GentleWang1011 committed Nov 11, 2021
1 parent 137ee09 commit 4e4a80e
Show file tree
Hide file tree
Showing 19 changed files with 44 additions and 40 deletions.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Release 2.1.1
## Major Features and Improvements
* Fix the bug of starting the serving-server service when Zookeeper is not enabled.

# Release 2.1.0
## Major Features and Improvements
* Support multi-host algorithm model online prediction,currently, the supported multi-host algorithms include HeteroLR and HeteroSecureBoost.
Expand Down
6 changes: 3 additions & 3 deletions document/docs/quickstart/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ $ mvn clean package
随后拷贝,比如 serving-server/target/fate-serving-server-{version}-release.zip 到想要部署的路径下,并解压。(version为当前版本号)

用户也可选择下载已编译好的版本,链接如下:
[fate-serving-server-2.1.0-release.zip](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-server-2.1.0-release.zip)
[fate-serving-proxy-2.1.0-release.zip](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-proxy-2.1.0-release.zip)
[fate-serving-admin-2.1.0-release.zip](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-admin-2.1.0-release.zip)
[fate-serving-server-2.1.1-release.zip](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-server-2.1.1-release.zip)
[fate-serving-proxy-2.1.1-release.zip](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-proxy-2.1.1-release.zip)
[fate-serving-admin-2.1.1-release.zip](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-admin-2.1.1-release.zip)


### zookeeper部署
Expand Down
6 changes: 3 additions & 3 deletions document/docs/service/client.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FATE-Serving提供了fate-serving-client工具
### 下载对应版本的fate-serving-client
>linux版本:[fate-serving-client-2.1.0-linux.tar.gz](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-client-2.1.0-linux.tar.gz )
>mac版本:[fate-serving-client-2.1.0-darwin.tar.gz](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-client-2.1.0-darwin.tar.gz)
>linux版本:[fate-serving-client-2.1.1-linux.tar.gz](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-client-2.1.1-linux.tar.gz )
>mac版本:[fate-serving-client-2.1.1-darwin.tar.gz](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-client-2.1.1-darwin.tar.gz)
需要先确认下载解压出来的文件有没有可执行权限,没有权限就执行 `chmod +777 fate-serving-client-2.1.0-linux`授权。
需要先确认下载解压出来的文件有没有可执行权限,没有权限就执行 `chmod +777 fate-serving-client-2.1.1-linux`授权。

### 启动client
在终端中使用`./fate-serving-client`启动client
Expand Down
2 changes: 1 addition & 1 deletion fate-serving-admin-ui/package.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FATE-Serving",
"version": "2.0.0",
"version": "2.1.1",
"private": true,
"author": "FATE Serving",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion fate-serving-admin-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>fate-serving</artifactId>
<groupId>com.webank.ai.fate</groupId>
<version>2.1.0</version>
<version>${fate.version}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fate-serving-admin/bin/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ basepath=$(cd `dirname $0`;pwd)
configpath=$(cd $basepath/conf;pwd)
module=serving-admin
main_class=com.webank.ai.fate.serving.admin.Bootstrap
module_version=2.1.0
module_version=2.1.1

case "$1" in
start)
Expand Down
10 changes: 5 additions & 5 deletions fate-serving-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>fate-serving</artifactId>
<groupId>com.webank.ai.fate</groupId>
<version>2.1.0</version>
<version>${fate.version}</version>
</parent>

<artifactId>fate-serving-admin</artifactId>
Expand All @@ -36,19 +36,19 @@
<dependency>
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving-core</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
</dependency>

<dependency>
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving-register</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
</dependency>

<dependency>
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving-admin-ui</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
</dependency>

<!--<dependency>
Expand Down Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving-common</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions fate-serving-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>fate-serving</artifactId>
<groupId>com.webank.ai.fate</groupId>
<version>2.1.0</version>
<version>${fate.version}</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving-core</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
</dependency>
<dependency>
<groupId>com.lmax</groupId>
Expand Down
2 changes: 1 addition & 1 deletion fate-serving-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>fate-serving</artifactId>
<groupId>com.webank.ai.fate</groupId>
<version>2.1.0</version>
<version>${fate.version}</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import java.util.Map;

public class MetaInfo {
public static final long CURRENT_VERSION = 210;
public static final long CURRENT_VERSION = 211;
public static List<AdaptorDescriptor.ParamDescriptor> inferenceParamDescriptorList;
public static List<AdaptorDescriptor.ParamDescriptor> batchInferenceParamDescriptorList;
public static Boolean PROPERTY_REMOTE_MODEL_INFERENCE_RESULT_CACHE_SWITCH;
Expand Down
6 changes: 3 additions & 3 deletions fate-serving-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>fate-serving</artifactId>
<groupId>com.webank.ai.fate</groupId>
<version>2.1.0</version>
<version>${fate.version}</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving-core</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving-common</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
</dependency>
</dependencies>
</project>
8 changes: 4 additions & 4 deletions fate-serving-federatedml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>fate-serving</artifactId>
<groupId>com.webank.ai.fate</groupId>
<version>2.1.0</version>
<version>${fate.version}</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -31,19 +31,19 @@
<dependency>
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving-core</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
</dependency>

<dependency>
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving-common</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
</dependency>

<dependency>
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving-register</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion fate-serving-proxy/bin/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ basepath=$(cd `dirname $0`;pwd)
configpath=$(cd $basepath/conf;pwd)
module=serving-proxy
main_class=com.webank.ai.fate.serving.proxy.bootstrap.Bootstrap
module_version=2.1.0
module_version=2.1.1


case "$1" in
Expand Down
4 changes: 2 additions & 2 deletions fate-serving-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>fate-serving</artifactId>
<groupId>com.webank.ai.fate</groupId>
<version>2.1.0</version>
<version>${fate.version}</version>
</parent>

<packaging>jar</packaging>
Expand Down Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving-common</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion fate-serving-register/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>fate-serving</artifactId>
<groupId>com.webank.ai.fate</groupId>
<version>2.1.0</version>
<version>${fate.version}</version>
</parent>

<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions fate-serving-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>fate-serving</artifactId>
<groupId>com.webank.ai.fate</groupId>
<version>2.1.0</version>
<version>${fate.version}</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -31,13 +31,13 @@
<dependency>
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving-core</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
</dependency>

<dependency>
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving-register</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion fate-serving-server/bin/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ basepath=$(cd `dirname $0`;pwd)
configpath=$(cd $basepath/conf;pwd)
module=serving-server
main_class=com.webank.ai.fate.serving.Bootstrap
module_version=2.1.0
module_version=2.1.1


case "$1" in
Expand Down
10 changes: 5 additions & 5 deletions fate-serving-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>fate-serving</artifactId>
<groupId>com.webank.ai.fate</groupId>
<version>2.1.0</version>
<version>${fate.version}</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -31,25 +31,25 @@
<dependency>
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving-core</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
</dependency>

<dependency>
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving-federatedml</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
</dependency>

<dependency>
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving-register</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
</dependency>

<dependency>
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving-extension</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
</dependency>


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>com.webank.ai.fate</groupId>
<artifactId>fate-serving</artifactId>
<version>2.1.0</version>
<version>${fate.version}</version>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -37,7 +37,7 @@
</modules>

<properties>
<fate.version>2.1.0</fate.version>
<fate.version>2.1.1</fate.version>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 4e4a80e

Please sign in to comment.