github PostgREST/postgrest v14.2

latest release: devel
14 hours ago

Fixed

  • Fix hasSingleUnnamedParam incorrectly 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 clean PGRST202 error instead of a confusing PostgreSQL 42883 error.
  • Fix misleading logs on unsupported PostgreSQL versions by @taimoorzaeem in #4519
  • Fix regression where the PGRST103 error response was truncated by @laurenceisla in #4455
    • Happened when an offset was greater than the rows requested and Prefer: count=exact was sent.
  • Fix not returning Content-Length on empty HTTP 201 responses 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

Don't miss a new postgrest release

NewReleases is sending notifications on new releases.