From 94441c70c05ea9bdcc213f97752bf564bc959655 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Fri, 5 Jun 2020 14:35:45 -0500 Subject: [PATCH] Add upcoming page --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ releases/upcoming.rst | 27 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 releases/upcoming.rst diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..1bd9f912a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,3 @@ + diff --git a/releases/upcoming.rst b/releases/upcoming.rst new file mode 100644 index 000000000..73a123922 --- /dev/null +++ b/releases/upcoming.rst @@ -0,0 +1,27 @@ +.. |br| raw:: html + +
+ +Upcoming +======== + +These are changes yet unreleased. If you'd like to try them out before a new official release, you can :ref:`build_source`. + +Added +----- + +* Allow http status override through the :ref:`response.status ` GUC. + |br| -- `@steve-chavez `_ + +Fixed +----- + +* Fix showing UNKNOWN on ``postgrest --help`` invocation. + |br| -- `@monacoremo `_ + +Changed +------- + +* Docker images are now optimized to be built from the scratch image. This reduces the compressed image size from over 30mb to about 4mb. + For more details, see `Docker image built with Nix `_. + |br| -- `@monacoremo `_