perf: optimize count=exact when there's no limits, offsets or db-max-rows
This commit is contained in:
@@ -16,6 +16,8 @@ All notable changes to this project will be documented in this file. From versio
|
||||
- Ensure Listener connections are released by @mkleczek in #4614
|
||||
- Fix incorrectly filtering the returned representation for PATCH requests when using `or/and` filters by @laurenceisla in #3707
|
||||
- Fix listener running with exception masked after first failure #4615
|
||||
- Optimize requests with `Prefer: count=exact` that do not use ranges or `db-max-rows` by @laurenceisla in #3957
|
||||
+ Removed unnecessary double count when building the `Content-Range`.
|
||||
|
||||
## [14.3] - 2026-01-03
|
||||
|
||||
|
||||
Reference in New Issue
Block a user