File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ metadata:
2424 <br />
2525 <span >Unreleased</span >
2626 </li >
27+ <li >
28+ <a href =" /release-notes/31-JUN-25" >Performance improvement, fix uploading remote image via the record_update</a >
29+ <br />
30+ <span >June 18</span >
31+ </li >
2732 <li >
2833 <a href =" /release-notes/31-MAY-25" >Liquid and low-level internal dependencies, record_update fixes</a >
2934 <br />
Original file line number Diff line number Diff line change 1+ ---
2+ converter: markdown
3+ metadata:
4+ title: Performance improvement, fix uploading remote image via the record_update
5+ description: June 18, 2025
6+ skip_contribute_button: true
7+ last_edit: false
8+ slug: release-notes/18-JUN-25
9+ ---
10+
11+ #### {{ page .metadata .description }}
12+
13+ <h4 class =" release-note release-note__improved" >IMPROVED</h4 >
14+
15+ * general performance improvement for `records` GraphQL queries by optimizing PostgreSQL plan for larger data sets
16+ * `property_boolean` will handle convert `f` and `t` string values to `false` and `true` boolean values
17+
18+ <h4 class =" release-note release-note__fixed" >FIXED</h4 >
19+
20+ * fix uploading remote image via the `record_update` GraphQL mutation
You can’t perform that action at this time.
0 commit comments