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
+
1
19
# 6.3.2
2
20
3
21
Servers:
@@ -18,7 +36,7 @@ Servers:
18
36
- update script (simplex-servers-update) downloads scripts from the specified or the latest stable tag.
19
37
20
38
SMP 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.
22
40
- fix old clients sending messages to new servers (#1443 )
23
41
- remove empty journals when opening message queues and expiring idle queues (#1456 , #1458 ).
24
42
- additional start options (#1465 ):
@@ -74,7 +92,7 @@ Servers: more reliable restoring of state.
74
92
75
93
SMP server: reduced memory usage and faster start.
76
94
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 ):
78
96
- Ntf server: send multiple SMP notifications in one iOS notification.
79
97
- Agent: get multiple messages for one iOS notification.
80
98
0 commit comments