File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ # 6.3.2
2+
3+ Servers:
4+ - enable store log by default (#1501 ).
5+
6+ SMP server:
7+ - reduce memory usage (#1498 )
8+
9+ SMP agent:
10+ - handle client/agent version downgrades after connection was established (#1508 ).
11+
12+ # 6.3.1
13+
14+ Servers:
15+ - handle ECONNABORTED error on client connections.
16+ - reproducible builds.
17+ - blocking records for content moderation.
18+ - update script (simplex-servers-update) downloads scripts from the specified or the latest stable tag.
19+
20+ SMP server:
21+ - support for PostrgreSQL database for queue records for higher traffic servers.
22+ - fix old clients sending messages to new servers (#1443 )
23+ - remove empty journals when opening message queues and expiring idle queues (#1456 , #1458 ).
24+ - additional start options (#1465 ):
25+ - ` maintenance ` to run all start/stop operations without starting server.
26+ - ` skip-warnings ` to ignore the last corrupted line in store log (can happen on abnormal termination).
27+
28+ Ntf server:
29+ - record date of last token activity, to allow expiring inactive tokens.
30+ - additional token invalidation reasons in logs.
31+
32+ SMP agent:
33+ - store message sent to multiple connections only once, to reduce storage when sending to groups (#1453 ).
34+ - encrypt messages on delivery, to reduce database writes (#1446 ).
35+ - don't block method calls on congested sockets for better concurrency (#1454 ).
36+ - check notification token status on client connection.
37+ - option to skip SQLite vacuum on migrations.
38+
39+ # 6.3.0
40+
41+ SMP agent: fix joining connection after failure by using the same ratchet.
42+
143# 6.2.2
244
345SMP server:
You can’t perform that action at this time.
0 commit comments