updated changelog

This commit is contained in:
Gani Georgiev
2026-01-13 22:30:31 +02:00
parent 2af60a85c5
commit 8bbd0c2d77

View File

@@ -2,8 +2,8 @@
- Minor list query and API rules optimizations:
- Removed unnecessery correlated subquery expression when using back-relations via single `relation` field.
- Replaced `DISTINCT` with `GROUP BY id` when rows deduplication is needed.
_This should help with having a more stable and predictable performance even if the table rows are on the larger side._
- Replaced `DISTINCT` with `GROUP BY id` when rows deduplication is needed and when deemed safe.
_This should help with having a more stable and predictable performance even if the collection records are on the larger side._
## v0.35.1