add bug fixes
simply link to github releases page. bug fixes do not add anything for docs.
This commit is contained in:
committed by
Steve Chavez
parent
789cedff08
commit
ed147ce5c8
@@ -7,14 +7,20 @@ Features
|
|||||||
Transactions
|
Transactions
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
- New :ref:`impersonated_settings`.
|
|
||||||
- New configurable :ref:`isolation_lvl`.
|
- New configurable :ref:`isolation_lvl`.
|
||||||
|
- New :ref:`impersonated_settings`.
|
||||||
|
|
||||||
Inserts
|
Inserts
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
- New :ref:`bulk_insert_default`.
|
- New :ref:`bulk_insert_default`.
|
||||||
|
|
||||||
|
Horizontal Filtering
|
||||||
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
- New ``isdistinct`` :ref:`operator <operators>`. It is a direct translation of `IS DINTINCT FROM <https://www.postgresql.org/docs/current/functions-comparison.html#FUNCTIONS-COMPARISON-PRED-TABLE>`_.
|
||||||
|
- New ``and/all`` :ref:`modifiers`.
|
||||||
|
|
||||||
Resource Embedding
|
Resource Embedding
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@@ -23,12 +29,6 @@ Resource Embedding
|
|||||||
- New :ref:`null_embed`.
|
- New :ref:`null_embed`.
|
||||||
- New :ref:`empty_embed`.
|
- New :ref:`empty_embed`.
|
||||||
|
|
||||||
Horizontal Filtering
|
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
- New ``isdistinct`` :ref:`operator <operators>`. It is a direct translation of `IS DINTINCT FROM <https://www.postgresql.org/docs/current/functions-comparison.html#FUNCTIONS-COMPARISON-PRED-TABLE>`_.
|
|
||||||
- New ``and/all`` :ref:`modifiers`.
|
|
||||||
|
|
||||||
OpenAPI
|
OpenAPI
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
@@ -47,11 +47,13 @@ Documentation improvements
|
|||||||
- New :ref:`connection_pool` reference.
|
- New :ref:`connection_pool` reference.
|
||||||
- Split :ref:`api` into other sub-references.
|
- Split :ref:`api` into other sub-references.
|
||||||
- Split :ref:`authn` into :ref:`db_authz` and :ref:`sql_user_management`.
|
- 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
|
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
|
Breaking changes
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user