From 2ef1ad15c9b4160ec798eb1393d191154f04ef73 Mon Sep 17 00:00:00 2001 From: noear Date: Tue, 16 Jan 2024 16:40:11 +0800 Subject: [PATCH] 1.0.29 --- LOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LOG.md b/LOG.md index 0beace7a..f0d2c279 100644 --- a/LOG.md +++ b/LOG.md @@ -1,5 +1,7 @@ ### 1.0.29 * 添加 消息过期支持 +* sokcet.d 升为 2.3.6 +* solon 升为 2.6.5 ```java let msg = new MqMessage("hello").expiration(new Date(System.currentTimeMillis() + 5000));