An asynchronous materialized view has added a property called use_for_rewrite to control whether it participates in transparent rewriting. https://github.com/apache/doris/pull/40332
Support for trim_in, ltrim_in, and rtrim_in functions has been added. Link to the pull request (Note: This is a duplicate mention, but I'm including it as per your original list.)
Support for several URL functions (top_level_domain, first_significant_subdomain, cut_to_first_significant_subdomain) has been added. Link to the pull request
The normal_cdf, to_iso8601, and from_iso8601_date functions have been added. Link to the pull request
(Duplicate entry, but for completeness) Support for trim_in, ltrim_in, and rtrim_in functions has been added. Link to the pull request
Storage Management
The information_schema.table_options and table_properties system tables have been added, supporting the querying of attributes set during table creation. https://github.com/apache/doris/pull/34384
A new session variable require_sequence_in_insert has been introduced to control whether a sequence column must be provided when performing INSERT INTO SELECT writes to a unique key table. https://github.com/apache/doris/pull/41655/files
Resolved issues where using EXPLAIN VERBOSE to view external table execution plans could cause null pointer exceptions in some cases. https://github.com/apache/doris/pull/41231
Disabled predicate pushing down after implicit conversion to resolve incorrect query results in some cases with JDBC Catalog. https://github.com/apache/doris/pull/42242
Corrected potential errors in nullable calculations for filter conditions during external table queries, leading to execution exceptions. https://github.com/apache/doris/pull/41014
Behavior changes
New features
Lakehouse
Async Materialized View
Query Execution
Storage Management
Others
Improvements
Lakehouse
Async Materialized View
Query optimizer
Query Execution
Storage Management
Others
Bug fixes
Lakehouse
Async Materialized View
Query optimizer
Query Execution
Storage Management
Permissions
Others