From 68b5fd19c16291d6eb89cbcdaf25f96f57b7579f Mon Sep 17 00:00:00 2001 From: Maciej Krajowski-Kukiel Date: Tue, 21 Jan 2025 10:13:43 +0100 Subject: [PATCH] release notes --- app/views/pages/release-notes.liquid | 17 +++++++++++ .../release-notes/2025/21_jan_2025.liquid | 29 +++++++++++++++++++ .../pages/release-notes/unreleased.liquid | 12 ++------ 3 files changed, 48 insertions(+), 10 deletions(-) create mode 100644 app/views/pages/release-notes/2025/21_jan_2025.liquid diff --git a/app/views/pages/release-notes.liquid b/app/views/pages/release-notes.liquid index 00eafaadb..7e48fc43e 100644 --- a/app/views/pages/release-notes.liquid +++ b/app/views/pages/release-notes.liquid @@ -12,6 +12,7 @@ metadata:

Our release notes tell you about new features, deprecations, improvements, and fixes in platformOS.

+

2024

@@ -23,6 +24,22 @@ metadata:
Unreleased +
  • + Instance Clone cross stacks, GraphQL and Liquid enhancements +
    + Jan 25 +
  • + +
    +
    + + +
    +
    +

    2024

    +
    +
    +
    • Background jobs executed after the entire request finishes
      diff --git a/app/views/pages/release-notes/2025/21_jan_2025.liquid b/app/views/pages/release-notes/2025/21_jan_2025.liquid new file mode 100644 index 000000000..8c7678e5c --- /dev/null +++ b/app/views/pages/release-notes/2025/21_jan_2025.liquid @@ -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 }} + +

      NEW

      + +* 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)) + +

      IMPROVED

      + +* 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 + +

      FIXED

      + +* Fix edge case scenarios when `user_update` mutation sometimes fails when changing an email of the user to the same email + diff --git a/app/views/pages/release-notes/unreleased.liquid b/app/views/pages/release-notes/unreleased.liquid index 5269cafcf..c7a2f1472 100644 --- a/app/views/pages/release-notes/unreleased.liquid +++ b/app/views/pages/release-notes/unreleased.liquid @@ -11,17 +11,9 @@ metadata:

      NEW

      -* 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)) - +