From 33c78d1e5e0a88acb5280845b2eaae978b327d62 Mon Sep 17 00:00:00 2001 From: yash-pouranik <172860064+yash-pouranik@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:47:49 +0000 Subject: [PATCH 1/2] docs: weekly changelog update --- mintlify/docs/changelog/june-2026.mdx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/mintlify/docs/changelog/june-2026.mdx b/mintlify/docs/changelog/june-2026.mdx index 53fc0d79..326228a4 100644 --- a/mintlify/docs/changelog/june-2026.mdx +++ b/mintlify/docs/changelog/june-2026.mdx @@ -3,6 +3,27 @@ title: Changelog description: What's new in urBackend — new features, improvements, and fixes. --- + +## New features + +**Batch Email Sending Utility** — A new utility for sending batch emails has been added to the tools. +**Onboarding Updates** — The onboarding process has been updated with new features. +**Landing Page Revamp** — The landing page has been revamped with interactive components and a unified navigation. +**FAQ Item in Desktop Navbar** — An FAQ item has been added to the desktop navbar. +**Public API Controller Migration** — Public API controllers have been migrated to use AppError. + +## Improvements + +**Web Dashboard Updates** — The web dashboard has been updated with new hooks and layout improvements. +**Optimized Database Connections** — Database connections concurrency for getGlobalStats has been optimized. + +## Bug fixes + +- Normalized email storage and lookup handling (#327) +- Invalidated API key cache on deletion (#328) +- Fixed resource exhaustion in consumer export worker (#254) + + ## New features From 0928ebd201635012f9bc2ea7476c1dcad4cf211f Mon Sep 17 00:00:00 2001 From: "coderabbitai[bot]" <136622811+coderabbitai[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:55:04 +0000 Subject: [PATCH 2/2] fix: apply CodeRabbit auto-fixes Fixed 2 file(s) based on 3 unresolved review comments. Co-authored-by: CodeRabbit --- mintlify/docs/changelog/june-2026.mdx | 14 +++++++------- mintlify/docs/docs.json | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/mintlify/docs/changelog/june-2026.mdx b/mintlify/docs/changelog/june-2026.mdx index 326228a4..309c6043 100644 --- a/mintlify/docs/changelog/june-2026.mdx +++ b/mintlify/docs/changelog/june-2026.mdx @@ -6,16 +6,16 @@ description: What's new in urBackend — new features, improvements, and fixes. ## New features -**Batch Email Sending Utility** — A new utility for sending batch emails has been added to the tools. -**Onboarding Updates** — The onboarding process has been updated with new features. -**Landing Page Revamp** — The landing page has been revamped with interactive components and a unified navigation. -**FAQ Item in Desktop Navbar** — An FAQ item has been added to the desktop navbar. -**Public API Controller Migration** — Public API controllers have been migrated to use AppError. +**Batch Email Sending Utility** — You can now send batch emails using the new utility added to the tools. +**Onboarding Updates** — You can now access new features in the updated onboarding process. +**Landing Page Revamp** — You can now explore the revamped landing page with interactive components and a unified navigation. +**FAQ Item in Desktop Navbar** — You can now access the FAQ item in the **desktop navbar**. +**Public API Controller Migration** — You can now use `AppError` in the migrated public API controllers. ## Improvements -**Web Dashboard Updates** — The web dashboard has been updated with new hooks and layout improvements. -**Optimized Database Connections** — Database connections concurrency for getGlobalStats has been optimized. +**Web Dashboard Updates** — You can now benefit from new hooks and layout improvements in the web dashboard. +**Optimized Database Connections** — You can now experience faster performance with optimized database connections concurrency for `getGlobalStats`. ## Bug fixes diff --git a/mintlify/docs/docs.json b/mintlify/docs/docs.json index 448a5583..b61ba490 100644 --- a/mintlify/docs/docs.json +++ b/mintlify/docs/docs.json @@ -94,6 +94,7 @@ "group": "Changelog", "pages": [ "changelog/may-2026", + "changelog/june-2026", "changelog/april-2026" ] }