Skip to content
Merged
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
15 changes: 15 additions & 0 deletions mintlify/docs/changelog/july-2026.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ title: July 2026
description: What's new in urBackend — new features, improvements, and fixes.
---

<Update label="2026-07-13" description="Week of 2026-07-06–2026-07-13" tags={["Feature", "Improvement", "Fix"]}>
## 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))
</Update>

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

Expand Down
Loading