Skip to content

Releases: simplex-chat/simplexmq

v5.5.1-beta.0

19 Jan 20:09
1e49f1c
Compare
Choose a tag to compare
v5.5.1-beta.0 Pre-release
Pre-release

See full changelog here.

Commits:

  • Revert "Revert "agent: do not create user record in new databases (#957)" (#963)" (#964)
  • tests: fix random order in async commands case (#969)
  • tests: test multiple Ntf servers (#966)
  • agent: expire messages failed after quota exceeded after 7 days, and expire multiple messages at once (#973)
  • servers: do not keep stats file open during delays (#974)
  • fix: support multiple notification servers in configuration (#971)
  • 5.5.1.0

v5.5.0

16 Jan 17:27
Compare
Choose a tag to compare

See full changelog here.

Commits:

  • compatibility with GHC 8.10.7 (#906)
  • expand dependency ranges (#911)
  • remove ghc 9.6.3 from cabal.project
  • raise mtl version to 2.3.1 (#912)
  • compatibility with GHC 8.10.7, narrow dependency ranges (#914)
  • docker: add missing dependency (#915)
  • agent: do not account for delivery of stored messages for agent suspension (#916)
  • agent: notify about polled message processing (for iOS notifications) (#908)
  • client: increase default network timeouts (#918)
  • agent: include queries longer than 5ms into slow queries (was 50ms)
  • use crypton instead of cryptonite (#919)
  • server: stop inactive clients without subscriptions, additional monitoring via control port (#901)
  • 5.5.0-beta.0: SMP server/agent 5.5, XFTP server 1.2, NTF server 1.7
  • agent: batch sending messages (#922)
  • use ChaChaDRG as the source of randomness (#920)
  • agent: background mode for agent NSE (#924)
  • agent: avoid race condition between worker and supervisor when getting work (#928)
  • agent: use DB to queue async commands and messages (#929)
  • 5.5.0.1
  • 5.5.0.1: update .cabal
  • 5.5.0.1: fix migration
  • agent: mark work items failed (#931)
  • agent: add server msg IDs to agent logs, disable 2 tests (#934)
  • control: add delete command (#933)
  • xftp: file workers cycle through pending files based on retries count (limit number of iterations per work item to prevent stuck delivery) (#930)
  • xftp, ntf: refactor, reuse workers abstractions (#935)
  • ci: limit releases to GHC-9.6.3 (#938)
  • xftp-server: add inactiveClientExpiration (#936)
  • 5.5.0.2
  • rfc: SMP proxies key scope and other considerations (#927)
  • smp-server: update stats (#943)
  • servers: make writeStoreLogRecord atomic (#946)
  • 5.5.0.3
  • core: publish sendMessagesB (#949)
  • xftp-server: fix stats (#944)
  • agent: restart worker when it terminated (#948)
  • control: try deleting from senders first (#950)
  • xftp-server: add control port (#951)
  • agent: send errors on subscription timeouts (#937)
  • 5.5.0.4
  • use Builder for batching commands (#953)
  • 5.5.0.5
  • agent: do not create user record in new databases (#957)
  • docs: URI schemes (#958)
  • smp: check for progress when resubscribing (#956)
  • agent: collect worker stats (#959)
  • SMP protocol: optimize batching transactions, remove Builder (#961)
  • Revert "agent: do not create user record in new databases (#957)" (#963)
  • agent: fix race condition in subscription worker (results in stuck delivery), better error handling in batch operations (#962)
  • agent: fix potential race when good client can be removed instead of bad for the same transport session (#967)
  • 5.5.0.6

v5.5.0-beta.5

13 Jan 11:00
Compare
Choose a tag to compare
v5.5.0-beta.5 Pre-release
Pre-release

See full changelog here.

Commits:

  • use Builder for batching commands (#953)
  • 5.5.0.5

v5.5.0-beta.4

14 Jan 12:35
Compare
Choose a tag to compare
v5.5.0-beta.4 Pre-release
Pre-release

See full changelog here.

Commits:

  • core: publish sendMessagesB (#949)
  • xftp-server: fix stats (#944)
  • agent: restart worker when it terminated (#948)
  • control: try deleting from senders first (#950)
  • xftp-server: add control port (#951)
  • agent: send errors on subscription timeouts (#937)
  • 5.5.0.4

v5.5.0-beta.3

03 Jan 20:57
Compare
Choose a tag to compare
v5.5.0-beta.3 Pre-release
Pre-release

See full changelog here.

Commits:

  • rfc: SMP proxies key scope and other considerations (#927)
  • smp-server: update stats (#943)
  • servers: make writeStoreLogRecord atomic (#946)
  • 5.5.0.3

v5.5.0-beta.2

27 Dec 21:21
Compare
Choose a tag to compare
v5.5.0-beta.2 Pre-release
Pre-release

See full changelog here.

Commits:

  • agent: mark work items failed (#931)
  • agent: add server msg IDs to agent logs, disable 2 tests (#934)
  • control: add delete command (#933)
  • xftp: file workers cycle through pending files based on retries count (limit number of iterations per work item to prevent stuck delivery) (#930)
  • xftp, ntf: refactor, reuse workers abstractions (#935)
  • ci: limit releases to GHC-9.6.3 (#938)
  • xftp-server: add inactiveClientExpiration (#936)
  • 5.5.0.2

v5.5.0-beta.0

19 Dec 16:27
Compare
Choose a tag to compare
v5.5.0-beta.0 Pre-release
Pre-release

See full changelog here.

Commits:

  • compatibility with GHC 8.10.7 (#906)
  • expand dependency ranges (#911)
  • remove ghc 9.6.3 from cabal.project
  • raise mtl version to 2.3.1 (#912)
  • compatibility with GHC 8.10.7, narrow dependency ranges (#914)
  • docker: add missing dependency (#915)
  • agent: do not account for delivery of stored messages for agent suspension (#916)
  • agent: notify about polled message processing (for iOS notifications) (#908)
  • client: increase default network timeouts (#918)
  • agent: include queries longer than 5ms into slow queries (was 50ms)
  • use crypton instead of cryptonite (#919)
  • server: stop inactive clients without subscriptions, additional monitoring via control port (#901)
  • 5.5.0-beta.0: SMP server/agent 5.5, XFTP server 1.2, NTF server 1.7

v5.4.0

28 Nov 23:20
Compare
Choose a tag to compare

See full changelog here.

Commits:

  • install.sh: fixes (#765)
  • install: some more fixes (#770)
  • install: simplify systemd service and add new helper stopscript (#771)
  • Revert "db error busy treatments (#796)" (#808)
  • Merge branch 'stable'
  • Merge commit 'fdbfe0e8d159f394f6eb0f5168620da8694033cd' into stable
  • Merge branch 'stable'
  • agent: track slow SQL queries (#822)
  • agent: add indexes to improve slow queries performance (#823)
  • agent: track count and average time for slow queries (#824)
  • client: batch while sending commands - wait for responses before sending the next batch (#825)
  • client: streaming batched commands, refactor (#826)
  • agent: fix async JOIN (#827)
  • agent: wait for db (Revert Revert db error busy treatments (#796) (#808)) (#828)
  • agent: fix async join to avoid sending HELLO again after restart (#829)
  • docs: comment in the protocol doc
  • Pin GHC version in cabal.project (#815)
  • changelog
  • agent: wait while agent is in foreground to continue xftp operation (#831)
  • agent: rename functions, remove unused code, stabilize tests (#830)
  • 5.4.0.0: use ghc 9.6.2 (#791)
  • agent: function to debug agent subscriptions (#834)
  • agent: export SubInfo
  • Merge branch 'master' into master-ghc9
  • server: add env lookups for smp server paths (#817)
  • server: add control port commands for clients and ghc threads (#836)
  • Merge branch 'master' into master-ghc9
  • 5.4.0.1
  • agent: create parent folders when creating the database
  • Merge branch 'master' into master-ghc9
  • agent: support encrypted local files (#837)
  • import stateTVar
  • agent: add debugging info (#840)
  • export isCompatibleRange function (#841)
  • xftp: add 64kb file chunk (#842)
  • extend SMP protocol to allow creating new queues without subscriptions (#839)
  • 5.4.0.2: xftp 1.1.1, ntf 1.6.1
  • Merge branch 'master' into master-ghc9
  • ntf server: faster restoring from store log (#846)
  • 5.4.0.3: ntf 1.6.2
  • Merge branch 'master' into master-ghc9
  • Dockerfile: update cabal and ghc versions (#848)
  • fix unix to 2.8.1.1
  • Merge branch 'master-ghc9'
  • unpin unix package (#850)
  • agent: fix creating empty file for XFTP to close file (#851)
  • agent: support closing and re-opening store (#855)
  • Run HTTP2 sessions over existing TLS transport (#852)
  • add X509 cert and TLS credentials generator (#857)
  • add FromJSON instances (#856)
  • update aeson to add tag to platform-specific single field JSON encoding (#859)
  • export JSON tags as patterns
  • agent: always return simplex:/ links in invitations
  • agent: always parse connection request uri as simplex:/ (#863)
  • update http2 to 4.1.4
  • refactor http2 file (#864)
  • test concurrent send and receipts (#866)
  • agent: order by internal id when retrieving pending messages (#867)
  • add fourmolu (#868)
  • docker: workaround for xftp quota format (#862)
  • remove test dependencies (#861)
  • agent: take invitation lock on join (#870)
  • agent: change invLocks key type to ByteString
  • agent: check confirmed snd queue doesn't exist before replacing (#871)
  • docs: amend SMP protocol transmission encoding (#843)
  • derive JSON instances with TH (#869)
  • add runTransportWith (#875)
  • extract xrcp protocol (#878)
  • rfc: SimpleX Remote Control protocol v2 (#874)
  • sntrup761 (#865)
  • agent: use IORef for DRG (#882)
  • Merge branch 'master' into xrcp
  • agent: revert to TVar (#883)
  • Merge branch 'master' into xrcp
  • hybrid shared secret X25519 + sntrup761 (#881)
  • update http2 to 4.2.2 (#879)
  • Merge branch 'master' into xrcp
  • agent: xrcp implementation for connection via link (no multicast) (#884)
  • add To/FromField instance to KEMShardKey (#886)
  • Extract public RC types (#887)
  • do not use previous KEM shared secret in multicast packets and in host HELLO (#888)
  • xrcp: error handling (#889)
  • return TLS session on remote connection step (#891)
  • additional lazy crypto for XRCP (#890)
  • 5.4.0.4: xftp 1.1.2, ntf 1.6.3
  • Merge branch 'master' into xrcp
  • Do not allow rejected client certificate (#893)
  • remote: return tls with remote host before host confirmation (#894)
  • xftp: refactor receiving encrypted file (#896)
  • agent: fix case of ratchet synchronization getting stuck in endless loop (#892)
  • Merge branch 'master' into xrcp
  • remote: fix deadlocked client when server rejects its cert (#897)
  • remote: add multicast discovery w/ encrypted announce (#895)
  • Merge pull request #880 from simplex-chat/xrcp
  • 5.4.0.5
  • list imports
  • agent: fix leak in AgentOpState counters
  • fix testAsyncCommandsRestore test
  • add delay to testDuplicateMessage
  • add retry around removing tmp dir
  • Merge pull request #898 from simplex-chat/ab/fix-agent-leak
  • 5.4.0.6
  • rfc: SMP/XFTP proxies (#844)
  • rfc: delivery proxy (#760)
  • rfc: message delivery problems (#743)
  • 5.4.0: xftp 1.1.3, ntf 1.6.4 (#903)
  • docker: bump ghc version (#904)
  • remote: add controller address preferences (#905)
  • agent: fix hanging test (#907)
  • 5.4.0

v5.4.0-beta.6

21 Nov 21:10
Compare
Choose a tag to compare
v5.4.0-beta.6 Pre-release
Pre-release

See full changelog here.

Commits:

  • Merge branch 'master' into xrcp
  • Do not allow rejected client certificate (#893)
  • remote: return tls with remote host before host confirmation (#894)
  • xftp: refactor receiving encrypted file (#896)
  • agent: fix case of ratchet synchronization getting stuck in endless loop (#892)
  • Merge branch 'master' into xrcp
  • remote: fix deadlocked client when server rejects its cert (#897)
  • remote: add multicast discovery w/ encrypted announce (#895)
  • Merge pull request #880 from simplex-chat/xrcp
  • 5.4.0.5
  • list imports
  • agent: fix leak in AgentOpState counters
  • fix testAsyncCommandsRestore test
  • add delay to testDuplicateMessage
  • add retry around removing tmp dir
  • Merge pull request #898 from simplex-chat/ab/fix-agent-leak
  • 5.4.0.6

v5.4.0-beta.4

11 Nov 09:37
Compare
Choose a tag to compare
v5.4.0-beta.4 Pre-release
Pre-release

See full changelog here.

Commits:

  • Merge branch 'master' into master-ghc9
  • Dockerfile: update cabal and ghc versions (#848)
  • fix unix to 2.8.1.1
  • Merge branch 'master-ghc9'
  • unpin unix package (#850)
  • agent: fix creating empty file for XFTP to close file (#851)
  • agent: support closing and re-opening store (#855)
  • Run HTTP2 sessions over existing TLS transport (#852)
  • add X509 cert and TLS credentials generator (#857)
  • add FromJSON instances (#856)
  • update aeson to add tag to platform-specific single field JSON encoding (#859)
  • export JSON tags as patterns
  • agent: always return simplex:/ links in invitations
  • agent: always parse connection request uri as simplex:/ (#863)
  • update http2 to 4.1.4
  • refactor http2 file (#864)
  • test concurrent send and receipts (#866)
  • agent: order by internal id when retrieving pending messages (#867)
  • add fourmolu (#868)
  • docker: workaround for xftp quota format (#862)
  • remove test dependencies (#861)
  • agent: take invitation lock on join (#870)
  • agent: change invLocks key type to ByteString
  • agent: check confirmed snd queue doesn't exist before replacing (#871)
  • docs: amend SMP protocol transmission encoding (#843)
  • derive JSON instances with TH (#869)
  • add runTransportWith (#875)
  • agent: use IORef for DRG (#882)
  • agent: revert to TVar (#883)
  • update http2 to 4.2.2 (#879)
  • 5.4.0.4: xftp 1.1.2, ntf 1.6.3