File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 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
325Agent:
Original file line number Diff line number Diff line change 11name : simplexmq
2- version : 6.0.3 .0
2+ version : 6.0.4 .0
33synopsis : SimpleXMQ message broker
44description : |
55 This package includes <./docs/Simplex-Messaging-Server.html server>,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
55-- see: https://github.com/sol/hpack
66
77name : simplexmq
8- version : 6.0.3 .0
8+ version : 6.0.4 .0
99synopsis : SimpleXMQ message broker
1010description : This package includes < . /docs/Simplex-Messaging-Server.html server>,
1111 < . /docs/Simplex-Messaging-Client.html client> and
You can’t perform that action at this time.
0 commit comments