Skip to content

Commit 87c49da

Browse files
committed
27 august 2025 release notes and related
1 parent cf508c3 commit 87c49da

File tree

3 files changed

+29
-7
lines changed

3 files changed

+29
-7
lines changed

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/27-AUG-25">Fixes for instance copies and other data related tasks, added transaction and rollback liquid tags, starts_with and ends_with queries improvements</a>
29+
<br/>
30+
<span>Aug 27</span>
31+
</li>
2732
<li>
2833
<a href="/release-notes/29-JUL-25">Allow public uploads, upload_delete mutation, various other reliability and consistency improvements</a>
2934
<br/>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
converter: markdown
3+
metadata:
4+
title: Various reliability fixes and new features
5+
description: Aug 27, 2025
6+
skip_contribute_button: true
7+
last_edit: false
8+
slug: release-notes/27-AUG-25
9+
---
10+
11+
#### {{ page.metadata.description }}
12+
13+
<h4 class="release-note release-note__new">NEW</h4>
14+
15+
* Explicitly set case sensitivity for starts_with and ends_with queries
16+
* add new `transaction` and `rollback` liquid tags to support explicit database transactions
17+
18+
<!--<h4 class="release-note release-note__improved">IMPROVED</h4>-->
19+
20+
<h4 class="release-note release-note__fixed">FIXED</h4>
21+
22+
* Fixed issue preventing certain instance copies processes from completing successfully.

app/views/pages/release-notes/unreleased.liquid

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@ metadata:
99

1010
#### {{ page.metadata.description }}
1111

12-
<h4 class="release-note release-note__new">NEW</h4>
13-
14-
* Explicitly set case sensitivity for starts_with and ends_with queries
15-
* add new `transaction` and `rollback` liquid tags to support explicit database transactions
12+
<!-- <h4 class="release-note release-note__new">NEW</h4> -->
1613

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

19-
<h4 class="release-note release-note__fixed">FIXED</h4>
20-
21-
* Fixed issue preventing certain instance copies processes from completing successfully.
16+
<!-- <h4 class="release-note release-note__fixed">FIXED</h4> -->

0 commit comments

Comments
 (0)