diff --git a/mintlify/docs/changelog/august-2026.mdx b/mintlify/docs/changelog/august-2026.mdx new file mode 100644 index 000000000..caefec67f --- /dev/null +++ b/mintlify/docs/changelog/august-2026.mdx @@ -0,0 +1,27 @@ +--- +title: August 2026 +description: What's new in urBackend — new features, improvements, and fixes. +--- + + +## 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)) + + diff --git a/mintlify/docs/docs.json b/mintlify/docs/docs.json index 972938448..d6df8c058 100644 --- a/mintlify/docs/docs.json +++ b/mintlify/docs/docs.json @@ -94,6 +94,7 @@ { "group": "Changelog", "pages": [ + "changelog/august-2026", "changelog/july-2026", "changelog/june-2026", "changelog/may-2026",