From e38f20ba4949c49bd7f0b5c9d14000548032d52e Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 22 Jul 2026 21:56:51 +0200 Subject: [PATCH] docs(developer): add note about phpseclib update to v3 Signed-off-by: Ferdinand Thiessen --- developer_manual/release_notes/critical_changes.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/developer_manual/release_notes/critical_changes.rst b/developer_manual/release_notes/critical_changes.rst index 8cbcc68113f..a29a319d955 100644 --- a/developer_manual/release_notes/critical_changes.rst +++ b/developer_manual/release_notes/critical_changes.rst @@ -29,6 +29,17 @@ Updated PHP requirements The support for PHP 8.2 has been dropped, the minimum supported PHP version of Nextcloud 35 is now 8.3. +Updated 3rd party libraries +--------------------------- + +phpseclib 3.0 +^^^^^^^^^^^^^ + +The ``phpseclib`` library has been updated from version 2 to version 3. +This is a breaking change, apps that rely on the library need to update to the new version, +this includes a new namespace (``\phpseclib3``). +Changes can be found on the `library's website `__. + Updated database requirements -----------------------------