Comparison

CHANGES @ 12092:36b9252866d0

CHANGES: Reorganize by added/changed/removed to improve readability
author Kim Alvefur <zash@zash.se>
date Tue, 21 Dec 2021 20:43:44 +0100
parent 11939:9dbe73f244ca
child 12093:b446edb2a51e
comparison
equal deleted inserted replaced
12091:7a48ccb084dd 12092:36b9252866d0
1 TRUNK 1 TRUNK
2 ===== 2 =====
3 3
4 - Module statuses 4 ## New
5 - SNI support (not completely finished) 5
6 - CORS handling now provided by mod\_http 6 ### Modules
7 - CSI improvements 7
8 - mod\_limits: Exempted JIDs
9 - Archive quotas
10 - mod_mimicking: Prevent address spoofing 8 - mod_mimicking: Prevent address spoofing
11 - Rewritten migrator 9 - mod_s2s_bidi: Bi-directional server-to-server (XEP-0288)
10 - mod_external_services: generic XEP-0215 support
11 - mod_turn_external: easy setup XEP-0215 for STUN+TURN
12 - mod_http_file_share: File sharing via HTTP (XEP-0363)
13 - mod_http_openmetrics for exposing metrics to stats collectors
14 - mod_smacks: Stream management and resumption (XEP-0198)
15 - mod_auth_ldap: LDAP authentication
16
17 ### Security and authentication
18
19 - SNI support
20 - ALPN support in mod_net_multiplex
21 - DANE support in low-level network layer
22 - Direct TLS support (c2s and incoming s2s)
12 - SCRAM-SHA-256 23 - SCRAM-SHA-256
13 - Bi-directional server-to-server (XEP-0288) 24
25 ### HTTP
26
27 - CORS handling now provided by mod_http
14 - Built-in HTTP server now handles HEAD requests 28 - Built-in HTTP server now handles HEAD requests
29 - Uploads can be handled incrementally
30
31 ### API
32
33 - Module statuses (API change)
34 - util.error for encapsulating errors
35
36 ### Other
37
15 - MUC presence broadcast controls 38 - MUC presence broadcast controls
16 - ALPN support in mod\_net\_multiplex 39 - MUC: support for XEP-0421 occupant identifiers
40 - `prosodyctl check connectivity` via observe.jabber.network
41 - libunbound for DNS queries
42
43 ## Changes
44
45 - CSI improvements (what?)
46 - mod_limits: Exempted JIDs
47 - mod_server_contact_info now loaded on components if enabled
48 - Statistics now based on OpenMetrics
49 - Statistics scheduling can be done by plugin
50 - Offline messages aren't sent to MAM clients
51 - Archive quotas (means?)
52 - Rewritten migrator with archive support
53
54 ## Removed
55
17 - `daemonize` option deprecated 56 - `daemonize` option deprecated
18 - SASL DIGEST-MD5 removed 57 - SASL DIGEST-MD5 removed
19 - Switch to libunbound for DNS queries 58 - mod_auth_cyrus (older LDAP support)
20 - DANE Support (low-level network layer) 59 - Network backend server_select deprecated (not actually removed yet)
21 - mod_external_services (generic XEP-0215)
22 - mod_turn_external for easy STUN+TURN XEP-0215 setup
23 - util.error for encapsulating errors
24 - MUC: support for XEP-0421 occupant identifiers
25 - mod_http_file_share: File sharing via HTTP (XEP-0363)
26 - statistics scheduling can be done by plugin
27 - mod_server_contact_info now loaded on components if enabled
28 - Statistics now based on OpenMetrics
29 - mod_http_openmetrics for exposing metrics to stats collectors
30 - Direct TLS support (c2s and incoming s2s)
31 - Offline messages aren't sent to MAM clients
32 - Network backend server_select deprecated
33 - Check connectivity via observe.jabber.network
34 - LDAP authentication (mod_auth_ldap)
35 - mod_auth_cyrus removed
36 - mod_smacks: Stream management and resumption (XEP-0198)
37 60
38 0.11.0 61 0.11.0
39 ====== 62 ======
40 63
41 **2018-11-18** 64 **2018-11-18**