Skip to content

Commit c41bfe8

Browse files
committed
6.1.0.7: changelog for v6.1.0
1 parent c9af7e3 commit c41bfe8

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# 6.1.0
2+
3+
SMP server and client:
4+
- transport block encryption (#1317).
5+
6+
Agent:
7+
- batch and optimize iOS notifications processing (#1308, #1311, #1313, #1316, #1330, #1331, #1333, #1337, #1346).
8+
- allow receiving multiple messages from single iOS notification (#1355, #1362).
9+
- prepare connection to accept to avoid race condition with events (#1365).
10+
- transport isolation mode "Session" (default) to use new SOCKS credentials when client restarts or SOCKS proxy configuration changes (#1321).
11+
12+
Ntf server:
13+
- control port (#1354).
14+
- enable pings on ntf subscriptions, to resubscribe on reconnection (#1353).
15+
16+
SMP server:
17+
- support multiple server ports (#1319).
18+
- support serving HTTPS and SMP transport on the same port (#1326, #1327).
19+
- persist iOS notifications to avoid losing them when Ntf server is offline (#1336, #1339, #1350).
20+
- fix lost notification subscriptions (#1347).
21+
- reject SKEY with different key earlier, at verification step (#1366).
22+
- pass server information via CLI during server initialization (#1356).
23+
- show version on server page (#1341).
24+
- explicit graceful shutdown on SIGINT (#1360).
25+
26+
XRCP (remote access protocol):
27+
- use SHA3-256 in hybrid key agreement (#1302).
28+
- session encryption with forward secrecy (#1328).
29+
130
# 6.0.5
231

332
SMP 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.1.0.6
2+
version: 6.1.0.7
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.1.0.6
8+
version: 6.1.0.7
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)