This commit is contained in:
Evgeny Poberezkin
2024-08-30 12:55:17 +01:00
parent ce6777b68d
commit d559a66145
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -1,3 +1,14 @@
# 6.0.3
Agent:
- fix possible stuck queue rotation (#1290).
SMP server:
- batch END responses when subscribed client switches to reduce server and client traffic.
- reduce STM transactions for better performance.
- add stats for END events and for SUB/DEL event batches.
- remove "expensive" stats to save memory.
# 6.0.2
SMP agent:
+1 -1
View File
@@ -1,5 +1,5 @@
name: simplexmq
version: 6.0.2
version: 6.0.3.0
synopsis: SimpleXMQ message broker
description: |
This package includes <./docs/Simplex-Messaging-Server.html server>,
+1 -1
View File
@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: simplexmq
version: 6.0.2
version: 6.0.3
synopsis: SimpleXMQ message broker
description: This package includes <./docs/Simplex-Messaging-Server.html server>,
<./docs/Simplex-Messaging-Client.html client> and