Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions mintlify/docs/changelog/june-2026.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@ title: Changelog
description: What's new in urBackend — new features, improvements, and fixes.
---

<Update label="2026-06-22" description="Week of 2026-06-15–2026-06-22" tags={["Feature", "Improvement", "Fix"]}>
## New features

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

- Normalized email storage and lookup handling (#327)
- Invalidated API key cache on deletion (#328)
- Fixed resource exhaustion in consumer export worker (#254)
</Update>

Comment thread
coderabbitai[bot] marked this conversation as resolved.
<Update label="2026-06-15" description="Week of 2026-06-08–2026-06-15" tags={["Feature", "Improvement", "Fix"]}>
## New features

Expand Down
1 change: 1 addition & 0 deletions mintlify/docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"group": "Changelog",
"pages": [
"changelog/may-2026",
"changelog/june-2026",
"changelog/april-2026"
]
}
Expand Down
Loading