Allow top-level resource with embed filter

This commit is contained in:
laurenceisla
2021-10-19 11:34:18 -05:00
committed by GitHub
parent ee1ec780d2
commit c6ef4305b1
3 changed files with 88 additions and 0 deletions
+7
View File
@@ -14,6 +14,13 @@ Added
* Allow :ref:`embedding <embedding_partitioned_tables>`, UPSERT, INSERT with Location response, OPTIONS request and OpenAPI support for partitioned tables.
|br| -- `@laurenceisla <https://github.com/laurenceisla>`_
* Allow filtering top-level resource based on embedded resources filters
+ This is enabled by adding ``!inner`` to the embedded resource. See :ref:`embedding_top_level_filter`.
+ This behavior can be enabled by default by setting the :ref:`db-embed-default-join` to ``"inner"``.
-- `@steve-chavez <https://github.com/steve-chavez>`_
* Make GUC names for headers, cookies and jwt claims compatible with PostgreSQL v14.
+ The GUC names on PostgreSQL 14 are changed to the ones :ref:`mentioned in this section <guc_req_headers_cookies_claims>`, while older versions still use the :ref:`guc_legacy_names`.