Merge pull request #13842 from nextcloud/feat/noid/document-user-agent

feat: Document user agent change
This commit is contained in:
Marcel Müller
2025-11-07 16:33:15 +01:00
committed by GitHub
2 changed files with 11 additions and 0 deletions

View File

@@ -21,3 +21,9 @@ Snowflake IDs
This version of Nextcloud ships with `Snowflake IDs <https://en.wikipedia.org/wiki/Snowflake_ID>`_. Those IDs include the creation time of object, a sequence ID and a server ID.
The server ID should now be configured in your config.php file or using environment variables. See :doc:`../configuration_server/config_sample_php_parameters` for more information.
Default user agent for outgoing requests changed
------------------------------------------------
Starting with this release, the default user agent for requests done by the instance was changed from ``Nextcloud Server Crawler`` to ``Nextcloud-Server-Crawler/X.Y.Z``, where ``X.Y.Z`` is the current server version.

View File

@@ -75,6 +75,11 @@ In this release support for PHP 8.1 was removed. Follow the steps below to make
3. If you have :ref:`continuous integration <app-ci>` set up, remove PHP 8.1 from the matrices of tests and linters.
Default user agent for outgoing requests changed
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Starting with this release, the default user agent for requests done by the instance was changed from ``Nextcloud Server Crawler`` to ``Nextcloud-Server-Crawler/X.Y.Z``, where ``X.Y.Z`` is the current server version.
Added Events
^^^^^^^^^^^^