1+ # 6.4.0
2+
3+ SMP protocol (server/client):
4+ - support associated queue data and short connection links (see [ RFC] ( ./rfcs/2025-03-16-smp-queues.md ) ).
5+ - service certificates to optimize subscriptions.
6+
7+ SMP agent:
8+ - support retries for interactive connection handshakes.
9+ - use web port 443 by default for preset servers.
10+ - use static RNG function to avoid creating dynamic C stubs when generating sntrup keys (it was detected as Dynamic Code Loading in GrapheneOS).
11+ - different timeouts for interactive and background operations.
12+
13+ Ntf server:
14+ - PostgreSQL storage.
15+ - Prometheus metrics.
16+ - use service certificates.
17+ - fix repeat token registration.
18+
119# 6.3.2
220
321Servers:
@@ -18,7 +36,7 @@ Servers:
1836- update script (simplex-servers-update) downloads scripts from the specified or the latest stable tag.
1937
2038SMP server:
21- - support for PostrgreSQL database for queue records for higher traffic servers.
39+ - support for PostgreSQL database for queue records for higher traffic servers.
2240- fix old clients sending messages to new servers (#1443 )
2341- remove empty journals when opening message queues and expiring idle queues (#1456 , #1458 ).
2442- additional start options (#1465 ):
@@ -74,7 +92,7 @@ Servers: more reliable restoring of state.
7492
7593SMP server: reduced memory usage and faster start.
7694
77- Notifications: compensate for iOS notifications being droppted by Apple while device is offline (#1378 ):
95+ Notifications: compensate for iOS notifications being dropped by Apple while device is offline (#1378 ):
7896- Ntf server: send multiple SMP notifications in one iOS notification.
7997- Agent: get multiple messages for one iOS notification.
8098
0 commit comments