From ed147ce5c8c9310a4e31832bae2a01f94b867b93 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Thu, 11 May 2023 01:27:34 -0300 Subject: [PATCH] add bug fixes simply link to github releases page. bug fixes do not add anything for docs. --- docs/releases/v11.0.0.rst | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/releases/v11.0.0.rst b/docs/releases/v11.0.0.rst index d8b04ffbb..6093452ed 100644 --- a/docs/releases/v11.0.0.rst +++ b/docs/releases/v11.0.0.rst @@ -7,14 +7,20 @@ Features Transactions ~~~~~~~~~~~~ -- New :ref:`impersonated_settings`. - New configurable :ref:`isolation_lvl`. +- New :ref:`impersonated_settings`. Inserts ~~~~~~~ - New :ref:`bulk_insert_default`. +Horizontal Filtering +~~~~~~~~~~~~~~~~~~~~ + +- New ``isdistinct`` :ref:`operator `. It is a direct translation of `IS DINTINCT FROM `_. +- New ``and/all`` :ref:`modifiers`. + Resource Embedding ~~~~~~~~~~~~~~~~~~ @@ -23,12 +29,6 @@ Resource Embedding - New :ref:`null_embed`. - New :ref:`empty_embed`. -Horizontal Filtering -~~~~~~~~~~~~~~~~~~~~ - -- New ``isdistinct`` :ref:`operator `. It is a direct translation of `IS DINTINCT FROM `_. -- New ``and/all`` :ref:`modifiers`. - OpenAPI ~~~~~~~ @@ -47,11 +47,13 @@ Documentation improvements - New :ref:`connection_pool` reference. - Split :ref:`api` into other sub-references. - Split :ref:`authn` into :ref:`db_authz` and :ref:`sql_user_management`. -- Split :ref:`admin` into :ref:`intgrs` and :ref:`nginx`. +- Split :ref:`admin` into :ref:`intgrs`, :ref:`nginx` and :ref:`connection_pool`. Bug fixes --------- +- Please check the "Fixed" section on https://github.com/PostgREST/postgrest/releases/tag/v11.0.0 and https://github.com/PostgREST/postgrest/releases/tag/v11.0.1. + Breaking changes ----------------