Skip to content

Releases: simplex-chat/simplexmq

v6.0.0

13 Aug 09:15
0dd52dc
Compare
Choose a tag to compare

See full changelog here.

Commits:

  • agent: servers stats improvements, fixes (#1208)
  • agent: enable fast handshake (revert #1215) (#1216)
  • agent: add queue information (#1217)
  • ntf server: simplify and optimize subscriptions in server agent (#1219)
  • agent: fix possible dead lock between sending and receiving messages, stress test for message delivery (#1224)
  • smp server: reduce the number of threads by delivering message to subscription when it is sent (#1222)
  • smp server: simplify client subscriptions (#1223)
  • 6.0.0.0
  • agent: change ProxyClientError json encoding (#1226)
  • agent: add known servers (#1225)
  • agent: retry proxied command on NO_SESSION error, to prevent failure of proxied interactive commands (like joining connection) (#1227)
  • smp server: additional control port commands to monitor server state (#1228)
  • ntf: additional tests for token registration when server and device are restarted (#1230)
  • ntf server: use SOCKS proxy to connect to onion-only SMP servers (#1229)
  • 6.0.0.1
  • socks mode encoding (#1231)
  • 6.0.0.2
  • agent: allow starting only XFTP sending workers (#1232)
  • smp server: remove subscriptions from the clients when queues are deleted (#1234)
  • 6.0.0.3
  • agent: initialize ratchet on processing confirmation to support decryption of messages received before allowConnection; return SndQueueSecured from joinConnection, acceptContact (#1233)
  • smp server: stats for commands retrieving messages when notifications are received (#1236)
  • rename queueId to entId (can be message queue, proxied session and data blob ID to be added) (#1240)
  • agent: remove delays in notification processing, add notification stats (#1235)
  • agent: getAgentSubsTotal api (#1238)
  • use strict Map (#1241)
  • agent, ntf server: only mark subscriptions as pending that were created by the disconnected client (#1242)
  • smp server: fix server-info, additional stats, allow expiring inactive clients which have prohibit subscriptions only (iOS NSE clients) (#1237)
  • 6.0.0.4
  • agent: support dababase access with high priority for more responsive user actions (#1248)
  • 6.0.0.5
  • agent: support additional messages for connection in message batches (#1247)
  • agent: retry loop that resumes subscriptions as soon as agent is moved to foreground, suspend retry loops while agent is suspended (#1249)
  • smp server: fix race when client is marked as subscribed after it is disconnected, preventing its GC (#1250)
  • 6.0.0.6
  • agent: stop statistics and cleanup when chat is stopped (#1251)
  • 6.0.0.7
  • reduce the number of STM transactions (#1255)
  • agent: do not send worker crash errors when agent is not active (stopped) (#1256)
  • v6.0.0 (6.0.0.8)

v6.0.0-beta.6

06 Aug 12:23
a76e15f
Compare
Choose a tag to compare
v6.0.0-beta.6 Pre-release
Pre-release

See full changelog here.

Commits:

  • agent: support additional messages for connection in message batches (#1247)
  • agent: retry loop that resumes subscriptions as soon as agent is moved to foreground, suspend retry loops while agent is suspended (#1249)
  • smp server: fix race when client is marked as subscribed after it is disconnected, preventing its GC (#1250)
  • 6.0.0.6

v6.0.0-beta.4

28 Jul 14:44
2de16cf
Compare
Choose a tag to compare
v6.0.0-beta.4 Pre-release
Pre-release

See full changelog here.

Commits:

v6.0.0-beta.3

18 Jul 10:46
0de596d
Compare
Choose a tag to compare
v6.0.0-beta.3 Pre-release
Pre-release

See full changelog here.

Commits:

  • agent: servers stats improvements, fixes (#1208)
  • agent: enable fast handshake (revert #1215) (#1216)
  • agent: add queue information (#1217)
  • ntf server: simplify and optimize subscriptions in server agent (#1219)
  • agent: fix possible dead lock between sending and receiving messages, stress test for message delivery (#1224)
  • smp server: reduce the number of threads by delivering message to subscription when it is sent (#1222)
  • smp server: simplify client subscriptions (#1223)
  • 6.0.0.0
  • agent: change ProxyClientError json encoding (#1226)
  • agent: add known servers (#1225)
  • agent: retry proxied command on NO_SESSION error, to prevent failure of proxied interactive commands (like joining connection) (#1227)
  • smp server: additional control port commands to monitor server state (#1228)
  • ntf: additional tests for token registration when server and device are restarted (#1230)
  • ntf server: use SOCKS proxy to connect to onion-only SMP servers (#1229)
  • 6.0.0.1
  • socks mode encoding (#1231)
  • 6.0.0.2
  • agent: allow starting only XFTP sending workers (#1232)
  • smp server: remove subscriptions from the clients when queues are deleted (#1234)
  • 6.0.0.3

v6.0.0-beta.1

14 Jul 23:06
1bdfc8a
Compare
Choose a tag to compare
v6.0.0-beta.1 Pre-release
Pre-release

See full changelog here.

Commits:

  • agent: servers stats improvements, fixes (#1208)
  • agent: enable fast handshake (revert #1215) (#1216)
  • agent: add queue information (#1217)
  • ntf server: simplify and optimize subscriptions in server agent (#1219)
  • agent: fix possible dead lock between sending and receiving messages, stress test for message delivery (#1224)
  • smp server: reduce the number of threads by delivering message to subscription when it is sent (#1222)
  • smp server: simplify client subscriptions (#1223)
  • 6.0.0.0
  • agent: change ProxyClientError json encoding (#1226)
  • agent: add known servers (#1225)
  • agent: retry proxied command on NO_SESSION error, to prevent failure of proxied interactive commands (like joining connection) (#1227)
  • smp server: additional control port commands to monitor server state (#1228)
  • ntf: additional tests for token registration when server and device are restarted (#1230)
  • ntf server: use SOCKS proxy to connect to onion-only SMP servers (#1229)
  • 6.0.0.1

v5.8.2

02 Jul 14:10
f392ce0
Compare
Choose a tag to compare

See full changelog here.

Commits:

  • readme: update compiling from source instructions (#1190)
  • docs: update protocol specifications (#1204)
  • smp-server: conserve resources (#1194)
  • agent: servers summary types, api (#1202)
  • rfc: faster handshake protocol (#1203)
  • agent: remove legacy statistics (#1211)
  • Merge branch 'master' into fast-connection
  • secure queue by sender via proxy (proxy SKEY command) (#1210)
  • do not use sndSecure when rotating queue (#1213)
  • agent: disable saving stats (#1214)
  • Merge branch 'master' into fast-connection
  • remove diagram
  • Merge pull request #1209 from simplex-chat/fast-connection
  • agent: disable fast handshake (#1215)
  • 5.8.2.0

v5.8.1

16 Jun 15:16
Compare
Choose a tag to compare

See full changelog here.

Commits:

  • use throwE instead of throwError (#1187)
  • agent: remove protocol encodings and agent TCP server (#1189)
  • agent: separate type for agent file errors (#1185)
  • xftp: start chunk upload after all chunks are prepared (#1191)
  • remote ctrl: differentiate RCP error when trying to connect to unknown host identity (#1195)
  • smp-server: fix layout (#1196)
  • tests: add proxy connection refused test (#1200)
  • ntf stats on SMP server (#1197)
  • agent: api to reconnect single server (#1198)
  • 5.8.1.0

v5.8.0

03 Jun 09:42
44b8f26
Compare
Choose a tag to compare

See full changelog here.

Commits:

v5.8.0-beta.6

31 May 22:01
2e4f507
Compare
Choose a tag to compare
v5.8.0-beta.6 Pre-release
Pre-release

See full changelog here.

Commits:

  • xftp server: send HTTP2 error as timeout error to the client so it is treated as temporary (#1186)
  • 5.8.0.10

v5.8.0-beta.5

31 May 14:26
e1017e2
Compare
Choose a tag to compare
v5.8.0-beta.5 Pre-release
Pre-release

See full changelog here.

Commits:

  • agent: getAgentQueuesInfo (#1180)
  • SMP protocol extension to debug subscribed SMP queues (#1181)
  • add string encodings for SMPProxyMode and SMPProxyFallback
  • agent: report correct errors from xftp handshake so they are treated as temporary (#1184)
  • server: log proxy connection errors
  • agent: report correct errors from xftp handshake so they are treated as temporary (#1184)
  • 5.7.6.0
  • Merge branch 'stable'
  • 5.8.0.9