Default_layout, allow liquid in layouts, GraphQL queries/mutations improvements
July 10, 2024
NEW
- Page property
layoutnow accepts liquid to dynamically determie the layout - Ability to update
manually_managedfromupdate_allmutations for views, layouts and pages - New
app/config.ymloption -default_layout(currently it'sapplication) - allows to specify default layout for all pages, accepts liquid - New
app/config.ymloption -reject_null_geojson_coordinates- raises validation error for null GeoJSON coordinates - Attribute
_index_updateadded torecords_update_allmutations to be able to keepcustomizationsin sync - api_call_send has a new attribute -
internal, which allows to invoke API calls to itself or another instance (which is on the same stack), without being counted as an actual API call (the implementation is closer torender/functiontag)
IMPROVED
- Rejected callback is triggered when subscription is denied in WebSockets
- Increased speed/performance for large instance database exports
FIXED
- Allow nil for array compact
- Edge case issues when exporting an old instance, which does not have any features_flags explicitly enabled/disabled
MAINTENANCE
- Upgraded internal frameworks and dependencies to the newest versions