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
27 changes: 27 additions & 0 deletions mintlify/docs/changelog/august-2026.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: August 2026
description: What's new in urBackend — new features, improvements, and fixes.
---

<Update label="2026-08-01" description="Weeks of 2026-07-19–2026-08-01" tags={["Feature", "Improvement", "Fix"]}>
## New features

- **Config History Page (UI)** — Display audit logs for project configuration changes. ([#374](https://github.com/geturbackend/urBackend/pull/374) by [@VivekTekwani021](https://github.com/VivekTekwani021))
- **Project Configuration Change Log (API)** — View a log of changes made to project configurations. ([#373](https://github.com/geturbackend/urBackend/pull/373) by [@VivekTekwani021](https://github.com/VivekTekwani021))
- **Clone Project Template** — Clone existing project templates to create new projects. ([#367](https://github.com/geturbackend/urBackend/pull/367) by [@yash-pouranik](https://github.com/yash-pouranik))
- **Edit Collection** — Ability to edit existing collections from the dashboard. ([#364](https://github.com/geturbackend/urBackend/pull/364) by [@yash-pouranik](https://github.com/yash-pouranik))
- **Astro Landing Migration** — Migrated the urBackend landing page to Astro for better performance. ([#363](https://github.com/geturbackend/urBackend/pull/363) by [@yash-pouranik](https://github.com/yash-pouranik))
- **Project Templates and SDK Demos** — Added project templates, a Python SDK demo, and a quickstart script. ([#359](https://github.com/geturbackend/urBackend/pull/359) by [@Nitin-kumar-yadav1307](https://github.com/Nitin-kumar-yadav1307))

## Improvements

- **LRU Connection Cache and Circuit Breakers** — Implement connection caching and circuit breakers for improved performance and reliability. ([#370](https://github.com/geturbackend/urBackend/pull/370) by [@yash-pouranik](https://github.com/yash-pouranik))
- **Google Site Verification** — Add meta tag for Google site verification. ([#368](https://github.com/geturbackend/urBackend/pull/368) by [@yash-pouranik](https://github.com/yash-pouranik))
- **Settings Page Refactor** — Refactored the settings page into a clean tabbed layout with a dedicated integrations section. ([#365](https://github.com/geturbackend/urBackend/pull/365) by [@yash-pouranik](https://github.com/yash-pouranik))
- **Redesigned Integrations Page** — New Appwrite-style provider grid for integrations. ([#366](https://github.com/geturbackend/urBackend/pull/366) by [@yash-pouranik](https://github.com/yash-pouranik))

## Bug fixes

- Update clone instructions and SDK dependencies for all examples. ([#362](https://github.com/geturbackend/urBackend/pull/362) by [@Nitin-kumar-yadav1307](https://github.com/Nitin-kumar-yadav1307))
Comment thread
yash-pouranik marked this conversation as resolved.
</Update>

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/august-2026",
"changelog/july-2026",
"changelog/june-2026",
"changelog/may-2026",
Expand Down
Loading