upgrade version to v1.29

This commit is contained in:
YuQing 2020-01-03 08:51:17 +08:00
parent 06f5624a8d
commit aafd0b4b8c
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
Version 1.29 2020-01-03
* support active test for connection pool.
when the tracker / storage server restarts or the network burst failure
occurs, only one request will be sacrificed (failed), the rest of
the connections in the pool will be enabled to active test for validation.
Version 1.28 2019-12-30
* support connection pool. you can use connection pool or a short connection.
configuration items please see fdfs_client.conf and client.properties

View File

@ -4,7 +4,7 @@
<groupId>org.csource</groupId>
<artifactId>fastdfs-client-java</artifactId>
<version>1.28-SNAPSHOT</version>
<version>1.29-SNAPSHOT</version>
<name>fastdfs-client-java</name>
<description>fastdfs client for java</description>
<packaging>jar</packaging>