Skip to content

Commit f5e666a

Browse files
committed
6.0.4.0
1 parent 62133ce commit f5e666a

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 6.0.4
2+
3+
SMP server:
4+
- better performance/memory: fewer map updates on re-subscriptions (#1297), split and reduce STM transactions (#1294)
5+
- send DELD when subscribed queue is deleted (#1312)
6+
- add created/updated/used date to queues to manage expiration (#1306)
7+
8+
XFTP server: truncate file creation time to 1 hour (#1310)
9+
10+
Servers:
11+
- bind control port only to 127.0.0.1 for better security in case of firewall misconfiguration (#1280)
12+
- reduce memory used for period stats (#1298)
13+
14+
Agent: process last notification from list (#1307)
15+
- report receive file error with redirected file ID, when redirect is present (#1304)
16+
- special error when deleted user record is not in database (#1303)
17+
- fix race when sending a message to the deleted connection (#1296)
18+
- support for multiple messages in a single notification
19+
20+
Ntf server:
21+
- only use SOCKS proxy for servers without public address (#1314)
22+
123
# 6.0.3
224

325
Agent:

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: simplexmq
2-
version: 6.0.3.0
2+
version: 6.0.4.0
33
synopsis: SimpleXMQ message broker
44
description: |
55
This package includes <./docs/Simplex-Messaging-Server.html server>,

simplexmq.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: simplexmq
8-
version: 6.0.3.0
8+
version: 6.0.4.0
99
synopsis: SimpleXMQ message broker
1010
description: This package includes <./docs/Simplex-Messaging-Server.html server>,
1111
<./docs/Simplex-Messaging-Client.html client> and

0 commit comments

Comments
 (0)