diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a42b791..635faf061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# 6.1.0 + +SMP server and client: +- transport block encryption (#1317). + +Agent: +- batch and optimize iOS notifications processing (#1308, #1311, #1313, #1316, #1330, #1331, #1333, #1337, #1346). +- allow receiving multiple messages from single iOS notification (#1355, #1362). +- prepare connection to accept to avoid race condition with events (#1365). +- transport isolation mode "Session" (default) to use new SOCKS credentials when client restarts or SOCKS proxy configuration changes (#1321). + +Ntf server: +- control port (#1354). +- enable pings on ntf subscriptions, to resubscribe on reconnection (#1353). + +SMP server: +- support multiple server ports (#1319). +- support serving HTTPS and SMP transport on the same port (#1326, #1327). +- persist iOS notifications to avoid losing them when Ntf server is offline (#1336, #1339, #1350). +- fix lost notification subscriptions (#1347). +- reject SKEY with different key earlier, at verification step (#1366). +- pass server information via CLI during server initialization (#1356). +- show version on server page (#1341). +- explicit graceful shutdown on SIGINT (#1360). + +XRCP (remote access protocol): +- use SHA3-256 in hybrid key agreement (#1302). +- session encryption with forward secrecy (#1328). + # 6.0.5 SMP agent: diff --git a/package.yaml b/package.yaml index 06b05a6f4..79ee06bdc 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: simplexmq -version: 6.1.0.6 +version: 6.1.0.7 synopsis: SimpleXMQ message broker description: | This package includes <./docs/Simplex-Messaging-Server.html server>, diff --git a/simplexmq.cabal b/simplexmq.cabal index a639495c1..d73277fb2 100644 --- a/simplexmq.cabal +++ b/simplexmq.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: simplexmq -version: 6.1.0.6 +version: 6.1.0.7 synopsis: SimpleXMQ message broker description: This package includes <./docs/Simplex-Messaging-Server.html server>, <./docs/Simplex-Messaging-Client.html client> and