Skip to content

Commit 60948e3

Browse files
committed
add release notes
1 parent ae41e1f commit 60948e3

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

app/views/pages/release-notes.liquid

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ metadata:
2525
<span>Unreleased</span>
2626
</li>
2727
<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>
28+
<a href="/release-notes/23-NOV-25">Added transaction and rollback liquid tags, activity_streams part of pos-cli clone</a>
29+
<br/>
30+
<span>Nov 23</span>
31+
</li>
32+
<li>
33+
<a href="/release-notes/27-AUG-25">Fixes for instance copies and other data related tasks, starts_with and ends_with queries improvements</a>
2934
<br/>
3035
<span>Aug 27</span>
3136
</li>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
---
3+
converter: markdown
4+
metadata:
5+
title: Added transaction and rollback liquid tags, activity_streams part of pos-cli clone
6+
description: Nov 23, 2025
7+
skip_contribute_button: true
8+
last_edit: false
9+
slug: release-notes/23-NOV-25
10+
---
11+
12+
#### {{ page.metadata.description }}
13+
14+
<h4 class="release-note release-note__new">NEW</h4>
15+
16+
* add new `transaction` and `rollback` liquid tags to support explicit database transactions
17+
* `pos-cli clone` will also affect [Activity Streams](/developer-guide/activity-feeds/activity-feeds)
18+
19+
<h4 class="release-note release-note__improved">IMPROVED</h4>
20+
21+
* `admin_asset_delete_all` will also affect soft deleted assets
22+
* `context.globals` will not be explicitly serialized for each [BackgroundJob](/best-practices/backend-performance/background-jobs) (but will still be available) - it is just a low level implementation optimization to reduce job size, unnecessary noise and performance
23+
* `include` Liquid tag can be used within `render` tag
24+
25+
<h4 class="release-note release-note__fixed">FIXED</h4>
26+
27+
* Fixed issue preventing certain instance copies processes from completing successfully.

app/views/pages/release-notes/2025/27_aug_2025.liquid

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ slug: release-notes/27-AUG-25
1313
<h4 class="release-note release-note__new">NEW</h4>
1414

1515
* Explicitly set case sensitivity for starts_with and ends_with queries
16-
* add new `transaction` and `rollback` liquid tags to support explicit database transactions
1716

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

0 commit comments

Comments
 (0)