Fixed
- Fix
hasSingleUnnamedParamincorrectly matching functions with named parameters by @joelonsql in #4553- Functions with a single named parameter (e.g.,
foo(data json)) no longer incorrectly match the single-param fallback, returning a cleanPGRST202error instead of a confusing PostgreSQL42883error.
- Functions with a single named parameter (e.g.,
- Fix misleading logs on unsupported PostgreSQL versions by @taimoorzaeem in #4519
- Fix regression where the
PGRST103error response was truncated by @laurenceisla in #4455- Happened when an
offsetwas greater than the rows requested andPrefer: count=exactwas sent.
- Happened when an
- Fix not returning
Content-Lengthon empty HTTP201responses by @laurenceisla in #4518 - Fix inaccurate Server-Timing header durations by @steve-chavez in #4522
- Fix inaccurate "Schema cache queried" logs by @steve-chavez in #4522