From cde16b1c962dd1ef88f22d53107ec0f5f0189404 Mon Sep 17 00:00:00 2001 From: yash-pouranik <172860064+yash-pouranik@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:34:01 +0000 Subject: [PATCH 1/4] docs: weekly changelog update --- mintlify/docs/changelog/august-2026.mdx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 mintlify/docs/changelog/august-2026.mdx diff --git a/mintlify/docs/changelog/august-2026.mdx b/mintlify/docs/changelog/august-2026.mdx new file mode 100644 index 000000000..868178b60 --- /dev/null +++ b/mintlify/docs/changelog/august-2026.mdx @@ -0,0 +1,22 @@ +--- +title: August 2026 +description: What's new in urBackend — new features, improvements, and fixes. +--- + + +## New features + +**Config History Page** — 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** — 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)) + +## 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)) + +## 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)) + + From b1bf5dea7f99ac01c4311a4e5b8905ac50de9b14 Mon Sep 17 00:00:00 2001 From: Yash Pouranik Date: Sat, 1 Aug 2026 19:14:38 +0530 Subject: [PATCH 2/4] Update changelog for August 2026 with new features --- mintlify/docs/changelog/august-2026.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mintlify/docs/changelog/august-2026.mdx b/mintlify/docs/changelog/august-2026.mdx index 868178b60..4addfcfd6 100644 --- a/mintlify/docs/changelog/august-2026.mdx +++ b/mintlify/docs/changelog/august-2026.mdx @@ -6,8 +6,8 @@ description: What's new in urBackend — new features, improvements, and fixes. ## New features -**Config History Page** — 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** — View a log of changes made to project configurations. ([#373](https://github.com/geturbackend/urBackend/pull/373) by [@VivekTekwani021](https://github.com/VivekTekwani021)) +**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)) ## Improvements From 70d26284ea757e2f5a5e52233bc9203318bddc65 Mon Sep 17 00:00:00 2001 From: yash-pouranik Date: Sat, 1 Aug 2026 21:52:01 +0530 Subject: [PATCH 3/4] fix(docs): add August 2026 to navigation and fix markdown lists --- mintlify/docs/changelog/august-2026.mdx | 10 +++++----- mintlify/docs/docs.json | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/mintlify/docs/changelog/august-2026.mdx b/mintlify/docs/changelog/august-2026.mdx index 4addfcfd6..c26ccbd45 100644 --- a/mintlify/docs/changelog/august-2026.mdx +++ b/mintlify/docs/changelog/august-2026.mdx @@ -6,14 +6,14 @@ 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)) +- **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)) ## 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)) +- **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)) ## Bug fixes 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", From f9fbb384842c6b80b5e6eabd8b63fe51e77df409 Mon Sep 17 00:00:00 2001 From: yash-pouranik Date: Sat, 1 Aug 2026 22:28:07 +0530 Subject: [PATCH 4/4] docs: add missing PRs from the past 14 days --- mintlify/docs/changelog/august-2026.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mintlify/docs/changelog/august-2026.mdx b/mintlify/docs/changelog/august-2026.mdx index c26ccbd45..caefec67f 100644 --- a/mintlify/docs/changelog/august-2026.mdx +++ b/mintlify/docs/changelog/august-2026.mdx @@ -3,17 +3,22 @@ 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