Skip to content

Releases: supabase/postgrest

v14.5.1

Choose a tag to compare

@github-actions github-actions released this 02 Sep 23:56

Changes

v15.4

Choose a tag to compare

@github-actions github-actions released this 22 Apr 01:43

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

v15.3

Choose a tag to compare

@github-actions github-actions released this 07 Nov 19:15

v15.3

v14.1

Fixed

v14.0

Features

Fixes

Breaking Changes

v15.2

Choose a tag to compare

@github-actions github-actions released this 06 Nov 17:33

Added

v15.1

Choose a tag to compare

@github-actions github-actions released this 01 Nov 01:16

Fixed