File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ # 6.0.3
2+
3+ Agent:
4+ - fix possible stuck queue rotation (#1290 ).
5+
6+ SMP server:
7+ - batch END responses when subscribed client switches to reduce server and client traffic.
8+ - reduce STM transactions for better performance.
9+ - add stats for END events and for SUB/DEL event batches.
10+ - remove "expensive" stats to save memory.
11+
112# 6.0.2
213
314SMP agent:
Original file line number Diff line number Diff line change 11name : simplexmq
2- version : 6.0.2
2+ version : 6.0.3.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.2
8+ version : 6.0.3
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