From bee8db3813921224fe0a31fc266658880f2c7b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=87=E6=AD=A3=E7=BB=8F=E5=93=A5=E5=93=A5?= Date: Wed, 12 Jan 2022 18:21:44 +0800 Subject: [PATCH] =?UTF-8?q?publish=20=EF=BC=9A=E4=BB=BB=E5=8A=A1=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E6=94=AF=E6=8C=81=20(pullrequest#24)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/releasenotes.props | 1 + build/version.props | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/releasenotes.props b/build/releasenotes.props index b3aadb2..f568625 100644 --- a/build/releasenotes.props +++ b/build/releasenotes.props @@ -4,6 +4,7 @@ 1. 修改异步方式读取RequestBody 2. 兼容xxl-jobv2.3版本回调函数参数变更的问题 3. 修复阻塞处理策略设置为“丢弃后续调度“,只有第一次调度正常执行,后面的所有调度都被丢弃了的问题 + 4. 任务取消支持 (pullrequest#24) diff --git a/build/version.props b/build/version.props index 751defc..8b06335 100644 --- a/build/version.props +++ b/build/version.props @@ -1,5 +1,5 @@ - 2.3.1 + 2.3.2