From f15fa6de34d2b4b2a06c0623fda4fd10b300ff7b Mon Sep 17 00:00:00 2001 From: yash-pouranik <172860064+yash-pouranik@users.noreply.github.com> Date: Mon, 8 Jun 2026 13:12:49 +0000 Subject: [PATCH 1/3] docs: weekly changelog update --- mintlify/docs/changelog/june-2026.mdx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/mintlify/docs/changelog/june-2026.mdx b/mintlify/docs/changelog/june-2026.mdx index e3aa3c865..62ef4eb3f 100644 --- a/mintlify/docs/changelog/june-2026.mdx +++ b/mintlify/docs/changelog/june-2026.mdx @@ -3,6 +3,25 @@ title: Changelog description: What's new in urBackend — new features, improvements, and fixes. --- + +## Improvements + +**Standardized API Response** — Standardized the API Response in Package-Middleware to handle errors consistently (#270) +**Resilience Tests** — Added 503 resilience tests for Redis rejection paths to improve public API reliability (#267) +**Quota Validation** — Enforced quota validation and usage accounting for bulk inserts to prevent abuse (#250) + +## Bug fixes + +- Prevent Auth page crash when loading users (#263) +- Block verification field updates in profile endpoint (#271) +- Add 2000 character max-length guard on queryBuilder prompt to prevent excessive input (#274) +- Update error parsing to handle standardized AppError responses (#273) +- Sanitize file.originalname before use in storage path to prevent security vulnerabilities (#275) +- Expand isSafeUri to block RFC-1918 and cloud metadata IP ranges to improve security (#256) +- Show string schema fields in RLS owner dropdown to improve user experience (#265) +- Apply authLimiter to OTP and password reset routes to prevent abuse (#264) + + ## 🚀 New Features From e7659d8f9c741e2e27d43100587dcd3f78b0878e Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 13:18:57 +0000 Subject: [PATCH 2/3] docs: apply code formatting and correct middleware name in changelog Generated-By: mintlify-agent --- mintlify/docs/changelog/june-2026.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mintlify/docs/changelog/june-2026.mdx b/mintlify/docs/changelog/june-2026.mdx index 62ef4eb3f..a9366130e 100644 --- a/mintlify/docs/changelog/june-2026.mdx +++ b/mintlify/docs/changelog/june-2026.mdx @@ -6,20 +6,20 @@ description: What's new in urBackend — new features, improvements, and fixes. ## Improvements -**Standardized API Response** — Standardized the API Response in Package-Middleware to handle errors consistently (#270) -**Resilience Tests** — Added 503 resilience tests for Redis rejection paths to improve public API reliability (#267) +**Standardized API Response** — Standardized the API Response in `Package-Middleware` to handle errors consistently (#270) +**Resilience Tests** — Added `503` resilience tests for `Redis` rejection paths to improve public API reliability (#267) **Quota Validation** — Enforced quota validation and usage accounting for bulk inserts to prevent abuse (#250) ## Bug fixes - Prevent Auth page crash when loading users (#263) - Block verification field updates in profile endpoint (#271) -- Add 2000 character max-length guard on queryBuilder prompt to prevent excessive input (#274) -- Update error parsing to handle standardized AppError responses (#273) -- Sanitize file.originalname before use in storage path to prevent security vulnerabilities (#275) -- Expand isSafeUri to block RFC-1918 and cloud metadata IP ranges to improve security (#256) -- Show string schema fields in RLS owner dropdown to improve user experience (#265) -- Apply authLimiter to OTP and password reset routes to prevent abuse (#264) +- Add `2000` character max-length guard on `queryBuilder` prompt to prevent excessive input (#274) +- Update error parsing to handle standardized `AppError` responses (#273) +- Sanitize `file.originalname` before use in storage path to prevent security vulnerabilities (#275) +- Expand `isSafeUri` to block `RFC-1918` and cloud metadata IP ranges to improve security (#256) +- Show `string` schema fields in **RLS owner dropdown** to improve user experience (#265) +- Apply `checkUsageLimits` to `OTP` and password reset routes to prevent abuse (#264) From a19ea1bafb48fbbae99c29074b2c903eb942ca8a Mon Sep 17 00:00:00 2001 From: Yash Pouranik Date: Mon, 8 Jun 2026 19:00:33 +0530 Subject: [PATCH 3/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- mintlify/docs/changelog/june-2026.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mintlify/docs/changelog/june-2026.mdx b/mintlify/docs/changelog/june-2026.mdx index a9366130e..db9537b32 100644 --- a/mintlify/docs/changelog/june-2026.mdx +++ b/mintlify/docs/changelog/june-2026.mdx @@ -3,7 +3,7 @@ title: Changelog description: What's new in urBackend — new features, improvements, and fixes. --- - + ## Improvements **Standardized API Response** — Standardized the API Response in `Package-Middleware` to handle errors consistently (#270)