-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
48 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters