Skip to content

Commit

Permalink
1.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Jan 16, 2024
1 parent 9ea4123 commit 15160ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions LOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 1.0.29
* 添加 消息过期支持

```java
let msg = new MqMessage("hello").expiration(new Date(System.currentTimeMillis() + 5000));
client.publish("demo", msg);
```

### 1.0.28
* 添加 管理后台“强制派发”和“强制删除”功能
* 优化 快照保存的速度
Expand Down

0 comments on commit 15160ab

Please sign in to comment.