Skip to content

Commit 82e3892

Browse files
committed
docs: CHANGELOG
1 parent 9abc0fa commit 82e3892

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
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

345
SMP server:

0 commit comments

Comments
 (0)