doc: Update release notes for removed options.

Signed-off-by: Nathan Hoad <nhoad@bloomberg.net>
This commit is contained in:
Nathan Hoad 2026-05-01 09:16:20 -04:00
parent b40ee54935
commit ceabc96f16

View File

@ -14,6 +14,8 @@
If the default provider is required when also using custom providers,
it must be explicitly loaded in the configuration file or code (see https://github.com/openssl/openssl/blob/master/README-PROVIDERS.md).
* RGW: Fixed bucket notification events so the 'x_amz_request_id' in NotificationEvent now matches the 'x_amz_request_id' returned by the corresponding S3 operation.
* RGW: The rgw_gc_max_deferred and rgw_gc_max_deferred_entries_size options have been removed, as they did not do anything.
- Updated the default for rgw_gc_max_queue_size to account for the extra space from removing rgw_gc_max_deferred_entries_size.
* DASHBOARD: Removed the older landing page which was deprecated in Quincy.