Skip to content

Commit 9cf971f

Browse files
authored
Merge pull request #13842 from nextcloud/feat/noid/document-user-agent
feat: Document user agent change
2 parents 9f7e854 + 1bb86ec commit 9cf971f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

admin_manual/release_notes/upgrade_to_33.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ Snowflake IDs
2121

2222
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.
2323
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.
24+
25+
26+
Default user agent for outgoing requests changed
27+
------------------------------------------------
28+
29+
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.

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ In this release support for PHP 8.1 was removed. Follow the steps below to make
7575
7676
3. If you have :ref:`continuous integration <app-ci>` set up, remove PHP 8.1 from the matrices of tests and linters.
7777

78+
Default user agent for outgoing requests changed
79+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
80+
81+
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.
82+
7883
Added Events
7984
^^^^^^^^^^^^
8085

0 commit comments

Comments
 (0)