Skip to content

Commit

Permalink
Merge pull request #1714 from mdyd-dev/jun-18-release-notes
Browse files Browse the repository at this point in the history
Jun 18 release notes
  • Loading branch information
diana-lakatos committed Jun 18, 2024
2 parents a737f79 + b18cc0a commit 2439ea8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/pages/release-notes.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ metadata:
</div>
<div class="w-auto ml-4">
<ul class="mb-8 list-none">
<li>
<a href="release-notes/18-JUN-24">Admin_asset_update_all mutation, fixes and improvements</a>
<br/>
<span>June 18</span>
</li>
<li>
<a href="release-notes/17-APR-24">ElasticSearch upgrade, other improvements and fixes</a>
<br/>
Expand Down
39 changes: 39 additions & 0 deletions app/views/pages/release-notes/2024/18_jun_24.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
converter: markdown
metadata:
title: Admin_asset_update_all mutation, fixes and improvements
description: June 18, 2024
skip_contribute_button: true
last_edit: false
slug: release-notes/18-JUN-24
---

#### {{ page.metadata.description }}

<h4 class="release-note release-note__new">NEW</h4>

* New instance feature flag `validations_for_graph_queries` which adds more validations for GraphQL queries
* New `admin_asset_update_all` mutation which allows updating `manually_managed` for assets

<h4 class="release-note release-note__improved">IMPROVED</h4>

* Add sorting for `admin_background_jobs` GraphQL 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_valid` less strict to avoid doing multiple checks
* Skip `manually_managed` when 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_at` for `admin_assets` queries
* Allow nil for array compact


<h4 class="release-note release-note__fixed">FIXED</h4>

* Allow only one instance dump per time for given instance
* Fix legacy page router (`exact_match` set to false) for complex scenarios
* Improve documentation formatting for legacy router
* Remove misleading warning of ElasticSearch mapping issue
* Fix filtering by `source_name` for non-RUNNING sidekiq jobs
* Make `current_user` GraphQL query accessible in a context of WebSockets

0 comments on commit 2439ea8

Please sign in to comment.