Skip to content

Commit 256c1f2

Browse files
committed
release notes
1 parent af2497a commit 256c1f2

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

app/views/pages/release-notes.liquid

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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/>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

0 commit comments

Comments
 (0)