You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
- Add correlated structured logging to all MailScanner REST requests
12
12
13
13
### Changed
14
+
- Replace the bundled `phpxmlrpc` 3.0.0.beta with the maintained `phpxmlrpc/phpxmlrpc` 4.x from Composer; node-to-node RPC keeps the same wire format, and the deprecation notices the bundled copy emitted on PHP 8.2 and later are gone
14
15
- Move the three REST APIs from legacy `mysqli` access to Doctrine DBAL without changing their versioned contracts
15
16
- Rename terminology from "whitelist/blacklist" to "allowlist/blocklist" throughout the application (database tables, columns, Perl modules, UI) (#1186)
16
17
- Standardised database charset to utf8mb4 with unicode_520_ci collation
@@ -22,6 +23,7 @@
22
23
23
24
### Compatibility
24
25
- The minimal PHP version is now 8.3.
26
+
-`ext-xml` is now a declared requirement rather than a suggestion; it was already mandatory at runtime
25
27
- The minimal supported MySQL version is now 5.7.42
26
28
- The minimal supported MariaDB version is now 10.4.34
0 commit comments