From 144175507f2ea44b8a48d49f76643931dbe6cb21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 25 May 2026 21:52:06 +0000 Subject: [PATCH 1/3] docs: weekly changelog update 2026-05-25 --- mintlify/docs/changelog/may-2026.mdx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/mintlify/docs/changelog/may-2026.mdx b/mintlify/docs/changelog/may-2026.mdx index 1508ae89..4e02e681 100644 --- a/mintlify/docs/changelog/may-2026.mdx +++ b/mintlify/docs/changelog/may-2026.mdx @@ -3,6 +3,25 @@ title: Changelog (May 2026) description: What's new in urBackend — new features, improvements, and fixes for May. --- + +## New features + +**Soft Delete & Trash Cleanup** — Introduces a soft��delete mechanism for records and a background worker that permanently removes items from the trash after a configurable retention period. + +## Improvements + +**Feature Section Timeline UI** — Replaces the classic grid with a modern timeline layout, providing a clearer chronological view of feature updates. + +**Landing Page UX** — Refines the landing page UI/UX for better visual hierarchy and interaction flow. + +## Bug fixes + +- Address PR review feedback for AI Query Builder (#205) +- Handle 423 login lockout with a retry countdown (#199) +- Resolve remaining review issues from PR #124 (#180) +- Make database empty‑state cURL snippet RLS‑aware to avoid 403 errors (#190) + + ## New features From 3b5cf54114368fba684a424dfe233cea4f14d342 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 05:34:08 +0000 Subject: [PATCH 2/3] docs: fix encoding and clarify soft delete retention Generated-By: mintlify-agent --- mintlify/docs/changelog/may-2026.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mintlify/docs/changelog/may-2026.mdx b/mintlify/docs/changelog/may-2026.mdx index 4e02e681..f002c794 100644 --- a/mintlify/docs/changelog/may-2026.mdx +++ b/mintlify/docs/changelog/may-2026.mdx @@ -6,7 +6,7 @@ description: What's new in urBackend — new features, improvements, and fixes f ## New features -**Soft Delete & Trash Cleanup** — Introduces a soft��delete mechanism for records and a background worker that permanently removes items from the trash after a configurable retention period. +**Soft Delete & Trash Cleanup** — You can now soft-delete records, and a background worker permanently removes items from trash after 30 days. ## Improvements From 8d39bb83a0b9217f413e86286caf479cc3df8ede Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 05:35:10 +0000 Subject: [PATCH 3/3] docs: format cURL, RLS, 403 as inline code in changelog Generated-By: mintlify-agent --- mintlify/docs/changelog/may-2026.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mintlify/docs/changelog/may-2026.mdx b/mintlify/docs/changelog/may-2026.mdx index f002c794..409c39b8 100644 --- a/mintlify/docs/changelog/may-2026.mdx +++ b/mintlify/docs/changelog/may-2026.mdx @@ -19,7 +19,7 @@ description: What's new in urBackend — new features, improvements, and fixes f - Address PR review feedback for AI Query Builder (#205) - Handle 423 login lockout with a retry countdown (#199) - Resolve remaining review issues from PR #124 (#180) -- Make database empty‑state cURL snippet RLS‑aware to avoid 403 errors (#190) +- Make database empty‑state `cURL` snippet `RLS`‑aware to avoid `403` errors (#190)