Skip to content

Commit ba6af65

Browse files
committed
6.5.0.17
1 parent 858fac7 commit ba6af65

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# 6.5.0
2+
3+
Version 6.5.0.17
4+
5+
SMP agent:
6+
- improve subscriptions
7+
- reduce memory usage and retries during initial subscription (#1758)
8+
- fix race resulting in pending subscriptions never subscribed (#1756)
9+
- batch processing of subscription results and errors (#1652)
10+
- reduce memory usage of active subscriptions.
11+
- drop message after N reception attempts (#1762)
12+
- fix possible deadlocks of queue overloading when processing messages (#1713)
13+
- improved APIs for short link management and creation.
14+
- support multiple link owners in link data (#1701)
15+
16+
SMP server:
17+
- store messages in PostgreSQL (#1622).
18+
- reduce memory usage with PostgreSQL database - do not use queue cache (#1637)
19+
- fix in-memory server not restoring queue/service associations after 2+ restarts (#1618)
20+
21+
XFTP server:
22+
- support PostgreSQL database.
23+
- add server page.
24+
- support uploads from web clients.
25+
26+
Servers:
27+
- better socket leak prevention during TLS handshake, NetworkError type to bette diagnose connection errors (#1619)
28+
- use "=" as default INI key-value separator (#1767)
29+
130
# 6.4.4
231

332
Servers:

simplexmq.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 1.12
22

33
name: simplexmq
4-
version: 6.5.0.16
4+
version: 6.5.0.17
55
synopsis: SimpleXMQ message broker
66
description: This package includes <./docs/Simplex-Messaging-Server.html server>,
77
<./docs/Simplex-Messaging-Client.html client> and

0 commit comments

Comments
 (0)