postgrest version history
11 releases tracked, newest first.
v14.15
Jul 13, 2026
### Fixed
- Fix admin server dying silently by @Vlix, @mkleczek, @steve-chavez in #5012
1 download
v14.14
Jun 29, 2026- Fix admin server not logging cause of failure
1 download
v14.13
Jun 4, 2026
### Fixed
- Fix connection retrying message in `PGRST000` error by @netqo in #4980
+ Remove redundant "Retrying the connection." from message because it is logged separately
- Fix request failures when `work_mem` is set on a role by @laurenceisla in #4955
1 download
v14.12
May 20, 2026
### Fixed
- Fix race condition in pool_available metric causing negative values during network instability by @mkleczek in #4622
1 download
v14.11
May 4, 2026
### 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_activity` by @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
1 download
v14.10
Apr 16, 2026
### Added
- Log when the pool is released during schema cache reload on `log-level=debug` by @mkleczek in #4668
### Fixed
- Fix unnecessary connection pool flushes during schema cache reloading by @mkleczek in #4645
1 download
v14.9
Apr 11, 2026
### Added
- Log host, port and pg version of listener database connection by @mkleczek in #4617 #4618
### Fixed
- Remove red herring warp logs on default log-level, only emit them on `log-level=debug` by @steve-chavez in #4799
1 download
v14.8
Apr 3, 2026
### Added
- Log a `HINT` when 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
1 download
v14.7
Mar 20, 2026
### Fixed
- Fix not logging SIGTERM and SIGINT by @steve-chavez in #4728
1 download
v14.6
Mar 6, 2026
### Fixed
- Fix leaking table and function names when calculating error hint by @taimoorzaeem in #4675
1 download
v14.5
Feb 13, 2026### Fixed
- Don't hide async exceptions in logs by @steve-chavez in #4646
1 download