github simplex-chat/simplexmq v3.3.0

latest releases: v5.7.3, v5.7.2, v5.7.1...
19 months ago

See full changelog here.

Commits:

  • move server update to SQL migration (#500)
  • split migration to multiple transactions (trying to prevent Android crash) (#502)
  • move servers update before migration (so it re-tries in case of crash)
  • enable/disable connection notifications (#501)
  • fix toggleConnectionNtfs (#503)
  • set invitation as not accepted in case of join error (#505)
  • fix connections passed to ntf supervisor to include pending, not only active (#506)
  • use SQLCipher (#507)
  • update dependencies (to not use SQL encryption unless flag is set)
  • fix network-transport at 0.5.4
  • Merge branch 'master' into sqlcipher
  • interpolate sql strings (#510)
  • remove token if token replace fails with permanent error (#511)
  • functions to create and close store (#512)
  • Merge branch 'master' into sqlcipher
  • remove database key from SQLiteStore (#514)
  • remove connId from message delivery queue keys (#515)
  • agent async commands (#513)
  • try async commands without servers on different servers (#516)
  • refactor agent subscriptions with TMap2 (#517)
  • fix selecting different SMP server (#518)
  • correlation IDs and command tags for async commands (#519)
  • Eq for ACommandTag (#520)
  • simplify subscribeConnections (#522)
  • closeAgentClient async commands clean up (#523)
  • Merge branch 'master' into sqlcipher
  • Merge pull request #509 from simplex-chat/sqlcipher
  • fix async commands (#525)
  • fix agent not stopping and race conditions (#526)
  • cancel threads asynchronously (#527)
  • wrap agent command for async command processing, to allow extension with internal commands (#528)
  • api to execute any sql query (#529)
  • replace TVar with IORef in execSQL (#531)
  • readme: add tor configuration (#524)
  • readme typo
  • internal async commands (#530)
  • secure queue asynchronously (#532)
  • make function processing sql rows module-level (#533)
  • allow repeated secure with the same key (KEY command), store suspended queues in store log (#534)
  • allow passing agent store instead of path and key (#535)
  • add deleteConnectionAsync functional api (#538)
  • import
  • lints (#539)
  • 3.3.0 (#540)

Don't miss a new simplexmq release

NewReleases is sending notifications on new releases.