Merge 0.10->0.11
[prosody.git] / CHANGES
blob136b7d2ba3848512295681819f2a80560d5859d0
1 0.11.0
2 ======
4 **2018-11-18**
6 New features
7 ------------
9 -   Rewritten more extensible MUC module
10     -   Store inactive rooms to disk
11     -   Store rooms to disk on shutdown
12     -   Voice requests
13     -   Tombstones in place of destroyed rooms
14 -   PubSub features
15     -   Persistence
16     -   Affiliations
17     -   Access models
18     -   "publish-options"
19 -   PEP now uses our pubsub code and now shares the above features
20 -   Asynchronous operations
21 -   Busted for tests
22 -   mod\_muc\_mam (XEP-0313 in groupchats)
23 -   mod\_vcard\_legacy (XEP-0398)
24 -   mod\_vcard4 (XEP-0292)
25 -   mod\_csi, mod\_csi\_simple (XEP-0352)
26 -   New experimental network backend "epoll"
28 0.10.0
29 ======
31 **2017-10-02**
33 New features
34 ------------
36 -   Rewritten SQL storage module with Archive support
37 -   SCRAM-SHA-1-PLUS
38 -   `prosodyctl check`
39 -   Statistics
40 -   Improved TLS configuration
41 -   Lua 5.2 support
42 -   mod\_blocklist (XEP-0191)
43 -   mod\_carbons (XEP-0280)
44 -   Pluggable connection timeout handling
45 -   mod\_websocket (RFC 7395)
46 -   mod\_mam (XEP-0313)
48 Removed
49 -------
51 -   mod\_privacy (XEP-0016)
52 -   mod\_compression (XEP-0138)