Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashek committed Jan 21, 2025
1 parent e9f9c6c commit 68b5fd1
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 10 deletions.
17 changes: 17 additions & 0 deletions app/views/pages/release-notes.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ metadata:
<p class="mt-6 text-xl">
Our release notes tell you about new features, <a href="/release-notes/deprecation-policy">deprecations</a>, improvements, and fixes in platformOS.
</p>

<div class="flex mt-8 mb-4 release-notes__year-container">
<div class="w-auto release-notes__timeline">
<h3 class="text-xl whitespace-no-wrap">2024</h3>
Expand All @@ -23,6 +24,22 @@ metadata:
<br/>
<span>Unreleased</span>
</li>
<li>
<a href="/release-notes/21-JAN-25">Instance Clone cross stacks, GraphQL and Liquid enhancements</a>
<br/>
<span>Jan 25</span>
</li>
</ul>
</div>
</div>


<div class="flex mt-8 mb-4 release-notes__year-container">
<div class="w-auto release-notes__timeline">
<h3 class="text-xl whitespace-no-wrap">2024</h3>
</div>
<div class="w-auto ml-4">
<ul class="mb-8 list-none">
<li>
<a href="/release-notes/20-NOV-24">Background jobs executed after the entire request finishes</a>
<br/>
Expand Down
29 changes: 29 additions & 0 deletions app/views/pages/release-notes/2025/21_jan_2025.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
converter: markdown
metadata:
title: Instance Clone cross stacks, GraphQL and Liquid enhancements
description: January 21, 2025
skip_contribute_button: true
last_edit: false
slug: release-notes/21-JAN-25
---

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

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

* Add `at` argument to `activity_publish` mutation
* Add `hash_except` liquid filter
* Add `subdomain` to Pages GraphQL
* New endpoints for allowing Instance Copy cross stacks (see [pos-cli clone init](https://github.com/Platform-OS/pos-cli/blob/master/CHANGELOG.md#530))

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

* Ensure no race condition for `record_update` and improve performance of atomic operations
* Allow epoch as a filter value for datetime argument in GraphQL queries
* `admin_asset_delete` will ensure the physical file is removed, even if already marked as a soft delete

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

* Fix edge case scenarios when `user_update` mutation sometimes fails when changing an email of the user to the same email

12 changes: 2 additions & 10 deletions app/views/pages/release-notes/unreleased.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,9 @@ metadata:

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

* Add `at` argument to `activity_publish` mutation
* Add `hash_except` liquid filter
* Add `subdomain` to Pages GraphQL
* New endpoints for allowing Instance Copy cross stacks (see [pos-cli clone init](https://github.com/Platform-OS/pos-cli/blob/master/CHANGELOG.md#530))

<!--
<h4 class="release-note release-note__improved">IMPROVED</h4>
* Ensure no race condition for `record_update` and improve performance of atomic operations
* Allow epoch as a filter value for datetime argument in GraphQL queries
* `admin_asset_delete` will ensure the physical file is removed, even if already marked as a soft delete
<h4 class="release-note release-note__fixed">FIXED</h4>

* Fix edge case scenarios when `user_update` mutation sometimes fails when changing an email of the user to the same email
-->

0 comments on commit 68b5fd1

Please sign in to comment.