From 87bd8e72cf9faf961883a5285dafd1da46919f8c Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 2 Feb 2022 22:05:42 +0100 Subject: [PATCH] fix changelog Signed-off-by: Wolfgang Walther --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22b467c9c..08ffefaf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). + A `:/live` endpoint is available for checking if postgrest is running on its port/socket. 200 OK = alive, 503 = dead. + A `:/ready` endpoint is available for checking a correct internal state(the database connection plus the schema cache). 200 OK = ready, 503 = not ready. - #1988, Add the current user to the request log on stdout - @DavidLindbom, @wolfgangwalther - - #1823, Add the ability to run postgrest without any configuration. @wolfgangwalther - + #1991, Add the ability to run without `db-uri` using libpq's PG environment variables to connect. @wolfgangwalther - + #1769, Add the ability to run without `db-schemas`, defaulting to `db-schemas=public`. @wolfgangwalther - + #1689, Add the ability to run without `db-anon-role` disabling anonymous access. @wolfgangwalther + - #1823, Add the ability to run postgrest without any configuration. - @wolfgangwalther + + #1991, Add the ability to run without `db-uri` using libpq's PG environment variables to connect. - @wolfgangwalther + + #1769, Add the ability to run without `db-schemas`, defaulting to `db-schemas=public`. - @wolfgangwalther + + #1689, Add the ability to run without `db-anon-role` disabling anonymous access. - @wolfgangwalther ### Fixed