Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79e9447

Browse files
committedDec 7, 2024··
6.2.0.7
1 parent 9893935 commit 79e9447

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
 

‎CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 6.2.0
2+
3+
Version 6.2.0.7
4+
5+
Build:
6+
- client_library flag to build only used modules in the clients, remove package yaml
7+
8+
SMP server:
9+
- journal storage for messages (BETA).
10+
- prevent race condition when deleting queue and to avoid "orphan" messages (#1395).
11+
12+
SMP agent:
13+
- support SMP and XFTP server roles (storage/proxy) and operators (#1343).
14+
- treat blocked STM and other critical errors that offer restart as temporary for message delivery (#1405).
15+
- fix inconsistent state after app restart while accepting contact request (#1412).
16+
117
# 6.1.3
218

319
SMP server: fix restoring notification credentials.

‎simplexmq.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 1.12
22

33
name: simplexmq
4-
version: 6.2.0.6
4+
version: 6.2.0.7
55
synopsis: SimpleXMQ message broker
66
description: This package includes <./docs/Simplex-Messaging-Server.html server>,
77
<./docs/Simplex-Messaging-Client.html client> and

0 commit comments

Comments
 (0)
Please sign in to comment.