Admin_asset_update_all mutation, fixes and improvements
June 10, 2024
NEW
- New instance feature flag
validations_for_graph_querieswhich adds more validations for GraphQL queries - New
admin_asset_update_allmutation which allows updatingmanually_managedfor assets
IMPROVED
- Add sorting for
admin_background_jobsGraphQL query - Improve deploy/sync performance for large schemas
- Improve performance of filtering by
related_records - Make remove newlines optional in
html_to_text - Make
is_json_validless strict to avoid doing multiple checks - Skip
manually_managedwhen building asset hash - More descriptive error when trying to download a module which has not been installed yet
- Allow overrides for markdown
- Filter and sort by
virtual_deleted_atforadmin_assetsqueries
FIXED
- Allow only one instance dump per time for given instance
- Fix legacy page router (
exact_matchset to false) for complex scenarios - Improve documentation formatting for legacy router
- Remove misleading warning of ElasticSearch mapping issue
- Fix filtering by
source_namefor non-RUNNING sidekiq jobs - Make
current_userGraphQL query accessible in a context of WebSockets