diff --git a/mintlify/docs/changelog/june-2026.mdx b/mintlify/docs/changelog/june-2026.mdx index e3aa3c865..db9537b32 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 `checkUsageLimits` to `OTP` and password reset routes to prevent abuse (#264) + + ## 🚀 New Features