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 ----------------