Skip to content

v15.4

Choose a tag to compare

@github-actions github-actions released this 22 Apr 01:43
· 299 commits to main since this release

v15.4

Fixed

Changed

v14.10

Added

Fixed

v14.9

Added

Fixed

v14.8

Added

Fixed

v14.7

Fixed

v14.6

Fixed

v14.5

Fixed

v14.4

Fixed

v14.3

Fixed

v14.2

Fixed

  • Fix hasSingleUnnamedParam incorrectly matching functions with named parameters by @joelonsql in PostgREST#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 PostgREST#4519
  • Fix regression where the PGRST103 error response was truncated by @laurenceisla in PostgREST#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 PostgREST#4518
  • Fix inaccurate Server-Timing header durations by @steve-chavez in PostgREST#4522
  • Fix inaccurate "Schema cache queried" logs by @steve-chavez in PostgREST#4522