Skip to content

Commit

Permalink
v5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Feb 16, 2024
1 parent 9ab34bc commit 9254d8d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 5.5.3

Agent:
- notification token API also returns active notifications server.
- support file descriptions with redirection and file URIs.

Servers:
- CLI commands for online key and certificate rotation.
- Configure config and log paths via environment variables.

# 5.5.2

Extensible handshake for clients and SMP/NTF servers (ignore extra data).
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: simplexmq
version: 5.5.2.0
version: 5.5.3.0
synopsis: SimpleXMQ message broker
description: |
This package includes <./docs/Simplex-Messaging-Server.html server>,
Expand Down
2 changes: 1 addition & 1 deletion simplexmq.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: simplexmq
version: 5.5.2.0
version: 5.5.3.0
synopsis: SimpleXMQ message broker
description: This package includes <./docs/Simplex-Messaging-Server.html server>,
<./docs/Simplex-Messaging-Client.html client> and
Expand Down
2 changes: 1 addition & 1 deletion src/Simplex/FileTransfer/Server/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import System.IO (BufferMode (..), hSetBuffering, stderr, stdout)
import Text.Read (readMaybe)

xftpServerVersion :: String
xftpServerVersion = "1.2.2.0"
xftpServerVersion = "1.2.3.0"

xftpServerCLI :: FilePath -> FilePath -> IO ()
xftpServerCLI cfgPath logPath = do
Expand Down
2 changes: 1 addition & 1 deletion src/Simplex/Messaging/Notifications/Server/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import System.IO (BufferMode (..), hSetBuffering, stderr, stdout)
import Text.Read (readMaybe)

ntfServerVersion :: String
ntfServerVersion = "1.7.2.0"
ntfServerVersion = "1.7.3.0"

defaultSMPBatchDelay :: Int
defaultSMPBatchDelay = 10000
Expand Down

0 comments on commit 9254d8d

Please sign in to comment.