Skip to content

Commit 5d34cf8

Browse files
docs: weekly changelog update (geturbackend#252)
* docs: weekly changelog update * docs: revise june 2026 changelog per review feedback Generated-By: mintlify-agent * Update changelog for June 2026 * changelog: fix the structure of june changelog --------- Co-authored-by: yash-pouranik <172860064+yash-pouranik@users.noreply.github.com> Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 0a23a04 commit 5d34cf8

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Changelog
3+
description: What's new in urBackend — new features, improvements, and fixes.
4+
---
5+
6+
<Update label="2026-06-01" description="Week of 2026-05-25–2026-06-01">
7+
## 🚀 New Features
8+
9+
- Export databases asynchronously through a queue-based pipeline for improved performance.
10+
- Recover soft-deleted records for better data management.
11+
- Return to the home page from the signup page via the new **Home** button.
12+
- Jump to the top of long pages via the new **Back to Top** button.
13+
14+
## 🛠 Improvements
15+
16+
- Standardized formatting across editors via `.editorconfig`.
17+
- Faster sync webhook dispatch, now offloaded to `bullmq`.
18+
- Cleaner onboarding experience with an updated `.env.example` and added source comments.
19+
- Improved code quality via `husky` and `lint-staged` pre-commit hooks.
20+
21+
## 🐛 Bug Fixes
22+
23+
- Fix dashboard get data query engine (`#230`)
24+
- Fix query engine limit fields mock (`#231`)
25+
- Pin root dependency versions (`#236`)
26+
27+
## 🔒 Security
28+
29+
- Enforce `SameSite=Lax` on all cookies to prevent CSRF attacks (`#240`)
30+
- Add timeout handling for OAuth fetch requests (`#220`)
31+
- Patch storage quota evasion loophole in update pipeline (`#224`)
32+
- Add missing max-length constraints to auth schemas (`#221`)
33+
</Update>

0 commit comments

Comments
 (0)