Releases: PostgREST/postgrest
Releases Β· PostgREST/postgrest
Release list
v14.15
Fixed
- Fix admin server dying silently by @Vlix, @mkleczek, @steve-chavez in #5012
v14.14
Fixed
- Fix admin server not logging cause of failure by @taimoorzaeem in #5012
v14.13
Fixed
- Fix connection retrying message in
PGRST000error by @netqo in #4980- Remove redundant "Retrying the connection." from message because it is logged separately
- Fix request failures when
work_memis set on a role by @laurenceisla in #4955
v14.12
v14.11
Fixed
- Fix login with uppercase and mixed case role names by @taimoorzaeem in #4678
- Restore Listener query shape so it can be found in
pg_stat_activityby @mkleczek in #4857 #4859 - The LISTEN channel now automatically recovers when it stops working due to a PostgreSQL bug @laurenceisla in #3147
- Fix misleading "Functions" name on schema cache summary in startup logs by @taimoorzaeem in #4821
v14.10
v14.9
Added
Fixed
- Remove red herring warp logs on default log-level, only emit them on
log-level=debugby @steve-chavez in #4799
v14.8
Added
- Log a
HINTwhen the LISTEN channel stops working due to a PostgreSQL bug by @laurenceisla in #4581
Fixed
- Fix invalid OpenAPI 2.0 format for integer types (
smallint,integer,bigint) by @arturbent0 in #4641
v14.7
Fixed
- Fix not logging SIGTERM and SIGINT by @steve-chavez in #4728
v14.6
Fixed
- Fix leaking table and function names when calculating error hint by @taimoorzaeem in #4675