From 58d4088db4bb5a5d56f695d67259ad02755f1fe5 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 19 Feb 2019 11:57:25 -0800 Subject: HDFS: add tls secured grpc --- other/java/client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java/client/pom.xml') diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index 1ea39863f..540d73f4b 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -4,7 +4,7 @@ com.github.chrislusf seaweedfs-client - 1.0.5 + 1.0.7 org.sonatype.oss -- cgit v1.2.3 From 097b7a321eae4a70d375ca6d3dea1b118fe77795 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 20 Feb 2019 00:57:31 -0800 Subject: HDFS: move to 1.0.8 --- other/java/client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java/client/pom.xml') diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index 540d73f4b..30b9d4d55 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -4,7 +4,7 @@ com.github.chrislusf seaweedfs-client - 1.0.7 + 1.0.8 org.sonatype.oss -- cgit v1.2.3 From 97406333a5ecc5b0d2cdaa74ff9901e3100e4bf2 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 30 Mar 2019 23:08:29 -0700 Subject: support atomic renaming for mysql/postgres filer store --- other/java/client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java/client/pom.xml') diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index 30b9d4d55..67b338c37 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -4,7 +4,7 @@ com.github.chrislusf seaweedfs-client - 1.0.8 + 1.0.9 org.sonatype.oss -- cgit v1.2.3 From 82b0759493470417c0eb7135ed4a9b0e530fd9a3 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 17 May 2019 02:03:23 -0700 Subject: filer: migrating filer store from persisting shorter structured file id instead of a string --- other/java/client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java/client/pom.xml') diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index 67b338c37..5882c726d 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -4,7 +4,7 @@ com.github.chrislusf seaweedfs-client - 1.0.9 + 1.1.0 org.sonatype.oss -- cgit v1.2.3