docs/changelogs/v25.5.10.95-stable.md
CREATE, INSERT (until recently, these queries resulted in an infinite spinner); - when double clicking on a table, scroll to the top. #81131 (Alexey Milovidov).lgrq, for toggling request logging of received requests. #84719 (Antonio Andelic).keeper_server.coordination_settings.latest_logs_cache_entry_count_threshold and keeper_server.coordination_settings.commit_logs_cache_entry_count_threshold. #84877 (Antonio Andelic).view(...) argument of remote table function with enabled analyzer. Fixes #78717. Fixes #79377. #83844 (Dmitry Novik).lightweight_mutation_projection_mode = 'rebuild' and user execute lighweight delete which deletes ALL rows from any block in table. #84158 (alesapin).array() function. This fixes #84202. #84297 (Amos Bird).IAccessStorage. #84365 (Konstantin Bogdanov).zoutofmemory hardware error, otherwise it will throw logical error. see https://github.com/clickhouse/clickhouse-core-incidents/issues/877. #84420 (Han Fei).no_password attempts to login after the server setting allow_no_password was changed to 0. #84426 (Shankar Iyer).allow_experimental_delta_kernel_rs to false for compatibility. #84587 (Kseniia Sumarokova).CORRUPTED_DATA error when lazy columns are used with external sort. #84738 (János Benjamin Antal).AzureIteratorAsync. #85064 (Nikita Taranov).Not-ready Set for IN (subquery) inside additional_table_filters expression setting. #85210 (Nikolai Kochetov).getStatus() calls during SYSTEM DROP REPLICA queries. Fixes the case when a table is dropped in the background, and the Shutdown for storage is called exception is thrown. #85220 (Nikolay Degterinsky).FilterTransform could stop reading if the expression for any chunk returned a constant false. This can lead to a bug, because constant columns are allowed to appear during the execution, and most function default implementations will preserve constants as well. #83855 (Nikolai Kochetov).