v15.4
v15.4
Fixed
- Shutdown should wait for in flight requests by @mkleczek in PostgREST#4702
Changed
- Drop support for PostgreSQL 12 by @laurenceisla
- Drop support for PostgreSQL EOL version 13 by @wolfgangwalther in PostgREST#4193
v14.10
Added
- Log when the pool is released during schema cache reload on
log-level=debugby @mkleczek in PostgREST#4668
Fixed
- Fix unnecessary connection pool flushes during schema cache reloading by @mkleczek in PostgREST#4645
v14.9
Added
- Log host, port and pg version of listener database connection by @mkleczek in PostgREST#4617 PostgREST#4618
Fixed
- Remove red herring warp logs on default log-level, only emit them on
log-level=debugby @steve-chavez in PostgREST#4799
v14.8
Added
- Log a
HINTwhen the LISTEN channel stops working due to a PostgreSQL bug by @laurenceisla in PostgREST#4581
Fixed
- Fix invalid OpenAPI 2.0 format for integer types (
smallint,integer,bigint) by @arturbent0 in PostgREST#4641
v14.7
Fixed
- Fix not logging SIGTERM and SIGINT by @steve-chavez in PostgREST#4728
v14.6
Fixed
- Fix leaking table and function names when calculating error hint by @taimoorzaeem in PostgREST#4675
v14.5
Fixed
- Don't hide async exceptions in logs by @steve-chavez in PostgREST#4646
v14.4
Fixed
- Ensure Listener connections are released by @mkleczek in PostgREST#4614
- Fix listener running with exception masked after first failure by @mkleczek PostgREST#4615
- Fix incorrectly filtering the returned representation for PATCH requests when using
or/andfilters by @laurenceisla in PostgREST#3707
v14.3
Fixed
- Fix performance and high memory usage of relation hint calculation by @mkleczek in PostgREST#4462, PostgREST#4463
v14.2
Fixed
- Fix
hasSingleUnnamedParamincorrectly 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 cleanPGRST202error instead of a confusing PostgreSQL42883error.
- Functions with a single named parameter (e.g.,
- Fix misleading logs on unsupported PostgreSQL versions by @taimoorzaeem in PostgREST#4519
- Fix regression where the
PGRST103error response was truncated by @laurenceisla in PostgREST#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 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