From 4011a0777d03fafc6fc9782888b0a789bfad1a95 Mon Sep 17 00:00:00 2001 From: yash-pouranik <172860064+yash-pouranik@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:12:48 +0000 Subject: [PATCH] docs: weekly changelog update --- mintlify/docs/changelog/july-2026.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/mintlify/docs/changelog/july-2026.mdx b/mintlify/docs/changelog/july-2026.mdx index b5ac1e775..cfdff777f 100644 --- a/mintlify/docs/changelog/july-2026.mdx +++ b/mintlify/docs/changelog/july-2026.mdx @@ -3,6 +3,21 @@ title: July 2026 description: What's new in urBackend — new features, improvements, and fixes. --- + +## New features + +**Schema Sync API** — Allows for schema synchronization. ([#353](https://github.com/geturbackend/urBackend/pull/353) by [@Ayush4958](https://github.com/Ayush4958)) + +## Improvements + +**Team Member Access to Auth Page** — Improves auth API response handling and allows team members to access the auth page. ([#349](https://github.com/geturbackend/urBackend/pull/349) by [@Nitin-kumar-yadav1307](https://github.com/Nitin-kumar-yadav1307)) + +## Bug fixes + +- Made daily export limit check atomic to prevent concurrent requests from bypassing quota. ([#347](https://github.com/geturbackend/urBackend/pull/347) by [@anshul23102](https://github.com/anshul23102)) +- Invalidated both raw and hashed publishable keys and encrypted jwtSecret in Redis. ([#342](https://github.com/geturbackend/urBackend/pull/342) by [@Kirtan-pc](https://github.com/Kirtan-pc)) + + ## New features