From 1460ba4096d7ba38291ad785bc624186ba1f4fff Mon Sep 17 00:00:00 2001 From: Ethan92 Date: Tue, 8 Jun 2021 16:30:03 +0800 Subject: [PATCH] release 1.8.20 --- History.md | 4 ++++ README.md | 2 +- pom.xml | 2 +- src/main/java/com/aliyuncs/fc/model/AsyncConfig.java | 1 - 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 579c573..29562b8 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +1.8.20 / 2021-06-08 +================== + * support stateful async invocation + 1.8.18 / 2021-04-19 ================== * add instance metrics support diff --git a/README.md b/README.md index 5957f74..b843463 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Add Maven dependencies into pom.xml com.aliyun aliyun-java-sdk-fc - 1.8.19 + 1.8.20 ``` diff --git a/pom.xml b/pom.xml index 4fc7c4b..852677d 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.aliyun aliyun-java-sdk-fc jar - 1.8.19 + 1.8.20 aliyun-java-sdk-fc https://www.aliyun.com/product/fc Aliyun Java SDK for FunctionCompute diff --git a/src/main/java/com/aliyuncs/fc/model/AsyncConfig.java b/src/main/java/com/aliyuncs/fc/model/AsyncConfig.java index 8d48a0d..6c7953f 100644 --- a/src/main/java/com/aliyuncs/fc/model/AsyncConfig.java +++ b/src/main/java/com/aliyuncs/fc/model/AsyncConfig.java @@ -1,7 +1,6 @@ package com.aliyuncs.fc.model; import com.google.gson.annotations.SerializedName; -import com.sun.org.apache.xpath.internal.operations.Bool; import lombok.Data; /**