v15.68.1
·
109 commits
to version-15
since this release
What's Changed
- Changes the maximum number of rows displayed in browser reports from 1,000,000 to 100,000, so very large reports may need to be exported instead of viewed directly. (#32434)
- Fixes an issue where searches for empty fields, such as Field Name in DocField, do not return correct results. (#32447)
- Aligns queries across the system so that filtering records where a field is "not set" now consistently treats both empty and null values as not set. (#32451)
- Improves performance when filtering records by transforming certain conditions to make better use of database indexes, which can make list and report views load faster in some cases. (#32457)
- Updates server request handling to prevent ongoing requests from being unexpectedly interrupted during server restarts or timeouts. (#32455)
- Improves the layout of the file uploader so that uploaded files and buttons are displayed more clearly and without overlapping. (#32476)
- Updates the translation backport command so it can update multiple language files at once, making it easier to manage translations for all supported languages. (#32485)
- Moves maintenance tasks that do not need to run at exact times into a separate queue, so these background jobs run evenly throughout the hour instead of all at once. This reduces temporary spikes in system load during scheduled job periods. (#32461)
- Updates the color scheme in email templates to match the new Espresso design. (#32490)
- Fixes incorrect display of the number of RQ workers, so the worker count now matches the actual number running. (#32491)
- Displays a deprecation warning for the social module in the energy points feature. (#32279)
- Prevents adding file attachments with invalid URLs. (#32508)
- Allows installed apps to appear even if they do not include a permission check, so all available apps are listed as expected. (#32505)
Full Changelog: v15.68.0...v15.68.1
Authors: @iamejaaz, @barredterra, @sokumon, @ankush, @RitvikSardana, @akhilnarang, @marination
Reviewers: @akhilnarang, @ankush