Skip to content

Commit 0dd52dc

Browse files
committed
v6.0.0 (6.0.0.8)
1 parent 47dd0c4 commit 0dd52dc

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# 6.0.0
2+
3+
Version 6.0.0.8
4+
5+
Agent:
6+
- enabled fast handshake support.
7+
- batch-send multiple messages in each connection.
8+
- resume subscriptions as soon as agent moves to foreground or as network connection resumes.
9+
- "known" servers to determine whether to use SMP proxy.
10+
- retry on SMP proxy NO_SESSION error.
11+
- fixes to notification subscriptions.
12+
- persistent server statistics.
13+
- better concurrency.
14+
15+
SMP server:
16+
- reduce threads usage.
17+
- additional statistics.
18+
- improve disabling inactive clients.
19+
- additional control port commands for monitoring.
20+
21+
Notification server:
22+
- support onion-only SMP servers.
23+
124
# 5.8.2
225

326
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.0.7
2+
version: 6.0.0.8
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.0.7
8+
version: 6.0.0.8
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)